i locked my folder with the batch file locker.bat but now its not displaying the folder how to get the folder please tell me..?

السؤال i locked my folder with the batch file locker.bat but now its not displaying the folder how to get the folder please tell me..?

All Replies

  • Friday, 30 March 2012 8:18 PM
     
     

    Open Notepad and copy the below code and save as unlocker.bat.click on the unlocker.bat The folder is now opened in locked..

    ------------------------------------------------

    @echo off
    Title :)
    mode 48,20
    Color 1E
    attrib -h -s -a -r "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
    echo Folder Unlocked successfully.Okey ??
    timeout /NOBREAK /T 8 >nul