Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

PC Tricks Hide Folder

                                        Hide Folder Without Any Software 

Step 1 . Open Notepad
Step 2 . Paste This Code 
            @ECHO OFF
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST 0002 goto MD0002
: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 0002 "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%== tushar FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" 0002
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MD0002
md 0002
echo 0002 created successfully
goto End
:End

\\0002 is folder name
\\tushar is password 


Save as Bat File Formate As like (whatever.bat)

                                                   


This post first appeared on Knowledge & Money Earning Field, please read the originial post: here

Share the post

PC Tricks Hide Folder

×

Subscribe to Knowledge & Money Earning Field

Get updates delivered right to your inbox!

Thank you for your subscription

×