Well we know creating folders , deleting folders , copying and also pasting . This is something new " HIDING" As simple hiding can be viewed by any one , because it doesn't need any password we are gonna learn a next step " setting password for a Folder " Yes , we hide a folder in Microsoft Windows ( for any version ) Just follow these steps and enjoy 1 first of all we dont need to create any folder . copy that code and paste into the notepad and save as Windows Batch File ( .bat ) 2 Then save it to your desired location . 3 Now open it , it asks you the password : ( demo123) enter it 4 You will find a folder named locker . move your files into it 5 Again open this bat file then it asks you to hide the folder then click y and enjoy the folder is hidden . The code is cls @ECHO OFF title Folder Locker if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST Locker goto MDLOCKER :CONFIRM echo Are yo...
Comments
Post a Comment