Jump to content

Need help with Unregistering a dll


imani
 Share

Recommended Posts

The command to unregister the following dll is this

regsvr32 /u /s "C:\Program Files\HashTab Shell Extension\hashtab.dll"

But the $dll is not enclosing in quotations. Does anybody has the solution

$dll = String(@ProgramFilesDir & "\HashTab Shell Extension\HashTab.dll")
MsgBox(0,"","regsvr32.exe /u /s " & $dll)
Run('regsvr32 /u /s ' & '$dll')
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...