Hidden folder instance under Win7 system tutorial

  
This article will teach you how to hide folders under Windows 7.
The first step is to find a folder that is not easy to attract attention, so don't choose a folder like game movie, and this folder will not be deleted easily, but don't use the system partition directory because in Windows 7 Encryption will fail due to issues such as permissions.
The second step is to create a new TXT text document in the selected folder (the name does not matter), then open the document and paste the following:
cls
@ECHO OFF
title Folder Sinful 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
goto End
:UNLOCK
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%== Here is the password goto FAIL< Br>attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}& Quot;
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Sinful Little Tent
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid Password
goto end
:MDLOCKER
md sinful little tent
The third step is to change the TXT text format to bat format, and run, there will be a small tent called "sin"; Folder.
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