-->> WELCOME to this site <<--
Showing posts with label folder. Show all posts
Showing posts with label folder. Show all posts

Hide Folder into Control Panel System

Friday, 8 May 2009
Do you have a private folder to protect? of course theres many kind on softwares that uses to protect your access to some folders or area on your drive. But This tutorial will explain how to hide your folder into control panel system without software.

This works like similary shortcut. So when you click that, you will go to control panel, my computer, etc.. :p


----
Now right click on your folder then rename it with:
Control panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}

or

My Computer.{20D04FE0-3AEA-1069-A2D8-08002B30309D}


----
NB:
----
That value is become from string in registry. Which located in:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideMyComputerIcons

and

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu

of course you can find the other strings that have similar function. :D

Super Hidden Folder

Wednesday, 6 May 2009
This is a simple way to deep hide your folder ^^

First thing you need is go to cmd:
- Start menu > Run > type cmd > enter
- Type where the drive that locate your folder want to hide. Ex: in drive D, then you just type it D: then enter.
- Type this command: attrib +s +h YourFolderName
- Finish ;)

----------------
To turn it back the hidden folder just go back to cmd, then type this:
attrib -s -h /s /d YourFolderName

yap, you just learned how to super hide / unhide files :)
This simple way also can use to unhide the folder that hided by some viruses.

Because of some viruses could hide file/folder, then you couldn't turn it back only from folder option menu.even if the viruses has deleted anyway.