Showing posts with label Windows. Show all posts
Showing posts with label Windows. Show all posts

Friday, August 24, 2012

How To Make Real Computer Virus

Note :  This is not a fake virus. It is not a batch script so be careful while using it. I recommend that you should create a system restore point before proceeding. A virus can damage or harm your system. It can corrupt your file, document, software, videos, system processes. To create a real computer virus you did not need to be a programmer. It is easy as installing a software in windows 7.  A JPS Virus Maker software make a...

Thursday, August 23, 2012

How To Create System Restore Point in Windows 7

What is system restore : System Restore helps you restore your computer's system files to an earlier point in time. It's a way to undo system changes to your computer without affecting your personal files, such as e-mail, documents, or photos. Why should you create system restore point :  Sometimes, the installation of a program or a driver can cause an unexpected change to your computer or cause Windows to behave unpredictably. Usually,...

Friday, August 17, 2012

How To Make Your Computer Talks !

Today i am going to show you how to make your computer talks whatever you type ! Its really cool trick. You can show your geeky skills to your friends by showing them your computer talks with you. Make your computer Talks :  1) Open Notepad. Copy and Paste following code : Dim Message, SpeakMessage=InputBox("Enter Text to Talk","Speak")Set Speak=CreateObject("sapi.spvoice")Speak.Speak Message   2) Save the file, give...

Thursday, August 16, 2012

Simple Trick To Lock Your Computer

 This is the simple, easy trick to lock your computer.It is very important to lock your computer when you have to leave your computer for some time, especially when you are in company or college. Generally, to lock your computer you have to do following procedure every time: Go to "Start--> Shut Down --> Lock". As shown below :     But today i am going to show the easier way than this. In this trick we are going to create...

Sunday, August 12, 2012

Create Locked Password Protected Folder Without Using Any Software

Yes, you can create a locked password protected folder without using any third party software. While surfing on internet i found a .BAT script that creates a folder with password protection. You have to only copy & paste this script, put your password and you are done! Here are the steps : 1) Open notepad. Copy and paste below script and save file as lock.bat cls @ECHO OFF title technoyz.blogspot.com if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"...

Thursday, August 2, 2012

3 Best Websites To Download Free Movies

Why Pay? Get all this free ! There's never been a better time to be a cheapskate. Instead of buying CDs, DVDs, you can download almost any movie without paying a penny. Movies new and old are mere clicks away, with no registration required. 1) world4free  You can search and download free movies in categories like bollywood, hollywood, dubbed in hindi hollywood movies. You can also download full PC software, Games, movie trailers,...

Wednesday, August 1, 2012

Restore Accidentally Deleted Files with Recuva

It can be the worst feeling in the world when you accidentally delete a very important file you have been working on for days.  Today we look at Recuva, a free tool that helps you restore accidentally deleted files.  What is Recuva ? Recuva is a freeware Windows utility to restore files that have been accidentally deleted from your computer. This includes files emptied from the Recycle bin as well as images and other files that...

Tuesday, April 17, 2012

How to Install and configure PHP on windows xp with apache and MySql

1)    creat a dir named PHP in C: as C:\php 2)    Locate php.ini-production in php folder and renamed it to php.ini 3)    Open php.ini and locate extension_dir directives, uncomment and change the value into:-  extension_dir = "C:\php\ext" 4)    Still with php.ini, next you need to find output_buffering and change it to output_buffering = Off 5)    Locate php_bz2.dll,...