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!

Sunday, December 11, 2011

Run Commands

Today i am providing you many kinds of run commands.
Just click on below link and download txt file.

Download

Thursday, December 8, 2011

Keyboard shortcuts

Now today i am providing you keyboard shortcuts of all kinds.
Just download from below

Download

Wednesday, December 7, 2011

Fake Dual OS

Its a prank you can try it on your own pc and your friends pc also.
It will display other OS name before booting.


  1. First right click My Computer>Properties>Advanced
  2. Click Settings in Startup and Recovery.
  3. Check Time to display list of Operating System.
  4. Then click Edit. You will now open boot.ini in notepad.
  5. So this is the time you can create your own fake Dual Boot Operating System.
  6. Just copy the last line and paste it under.
  7. Inside the quotation marks you can type your new entry there. Ex. "Microsoft Windows Vista Longhorn"
  8. Don't forget to press control 's' to save that modified boot.ini
  9. Reboot the system to see the effect.
Its tested and working 
Enjoy!

Monday, December 5, 2011

View pdf file without any software

Now you can view pdf file without using any software its an easy just follow below steps.
1. Intall google chrome on your PC.
2. Right Click on the pdf file that needs to be viewed.
3. In choose program select google chrome and open the file.
4. You can view the file directly in Google chrome.
Second way
Drag and drop way
1. open Google chrome browser window .
2. Drag the file on the opened window , the inner content of the file can be viewed on the browser window.

Enjoy!

Hide folder in advance way

Now you can create hidden folder in an easy way just follow below steps.
1. Right click anywhere where u want to create hidden folder and create new folder
2. Then right clcik on the rename and press alt+0160
3. The you would see that the file name dissapears (this cannot be done normally)
4. Now its time to change the icon
5. Right click on the file and click properties.
6. Then click the customize tab and click change icon
7. The scroll till you find a blank icon  see the image below.

8. Then select it
9. click ok,apply,ok.



Enjoy!

Friday, December 2, 2011

Clear your temporary file,log and cookies


To clear your temporary files, log and cookies just copy this code into notepad...


Code
@echo off
echo Webhog Cleaner
echo waiting
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp

del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q ?%userprofile%\Local Settings\Temporary Internet Files\*.*?
del /f /s /q ?%userprofile%\Local Settings\Temp\*.*?
del /f /s /q ?%userprofile%\recent\*.*?
echo complete!
echo. & pause

Now save the file as Delete.bat(Remeber must save the file as .bat).

Now just click on it. it will delete all temporary files automatically

Enjoy!