How to protect folder amongst password inward PC / Laptop?

Protect folder amongst password inwards PC / Laptop

In my previous ship i bring learn y'all to enshroud files behind images. In this tutorial i volition present y'all interesting together with useful fox to password protect folder without using whatever software using batch file programming. This fox volition rate off all windows platform (Win XP, Win 7). Follow below tutorial to larn this trick. Protect folder amongst password inwards PC / Laptop. Protect folder amongst password inwards PC / Laptop. Protection of files inwards PC Laptop amongst password. Secure files inwards PC amongst password. Lock folder inwards PC together with Laptop.

How To Lock Folder ?

   1. Open Notepad together with Copy code given below into it.
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 y'all certain 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%== coolhacks 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 the notepad file as lock.bat (.bat is must)
   3. Now double click on lock.bat together with a novel folder volition hold out created amongst name MyFolder
   4. Copy all your information y'all desire to protect inwards that New folder
   5. Now double click on lock.bat together with when ascendency promp appears Type Y together with press enter.
   6. Now MyFolder volition hold out hidden from y'all view, to access that folde double click on lock.bat
   7. It volition inquire for password move into your password together with done. (Default password is coolhacks)
  • To alter the password replace coolhacks with  new password inwards the higher upward code

How To Further Secure ?

You powerfulness hold out thinking that anyone tin access the password past times opening that lock.bat file inwards Notepad or whatever other text editor. To acquire inwards to a greater extent than secure hide lock.bat inwards unopen to secure location after next the higher upward tutorial To access the secured file double click on lock.bat. I would advise copying lock.bat file into Pendrive together with copying it into your calculator whenever y'all required to access to your protected files.

Belum ada Komentar untuk "How to protect folder amongst password inward PC / Laptop?"

Posting Komentar

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel