Command prompt hacks
How to hide your Folder through DOS Commands
Go to Start
Then go to RUN
and type CMD
The Code to Hide the folder is
attrib +h +s +r [soure address to hide](Hide folder)
attrib -h -s -r [soure address to unhide](Unhide folder)
For example
I had a Games folder in a D: drive to hide it
open cmd and while opening cmd it will default user
C:\Documents and Settings\username attrib +h +s +r D:\games
Before enter
After enter
After pressing the enter games folder between education and htmlmaking11 folder is "HIDDEN"
To unhide replace "+" with "-"
No comments:
Post a Comment