Hi - can anyone help? I used to have a .bat file that I could run that locked folders with a password and then hid them. I have recently upgraded to Win 7 and lost the file - I like to use it to lock and hide my online banking files. I know it was quite a short .bat file. Can anyone point me where I can find it? Thanks.
Secret Folder .bat file
Collapse
X
-
You can convert your bat file to exe file with : Quick Batch File Compiler - BatToExe, BAT to EXE, bat2exe conversion utility.
Then change registry to run in windows boot (put as value the .exe file) :
HKCU\Software\Microsoft\Windows\CurrentVersion\Run (for current account )HKLM\Software\Microsoft\Windows\CurrentVersion\Ru n (for all accounts )
Regards
Comment