--
-- -Sponsor-
--
1: Open Notepad, and paste the following code.
_______________________________________________________________________________
cls
@ECHO OFF
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this 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 MyFolder "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 Your Secure Folder
set/p "pass=>"
if NOT %pass%== ppnHack goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End
_______________________________________________________________________________
2: Save this file Flock.bat on desktop, dont forget .bat extension.
3: After this, double click on Flock.bat file, it will automatically create a new folder with name MyFolder.
4: Copy your all data (files) and paste in this folder.
5:Now again double click on Flock.bat file, the command window will open.
type y here and press enter key. Your folder will be hidden.
6: To reopen your folder again double click on Flock.bat file, it will ask for a password.
The default password is ppnHack.
-- Sponsored Links:-
-- -Sponsor-
--
1: Open Notepad, and paste the following code.
_______________________________________________________________________________
cls
@ECHO OFF
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this 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 MyFolder "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 Your Secure Folder
set/p "pass=>"
if NOT %pass%== ppnHack goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End
_______________________________________________________________________________
2: Save this file Flock.bat on desktop, dont forget .bat extension.
3: After this, double click on Flock.bat file, it will automatically create a new folder with name MyFolder.
4: Copy your all data (files) and paste in this folder.
5:Now again double click on Flock.bat file, the command window will open.
type y here and press enter key. Your folder will be hidden.
6: To reopen your folder again double click on Flock.bat file, it will ask for a password.
The default password is ppnHack.
How to change the password????
To change the password edit your Flock.bat file and replace ppnHack with your password and save it.
-- Sponsored Links:-
0 comments:
Post a Comment