Jump to content

Unlocker 1.8.1


Recommended Posts


Excellent,

You could disable Assistant with the following.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"UnlockerAssistant"=-

Edited by BoardBabe
Link to comment
Share on other sites

Excellent,

You could disable Assistant with the following.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"UnlockerAssistant"=-

:thumbup Great BUT you need to log off!

Link to comment
Share on other sites

BUT you need to log off!

Yea, normally you would reboot after silent installing your aps though ;)

BTW, to remove autoupdate the following would be correct:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Unlocker]
"OnlineVersion"=-

Link to comment
Share on other sites

BUT you need to log off!

Yea, normally you would reboot after silent installing your aps though ;)

BTW, to remove autoupdate the following would be correct:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Unlocker]
"OnlineVersion"=-

:D And this is the correct cmd (batchfile)

reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Unlocker" /v OnlineVersion /f

reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v UnlockerAssistant /f

Edited by Mercury_22
Link to comment
Share on other sites

  • 5 months later...
http://www.ryanvm.net/forum/viewtopic.php?...asc&start=0

This will create a cab file of your choice. Get the exe by extracting the content.

Thanks! :w00t:

(i have mailed the creator of unlocker, with the question if they want to make a complete silent selfinstaller, maybe i will get a answer, i will post it here)

I am very unsure what "create shortcut to" do? Is it a shortcut to unlocker.exe or do this fix the shortcut creating when moving a exe to another folder?

Link to comment
Share on other sites

huh what's the problem with /S and 2 extra lines in your (already existing) regtweaks.reg file? I assume everyone with a uA Windows CD has a regtweaks.reg file that gets executed at T13 (from cmdlines.txt), right?

This works perfectly for me.

Link to comment
Share on other sites

:D And this is the correct cmd (batchfile)

reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Unlocker" /v OnlineVersion /f

reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v UnlockerAssistant /f

I never have see this, i use always .reg to remove a registerkey. Do this also works in runonceex.cmd?

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
  • Recently Browsing   0 members

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