How to Lock Folder Without Any Software with Password

Admin Co-Vinay Kumar Verma
0
How to Lock Folder Without Any Software with Password


Really you can lock folder using batch files. So Lock everything.......

Step 1: Open Notepad


First of all open Notepad

Step 2: Copy and Paste

Just copy and paste it to the notepad

@ECHO OFF
title lokendra's-hacking-ideas
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%== Hello1goto 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

How to Lock Folder Without Any Software with Password
Step 3: Save It

Now save it as locker.bat
your saved file will look like this -

How to Lock Folder Without Any Software with Password
Step 4: Open That

Double click on locker.bat file
A new folder named "MyFolder" will be created.
Now move your all content to this folder.

Step 5: Lock

Done. Double click on locker.bat file and it will ask you for locking folder. Type y and hit enter.
Refresh and your folder will disappear means locked.

Step 6: How to Open

Double click on locker.bat File and now it will ask for password.
By default the password is Hello1. Enter it and your folder will appear.
Tags

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.

यह पोस्ट आपको कैसी लगी Comment Box में अपना राय जरुर दे
तो मेरे FACEBOOK PAGE को LIKE करे SHARE करे COMMENT करे

Visit Now:- Vinaycomputer.in
Thank You..

यह पोस्ट आपको कैसी लगी Comment Box में अपना राय जरुर दे
तो मेरे FACEBOOK PAGE को LIKE करे SHARE करे COMMENT करे

Visit Now:- Vinaycomputer.in
Thank You..

Post a Comment (0)

(WELLCOME FRINDS) VinaY ComputeR No(01)Website &Mai Apako New New Jankari Deta Raho Ga & To Koe Bhi Taklif Ho To Comments Kare Like Kare Share Kare Thank You.....

About Post By Admin:-Vinay Kumar Verma

captain_jack_sparrow___vectorदोस्‍तो आप को इस ब्‍लोग के जरीये मेरे पास जो भी जानकारी है कम्‍प्‍यूटर के बारे में या जो भी जानकारी मुझे मिलती है वो जानकारी आप तक पहुचाने का प्रयास करूगा इस ब्‍लोग से आप को कम्‍प्‍यूटर से जुडी जानकारी ही नही और भी जानकारी मिलेगी आप को इस ब्‍लोग पर आने के लिये धन्‍यवाद

Followers

Our website uses cookies to enhance your experience. Learn More
Accept !