How to Protect Your Folder - Conount-blogger tips,Marketing, Web Design, Computer Hardware and Network, Business and Finance.

How to Protect Your Folder


Using this method You Can Hide your Files in One Minute basically we use cmd to hide our file. if someone clicks the show hidden tick don't worry it's not working for this method 

Kindly follow the below video instruction.

cls
@ECHO OFF

title Conount Folder Locker

if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK

if NOT EXIST secured goto MDLOCKER

:CONFIRM

echo Are you sure u want to Lock the secured(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 secured "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"

attrib +h +s +r +i "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"

echo secured locked

goto End

:UNLOCK

echo put in the key to Unlock the lock

set/p "pass=>Password="

if NOT %pass%==Your Password goto FAIL

attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"

ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" secured

echo secured Unlocked

goto End

:FAIL

echo Invalid keyword

goto UNLOCK

:MDLOCKER

md Secured

echo lock unlocked

goto End

:End


Video tutorial 

Next
This Is The Current Newest Page
If you Like Our articles Don't Forget To Share and Comment your Ideas !!!


EmoticonEmoticon

Message From Conount
If you fell down yesterday, stand up today.
Ok