HIDE FOLDERS IN SYSTEM USING NOTEPAD
*Go to notepad.
*Copy the Below code into notepad
*Save your file as locker.bat.
*Now open the saved batch file. Now you can get one new folder. In that new folder you can add your files.
*Then again open the saved batch file now press Y and hit enter.
*Now your folder will be locked and the folder will be hidden.
*If you want to re-view your folder again open the batch file and enter the password as Hacker
CoDE :(Copy from cls to end in your notepad and save as locker.bat)
CLS @ECHO OFF TITLE TECHGBLOG IF EXIST "CONTROL PANEL.{21EC2020-3AEA-1069-A2DD-08002B30309D}" GOTO UNLOCK IF NOT EXIST MYFOLDER GOTO MDMYFOLDER :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 MYFOLDER "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%== Hacker GOTO FAIL ATTRIB -H -S "CONTROL PANEL.{21EC2020-3AEA-1069-A2DD-08002B30309D}" REN "CONTROL PANEL.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MYFOLDER ECHO FOLDER UNLOCKED SUCCESSFULLY GOTO END :FAIL ECHO INVALID PASSWORD GOTO END :MDMYFOLDER MD MYFOLDER ECHO MYFOLDER CREATED SUCCESSFULLY GOTO END :END
Note :
*You can change your password in the coding replace your password instead of Hacker. *It will works only in the windows vista, windows xp, windows 7 and windows 8. *After lock your files don't delete the batch file.
Have Fun !!
*Copy the Below code into notepad
*Save your file as locker.bat.
*Now open the saved batch file. Now you can get one new folder. In that new folder you can add your files.
*Then again open the saved batch file now press Y and hit enter.
*Now your folder will be locked and the folder will be hidden.
*If you want to re-view your folder again open the batch file and enter the password as Hacker
CoDE :(Copy from cls to end in your notepad and save as locker.bat)
CLS @ECHO OFF TITLE TECHGBLOG IF EXIST "CONTROL PANEL.{21EC2020-3AEA-1069-A2DD-08002B30309D}" GOTO UNLOCK IF NOT EXIST MYFOLDER GOTO MDMYFOLDER :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 MYFOLDER "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%== Hacker GOTO FAIL ATTRIB -H -S "CONTROL PANEL.{21EC2020-3AEA-1069-A2DD-08002B30309D}" REN "CONTROL PANEL.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MYFOLDER ECHO FOLDER UNLOCKED SUCCESSFULLY GOTO END :FAIL ECHO INVALID PASSWORD GOTO END :MDMYFOLDER MD MYFOLDER ECHO MYFOLDER CREATED SUCCESSFULLY GOTO END :END
Note :
*You can change your password in the coding replace your password instead of Hacker. *It will works only in the windows vista, windows xp, windows 7 and windows 8. *After lock your files don't delete the batch file.
Have Fun !!