Recent content by drknl

  1. D

    Windows 10 I cannot reach my .bat type locked folder

    SOLVED: It seems that windows recovered my files as .chk files for some reason. I found them by making system folders visible.
  2. D

    Windows 10 I cannot reach my .bat type locked folder

    Additionally, I tried to stop sharing and resharing, changed the folder's name in code and added another file to the folder. However, still can't reach to my old files.
  3. D

    Windows 10 I cannot reach my .bat type locked folder

    Yes, the code is running from the same directory as the folder. I know the code doesn't actually do anything I put it for both fun and to save time in case of emergency.
  4. D

    Windows 10 I cannot reach my .bat type locked folder

    I tried both reversing the lock and unlock code but it did not work out. To be helpful, I'm sharing all the code below: cls :BASTAN @echo OFF title Folder Gizlique if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST Gizlique goto MDLOCKER :CONFIRM echo...
  5. D

    Windows 10 I cannot reach my .bat type locked folder

    Hi everyone, 2 months ago I locked a folder in my external hard drive using the code below via a .bat file. Now, when I unlock the folder it seems to be empty. I checked on the storage details of the disk and it remains the same. Therefore I believe these files are not deleted but not visible...
Back
Top Bottom