5

Is there a way to detect locked files in specify folder and release them by command line? Something like this (pseudo code):

for file in folder
do 
   unlock file
done

Thanks

akira
  • 63,447

1 Answers1

8

Yes, using Unlocker:

enter image description here

Simple use: unlocker file /s

Mr.Wizard
  • 1,369