Tuesday, December 27, 2011

Delete Undeletable file

Hello today i will show u how to delete undeletable file.just follow following steps.


  1. Open a Command Prompt window and leave it open.
  2. Close all open programs.
  3. Click Start, Run and enter TASKMGR.EXE

Friday, December 23, 2011

Enable Registry and TaskManager

I think a virus make disable registry and taskmanager just because of it your most of antivirus software being deactivate for deleting it.
Just download following files

1)First file:Download
2)Second file:Download

After downloading both file.Run by double click on first file and after that double click on second file.
First file is .vbs for enable registry.second is registry file for enable registry,taskmanager,show hidden folder.
You can see its coding by righclick on it and select edit option.

I hope this will help you.

Delete Autorun virus

Autorun virus is very dangerous virus.Generally most of antivirus software can not delete it completely.I have make batch file for deleting it.You just download it and put it in your infected drive.

1)First file:Download
2)Second file:Download

After downloading both file just double click on first file.
I think it will helpful.
Its tested and working



Saturday, December 17, 2011

Create your own new command

Today i will show about of making new custom command.It is usefull in quick launching for e.g winword for microsoft word.
In my pc Process Revealer Free Edition is install already.so i will give your its example.
  1. In run type regedit.exe
  2. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths
  3. Right-Click on App Paths and select> New> Key.
  4. Title the new key the name of the application, in this case lets consider you want create a run command  for Process Revealer Free Edition i am giving process.exe
  5. Right-Click the default string value and click Modify
  6. Change the value to the path of the executable you want to run. E.g.C:\Program Files\Process Revealer Free Edition\prfree.exe
  7. Press F5.Now when i open run and type process it will open processrevealer tools

try it its working.

Tuesday, December 13, 2011

Add Any Application To Right Click Menu of Folder


I will add cmd to right click menu of folders here. You can add any other application that you use most frequently using this method. 

  1. First of all open registry editor. To open registry editor press Ctrl+R. Now type regedit in RUN window and press enter.
  2. Now go to HKEY_LOCAL_MACHINE -> SOFTWARE -> Classes -> Folder -> shell.
  3. Right click on shell and make a new Key. You can name it anything. I will name it as cmd.
  4. Now right click on newly created key (cmd) and create a new key value again and name it as command.
  5. Under command key value craete a new String Value by right clicking anywhere under command key.
  6. Double click on new String Value and change its Value data. If you want to make shortcut to cmd then its Value data will be – C:\Windows\System32\cmd.exe 
  7. Close the registry editor. Now right click on any folder to see the changes.
Enjoy!