Windows 7 system hidden folder method

  
1, find a folder that is not easy to attract attention, so do not choose a folder such as game movies, and this folder will not be easily deleted, but do not use the system partition directory, because in Windows 7 will be due to permissions and other issues Causes encryption to fail.
2, create a new TXT text document in the selected folder (name does not matter), then open this document, paste the following content:
cls
@ECHO OFF
title Folder sinful Small tent
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Sinful tent goto MDLOCKER
:CONFIRM
echo Are you Sure you want to lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Sinful Little Tent" Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked< Br>goto End
:UNLOCK
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%== Here is the password goto FAIL
Attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren " ;Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Sinful Little Tent
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end< Br>:MDLOCKER
md Sinful little tent
The third step is to change the TXT text format to bat format. When running, there will be a folder called “Sin Little Tent”.
Password is set to 111111

Suffix to bat

Run, folder appears

Run, enter Y, folder hide

Run , enter the password (111111), the folder appears


Copyright © Windows knowledge All Rights Reserved