I need help to access my data from batch file

Viewed 26

I used the following code to password protect my folder of 217GB data. Now its giving me only 25GB data. how can I access my whole data?

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
0 Answers
Related