🔒 Closed How to hide a folder with password

Status
Not open for further replies.

PHC-BXW

Honorary Poster
Hide a Folder with Password

  1. Copy the text below
  2. Open up notepad and paste it
  3. Change the password
  4. Then click on file
  5. Click on "Save As"
  6. Change the filename to "namehere.bat" (it must be .bat or it wont work)
  7. Click on "Save as type" change it to "All files"
  8. Then save it.

cls
echo OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u 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 Locker "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%==
passwordhere goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End
exit

Open mo lang yung file tapos i type mo lang yung password mo
para ma buksan yung folder. kung gusto mo naman i open yung folder
open mo ulit yung file tapos type mo lng Y or N.

Dont forget to like or comment
 
Status
Not open for further replies.

About this Thread

  • 8
    Replies
  • 195
    Views
  • 9
    Participants
Last reply from:
limalnour

Online now

Members online
789
Guests online
2,252
Total visitors
3,041

Forum statistics

Threads
2,291,582
Posts
29,071,712
Members
1,210,952
Latest member
dpark
Back
Top