How to Lock folder on windows using recycle bin
So, if you want to lock folder on your pc please follow below steps. note that these changes are under windows registry so, avoid to implement if you are not well enough technically known person
here are the way you can lock any folder using recycle bin :
open Run in your computer or press (ctrl +R) and type ‘regedit‘ command
You can list of keys and relates values.navigate through list until you find CLSID no of recycle bin in registry editor
For example:
CLSID no of recycle bin is >> {645FF040-5081-101B-9F08-00AA0
Now its time to lock folder using recycle bin so, lets say you want to lock folder named ‘Folder1?
so inside notepad editor type following text like
ren folder1 recycle.{645FF040-5081-101B-9F
and save that files as lock.bat
To unlock related Lock folder , you can create another batch file which will unlock folder.Type below line in another notepad file and save that as ‘unlock.bat’
ren recycle.{645FF040-5081-101B-9F
So, when ever you want to lock folder execute created lock.bat and reverse execute unlock.bat for locking folder..!!
No comments:
Post a Comment