var fDesc=new Array(); fDesc[0] = "Ever since windows came into existence, certain nuisances also crept in with it, like certain files being locked up by certain processes, even when they are not being used. Windows doesn't have a built-in method to handle this type of files. This error keeps up mainly when using portable devices like pen drives, which results into popping up of an error window, saying "unable to remove .....", when we try to remove the device.
So, this small but powerful utility comes in handy in most of the times, for an avid windows user, using which we can remove the "locks" imposed on files.
It can virtually remove any handles on any type of files, but it has to be noted that you have to notice the process(es) which is locking the file, if its only explorer.exe (which is the culprit most of the times, unless you are using any external program operating on that file),removing/renaming/moving the file is just a mouse click away, just select the option required from unlocker menu and you are done.
Although it has to be noted that as it is a freeware, if you remove the lock on a file, the process handling it may or may not show undefined behaviors [not explorer.exe].
So, it's like Use It In Your Own Risk.
Nevertheless, its simply an AWESOME warhead for any computer user, taking into account that it's freeware and its ultra-small size and processor usage. It can run in background, and pop up the window whenever Windows pops up error messages like unable to remove/rename/move files, or unable to remove the portable device. It can also be used to unlock directories as well.
To remove the portable drives safely, just select "unlocker" from the context menu, which will show all the locks(if any) and it makes it removing the locks a breeze."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }