Hi friends...
how are you?
i am here with a new trick to hide any folder in recycle bin
now its time to lock folder using recycle bin so, lets say you want to lock folder which name is "mahi"
so inside notepad editor type following text like
ren mahi recycle.{645FF040-5081-101B-9F08-00AA002F954E}
now double click on lock.bat and you will see your folder will change in recycle bin
Note- the bat file will be save in same directory in which the folder is saved
now if you want to unlock that folder , you can create another batch file which will unlock folder.type below line in another notepad file
ren recycle.{645FF040-5081-101B-9F08-00AA002F954E} mahi
so, when ever you want to lock folder execute created lock.bat and reverse execute unlock.bat for locking folder.
you have done....
cheers!!!
how are you?
i am here with a new trick to hide any folder in recycle bin
now its time to lock folder using recycle bin so, lets say you want to lock folder which name is "mahi"
so inside notepad editor type following text like
ren mahi recycle.{645FF040-5081-101B-9F08-00AA002F954E}
and save that files as lock.bat
now double click on lock.bat and you will see your folder will change in recycle bin
Note- the bat file will be save in same directory in which the folder is saved
now if you want to unlock that folder , you can create another batch file which will unlock folder.type below line in another notepad file
ren recycle.{645FF040-5081-101B-9F08-00AA002F954E} mahi
and save that as a unlock.bat
so, when ever you want to lock folder execute created lock.bat and reverse execute unlock.bat for locking folder.
you have done....
cheers!!!
0 comments:
Post a Comment