Jump to content

How to unlock and delete a file with unlocker.exe


 Share

Recommended Posts

Are you trying to delete something? In your example ( Run(@ScriptDir & "\Unlocker.exe C:\Users\Administrator\Desktop\File\x0xdel.dll /S /D")

you don't even have a del in there

Assuming you want to delete something you could do;

Run(@ComSpec & " /c " & ' C:\ && del C:\Users\Administrator\Desktop\File\x0xdel.dll /s /d', "", @SW_SHOW)

If you're not trying to delete something quote me and I'll get back to you...

Edited by badcoder123
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...