Sunday, August 8, 2010

Hide and Show files in computer by 1 click

You know in computer files are hidden by going through
Tools > Folder option > view > Do not show hidden files and folder
and for showing hidden files
Tools > Folder option > view > Show hidden files and folder
Now i show you tricks by which you can show or hide files and folder by just 1 click
HIDE FILES AND FOLDERcopy and pest following lines in text file and rename text file with  HIDE.BAT and save it.
 Change extension from .txt to .bat


REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /V Hidden /T REG_DWORD /D 2 /F
REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /V ShowSuperHidden /T REG_DWORD /D 0 /F
By clicking on file named HIDE.BAT your files are going to hide.

SHOW HIDDEN FILES AND FOLDER
copy and pest following lines in text file and rename text file with  SHOW.BAT and save it.

Change extension from .txt to .bat
REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /V Hidden /T REG_DWORD /D 1 /F
REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /V ShowSuperHidden /T REG_DWORD /D 1 /F

 By clicking on file named SHOW.BAT hidden attributes are removed and you are able show hidden files. 

0 comments:

Post a Comment

 
 

Blogger