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.
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