Home » CMD Hacking
All Run Command




Hello Friends. Here Are A Few Commands For You  All To Know...




To Those Who Didn't Know HowTo Use Here It Is:




START<RUN<CMD




         (OR)




START<SEARCH<CMD

Hide Entire Drives Partition Without Registry


1) Go to Start > Run > type “diskpart”.
A DOS window will appear with following description.
DISKPART>
2) Then type “list volume”
The result will look something like one as shown below-
3) Suppose you want to hide drive E then type “select volume 3″
Then a message will appear in same window { Volume 3 is the selected volume}
4) Now type “remove letter E”
Now a message will come { Diskpart Removed the Drive letter }
sometime it requires to reboot the computer.
Diskpart will remove the letter.
Windows XP is not having capabilty to identify the unknown volume.
Your Data is now safe from unauthorised users.
To access the content of hidden Drive repeat the process mentioned above. But in 4th step replace ” remove” by “assign”.
It means type “assign letter E”.

Delete Autorun.inf Virus without any Software!


The Traditional Method of deleting Suspicious Programs Using Command Prompt is quite Useful. So Lets start with the Steps:


 1. Open command prompt. Go to start > Run, and type “cmd” . Press enter.


 2. Type “cd\” and press enter to get to the root directory of your System.


 3. Type “attrib -h -r -s autorun.inf” and press enter. This will look for autorun.inf in the selected Drive.


 4. Type “del autorun.inf” and press enter. This will delete autorun.inf virus from the selected Drive.