suppose u want to hide a folder named abc which is in D: of ur computer
go to command prompt
start--->run--->cmd-->d:
after changing it from C: to D:
type D:/>attrib +h +s abc
the above command is to hide the folder
to show the folder
tyoe D:/>attrib -h -s abc
in this type of hidding the folder cannot be viewed even if we make advance search or even changing the folders menu to (show all hidden files)
Tuesday, October 13, 2009
Hide ur folders without the usage of folder lock
Labels:
FOLDER TRICKS
related posts:
- How to make/create a undeletable folder.
- Make file of any size another trick
- Enable Folder and Icon Refresh
- Finding Missing Files From A Release
- Delete An "undeletable" File
- Lock folders in windows xp easy way
- How to access the sharing data offline
- Lock Folder manually
- Hide ur folders without the usage of folder lock
- Folder Options missing in Windows Explorer
0 comments: