How to Create Password on Files
HomeTips And TricksPC Tips

How to Create Password on Files

In this post I'm going to tell you that how you can set password on personal files. Here is a step by step guide to do it.  The ...

How to Boot Ubuntu in USB
How to Boot Kali Linux in USB
How to Install Window 7 in Virtual Box

In this post I'm going to tell you that how you can set password on personal files. Here is a step by step guide to do it. 

  • The first thing that you have to do is that you have to open Note Pad.
  • Paste the following code in the Note Pad
  • Replace PASSWORD_GOES_HERE with the password which you want to set on your folder
cls
@ECHO OFF
title coolhacking-tricks.blogspot.com
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%== PASSWORD_GOES_HERE 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


  • Save the Note Pad file as lock.bat (.bat is must)
  • Now, double click on lock.bat, a new folder will be created with name "My Folder"
  • Copy all data that you want to protect, in "My Folder"
  • If you want to hide "My Folder", double click on "lock.bat" and then press y in the command prompt and then press enter key.
  •  Now "My Folder" will be disappeared, to access that folder double click on lock.bat and then enter password and then press enter key.
  • After entering the password, "My Folder" will be appeared.


Name

Cool Websites,7,Facebook,3,Internet,17,Microsoft Windows,9,MS Office Word,4,Operating System,4,PC Tips,42,Tips And Tricks,46,
ltr
item
My Smart PC Tips: How to Create Password on Files
How to Create Password on Files
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8NHIQ7UtyOHOBwaFXX48lwP7nzx09k8rFfYgtNBHX1P7meEuXvD99zzTrcVFuOMpl0jDO833wuiQaB-x3zhG5hFVr_eK2-_Ar2TQ8voIyM5f7_75XB5BGC4SdhhREfTK61EFvHvPsdcY/s1600/password+protected+folder.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8NHIQ7UtyOHOBwaFXX48lwP7nzx09k8rFfYgtNBHX1P7meEuXvD99zzTrcVFuOMpl0jDO833wuiQaB-x3zhG5hFVr_eK2-_Ar2TQ8voIyM5f7_75XB5BGC4SdhhREfTK61EFvHvPsdcY/s72-c/password+protected+folder.png
My Smart PC Tips
https://mysmartpctips.blogspot.com/2014/10/how-to-create-password-on-files.html
https://mysmartpctips.blogspot.com/
https://mysmartpctips.blogspot.com/
https://mysmartpctips.blogspot.com/2014/10/how-to-create-password-on-files.html
true
1492883505167966914
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy