Now Going To Share One Thing Which Is Lock Files Or Folder Without Software. All Teenagers Need It Because Of Many Reasons :P.
It Has Many Features.
First Of All See Below Steps For Hide Folder Or Files :-
Step 1 :- Copy Below Code In Notepad
-----------------------------------------------------------------------------------------------------------------------------
cls
@ECHO OFF
title Folder Private
if EXIST "HTG Locker" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock the 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 Private "HTG Locker"
attrib +h +s "HTG Locker"
echo Folder locked
goto End
:UNLOCK
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%== 12345 goto FAIL
attrib -h -s "HTG Locker"
ren "HTG Locker" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End
------------------------------------------------------------------------------------------------------------------------
And Save With .bat File.
Step 2:- Open This File You Will See One Window Like Below.
Step 3:- Press "Y" Then Enter. Then You Can See One Folder In Desktop With "Private" Name. Put Your Private Folders Or Files In This Folder.Then Again Open This .bat File. You Can See One Window Like Below In This Press "Y" Then Enter.
Step 4 :- See Now You Can't See ""Private" Folder From Your Desktop. You can Unlock From This .bat File Also. File Your File Will Be Deleted By Mistake Then You Can Also Get This Files And Folders Back Threw New .bat File.



No comments:
Post a Comment