Tutorial on making a super hidden file
To make:
Start Command Prompt. (Start->Run->cmd)
type in cd\(general path to your file) e.g like "cd\documents and settings\user\desktop"
just where it is at, not its exact location.
here is what u type if it is just in the C:\ location
Type "attrib" (filename or folder with complete path) +s +h
the +s stands 4 system file
the +h stands for hidden
To undo what u did do the exact opposite
To remove: type "attrib" c:\(file u chose) -s -h
for other locations besides C:\
Type "cd\(general path to your file)" then do as follows
- Read more about Tutorial on making a super hidden file
- 11 comments
- Log in or register to post comments