Hide/Unhide your files in your computer without using any Software
Edited by John Carlo Pattaguan, Eng, Alma, Rob and 5 others
This tutorial will guide you to Hide/Unhide your files on your computer without using any software. Essentially, you are creating a folder with it's own password, which is useful, especially if you have confidential files you need hide, because you don't want anyone to see them but you. This isn't recommended if you don't navigate your computer easily.
Code
cls@ ECHO OFF title Folder Locker if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Go to UNLOCK if NOT EXIST Locker Go to MDLOCKER :CONFIRM echo Are you sure you want to Lock the folder(Y/N) set/p "cho=>" if %cho%==Y Go to LOCK if %cho%==y Go to LOCK if %cho%==n Go to END if %cho%==N Go to END echo Invalid choice. Go to CONFIRM :LOCK ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" echo Folder locked Go to End :UNLOCK echo Enter password to Unlock folder set/p "pass=>" if NOT %pass%==VisiHow Go to FAIL attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker echo Folder Unlocked successfully Go to End :FAIL echo Invalid password Go to end :MDLOCKER md Locker echo Locker created successfully Go to End :End
Instructions
- 1Click "Start" button, then search for "Notepad".Open your Notepad:
- 2Cut and Paste the above code into your notepad window.
- 3Replace "VisiHow" with your desired password.
- 4Save it as "Locker.bat"
- 5Double click the Locker.bat to create a folder named "Locker", then paste all files you want hidden in Locker Folder
- 6Double click the locker.bat then type y + enter to hide the folder.
- 7Double click the locker.bat then type the password you created to get into or unhide the folder.
- 8You're done.Good job!
Tips Tricks & Warnings
Questions and Answers
If you have problems with any of the steps in this article, please ask a question for more help, or post in the comments section below.
Comments
Article Info
Categories : Tech
Recent edits by: Nuance, Doug Collins, Inukshuk