Skip to main content

How to Lock folder on windows using recycle bin

         Hello friends, here i am going to share tip which will help you to lock folder for  protecting  your important data as well as data that required to lock for preventing access. there are lots of utilities available that will help you to achieve this, but all are some how trial version or limited version.
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-00AA002F954E}
  • 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-9F08-00AA002F954E}
          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-9F08-00AA002F954E}

So, when ever you want to lock  folder execute created lock.bat and reverse execute unlock.bat for locking folder

Comments

Popular posts from this blog

How to Remove Folder Shortcut Virus( Without any Software )

Do the Steps to remove folder shortcut  * Click on "Start" -->Run-->type cmd and click on OK.  * Cd\ * Your Drive Name(h:) *  attrib -s -h -a   folder name Example :

Difference Between Crack and Serial

Difference Between Crack and Serial ------------------------------ ------------------------------ ------------------------------ -------- A serial, also known as a product key, is a series of alphanumeric characters (numbers and letters) that indicate the purchase of that specific software. Serials for very popular software can sometimes be found online and most software pirates use these serials dis tribute pirated copies that can be unlocked. A crack is a more sophisticated way of bypassing the security measures of certain software. It is an application that totally removes the authentication mechanism that’s been embedded into the software. The use of serial keys was started by software companies to combat the quick and wide spread of software piracy. Even if you have a copy of the software, you would not be able to use it without a serial. Since its advent, sharing serial keys have been very prevalent as the most software are not able to confirm whether or not the...

How to disable or enable USB Ports in Windows 7

 How often you have witnessed blocked Pen drive or USB drive access in your work place or college or school? I believe many times; in fact every time you try to use the USB drive, you are not allowed, simply because the administrator has disabled USB drive detection on your PC. Again, how often has your data been stolen because someone connected an u nauthorized USB to your computer and copied your files? Well, you don’t need to worry because the solution to disable or enable USB Ports is pretty simple. Restrict access to USB drives There are three ways an administrator can prevent using of USB Drives. They are: Altering registry values for USB Mass Storage Devices. Disabling USB Ports from Device Manager. By Un-installing the USB Mass Storage Drivers. Lets us look at how we can fix these problems and enable USB on Windows 7 PC. 1. Disable or Enable USB Mass Storage Devices using Registry. If the administrator is smart then he would definitely do this to ensure a tight blockade...