Search This Blog

Pages

Sunday, 5 August 2018

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)

                                                   

Best PDF Reader

                                                       Foxit PDF Reader
                      Foxit PDF Reader allows you to create PDF from common file formats.


                               Foxit PDF Reader Free Download Link => Download

Python For Windows

Python is a programming language that lets you work more quickly and integrate your systems more effectively.

 

                                                      

                                                         Windows 32+64Bit Download Link