hiding a folder(WINDOWS)
hi i will tell you how to hide a folder
BEST WAY IS TO CHANGE PERMISSIONS FOR IT..
here i will use CACLS->CHANGE ACCESS CONTROL LIST..
steps are:
1.open cmd (start->run->cmd)
2. let hi be a folder on desktop.
3. in cmd type cd desktop
4. then change permissions by typing
cacls hi /e /p everyone:n
here n means none that is NO ONE CAN ACCESS IT
5. to restore all permissions just write f in place of n
cacls hi /e /p everyone:f
here f means full permission
enjoy!!!!!!!!!!!!