Ultimate way to hide files in Windows xp using MS- DOS
But these files can viewed easily by changing settings in folder
options.
Here is an easy method using which you can hide any file or folder
without others finding it out
-> Go to command prompt by typing cmd in run
-> Go to the directory where that file or folder you want to hide is
present
-> enter the following code:
attrib +h +s file/folder_name
the file is hidden completely.
-> To remove this property jus type
attrib -h -s file/folder_name
When you change the attribute using this method you change the file
into not a simple hidden file but a Super hidden file. This
feature cannot be controlled easily in windows xp. If a file or folder
is a super hidden one it cannot be viewed by selecting Show Hidden
files in folder options.
Then how does one view these super hidden files. By modifying the
Windows Registry!!
It can be turned off by changing registry value for this option
----- you can open the registry and change the value
-> Open registry editor by typing regedit in run
-> Go to
HKEY_CURRENT_USER \SOFTWARE \MICROSOFT \WINDOWS \CURRENTVERSION \EXPLORER
Expand Explorer option, Select Advanced option in it, once you click
advanced a list of registry titles is displayed in left pane. One of
which is ShowSuperHidden
double click on it and set the value to 1 to show the super
hidden files and 0 to hide them.
Note : if such an option is not present jus right click on the left
pane and select new-> DWORD value and name it a ShowSuperHidden
and change its value.