Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Release] Unlocker 1.8.7

Featured Replies

This addon is SFX archive based on a .cmd file, that deletes all ebay links and/or "Unlocker Assistant".

1. Download Unlocker 1.8.7

Unlocker 1.8.7

2. Create .cmd file in the same dir:

With Assistant:

start /wait unlocker1.8.7.exe /S
ping -n 2 127.0.0.1 > nul
DEL /F /Q "%ProgramFiles%\Unlocker\eBay_shortcuts_1016.exe"
DEL /F /Q "%UserProfile%\Application Data\Desktopicon\eBayShortcuts.exe"
DEL /F /Q "%UserProfile%\Desktop\eBay.lnk"
DEL /F /Q "%UserProfile%\Application Data\Microsoft\Internet Explorer\Quick Launch\eBay.lnk"
DEL /F /Q "%UserProfile%\Start Menu\eBay.lnk"

UPD: Now Unlocker AddOn without Assistant is a switchless installer based on True Addon(thx Kel for his UberPack) and uninstallable. Works great.

3. enjoy :)

Unlocker 1.8.7 with Assistant

Unlocker 1.8.7 without Assistant

Unlocker 1.8.7 True Addon(without Assistant)

http://www.mediafire.com/?myxxvv2w0jx

Edited by lsrkin

I cant delete the main file in unlocker folder.. (ebay 1016.exe) and the start menu ebay icon... :wacko:

thank you very much, it works!! ...but..registry entries about ebay are important or i should delete them?

  • Author

cloferba

No, registry entries are not important, cause you delete all ebay-related files, but you can delete those if you want

use command based on Unlocker Assistant removing

REG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v UnlockerAssistant /f

Did you guys know that this can be done with a single 7zip sfx config.txt file?

I will give it a shot

EDIT: Here is a working example

;!@Install@!UTF-8!
;Installs program
RunProgram="unlocker1.8.7.exe /S"
;Kills process
RunProgram="hidcon:cmd /c tskill UnlockerAssistant"
;Removes reg entry
RunProgram="hidcon:cmd /c reg delete hklm\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run /v UnlockerAssistant /f"
;Deletes crap
RunProgram="hidcon:cmd /c del /f /q \"%ProgramFiles%\\Unlocker\\eBay_shortcuts_*.exe\""
RunProgram="hidcon:cmd /c rd /s /q \"%AppData%\\Desktopicon\""
RunProgram="hidcon:cmd /c del /f /q \"%UserProfile%\\Desktop\\eBay.lnk\""
RunProgram="hidcon:cmd /c del /f /q \"%AppData%\\Microsoft\\Internet Explorer\\Quick Launch\eBay.lnk\""
RunProgram="hidcon:cmd /c del /f /q \"%UserProfile%\\Start Menu\\eBay.lnk\""
;Extra for Vista users
RunProgram="hidcon:cmd /c del /f /q \"%AppData%\\Microsoft\\Windows\\Start Menu\\eBay.lnk\""
GUIMode="2"
;!@InstallEnd@!

Edited by ricktendo64

  • Author

ricktendo64

Doesn't WinRaR SFX do the same thing?

Edited by lsrkin

  • 3 weeks later...
ricktendo64

Doesn't WinRaR SFX do the same thing?

Yea...if you don't mind the cmd window popping up on you. With this the commands are all built in to the config.txt and are executed right after the install, its more natural

http://www.mediafire.com/?wy0wysjbzgr

rick, your installer crashes the explorer and the ebay icons is still showing up on desktop and start menu (with no target)

here is another way [for version 1.8.7]

it's silent install ,with Uninstall ,without eBay and Unlocker Assistant

1- install it manually

-choose your language

-uncheck check for update, Assistant, eBay shourtcuts

2-go to install dir and delete unneeded files [eBay_shortcuts_1016.exe,README.TXT,Unlocker.lnk]

then make sfx with winrar with the this options

Path=%programfiles%\Unlocker\

SavePath

Silent=1

Overwrite=1

3-make a registry file with the following:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\UnlockerShellExtension]
@="{DDE4BEEB-DDE6-48fd-8EB5-035C09923F83}"

[HKEY_CLASSES_ROOT\CLSID\{DDE4BEEB-DDE6-48fd-8EB5-035C09923F83}]
@="UnlockerShellExtension"

[HKEY_CLASSES_ROOT\CLSID\{DDE4BEEB-DDE6-48fd-8EB5-035C09923F83}\InProcServer32]
@="C:\\Program Files\\Unlocker\\UnlockerCOM.dll"
"ThreadingModel"="Apartment"

[HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers\UnlockerShellExtension]
@="{DDE4BEEB-DDE6-48fd-8EB5-035C09923F83}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AllFilesystemObjects\shellex\ContextMenuHandlers\UnlockerShellExtension]
@="{DDE4BEEB-DDE6-48fd-8EB5-035C09923F83}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{DDE4BEEB-DDE6-48fd-8EB5-035C09923F83}]
@="UnlockerShellExtension"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{DDE4BEEB-DDE6-48fd-8EB5-035C09923F83}\InProcServer32]
@="C:\\Program Files\\Unlocker\\UnlockerCOM.dll"
"ThreadingModel"="Apartment"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shellex\ContextMenuHandlers\UnlockerShellExtension]
@="{DDE4BEEB-DDE6-48fd-8EB5-035C09923F83}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\Unlocker.exe]
@="C:\\Program Files\\Unlocker\\Unlocker.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved]
"{DDE4BEEB-DDE6-48fd-8EB5-035C09923F83}"="UnlockerShellExtension"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Unlocker]
"Language"="1033"
"DisplayName"="Unlocker 1.8.7"
"UninstallString"="C:\\Program Files\\Unlocker\\uninst.exe"
"DisplayIcon"="C:\\Program Files\\Unlocker\\Unlocker.exe"
"DisplayVersion"="1.8.7"
"URLInfoAbout"="http://ccollomb.free.fr/unlocker/"
"Publisher"="Cedrick Collomb"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UnlockerDriver5]
"ImagePath"="\\??\\C:\\Program Files\\Unlocker\\UnlockerDriver5.sys"
"Type"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UnlockerDriver5\Enum]
"0"="Root\\LEGACY_UNLOCKERDRIVER5\\0000"
"Count"=dword:00000001
"NextInstance"=dword:00000001

4- Done

ricktendo64

Doesn't WinRaR SFX do the same thing?

Yea...if you don't mind the cmd window popping up on you. With this the commands are all built in to the config.txt and are executed right after the install, its more natural

http://www.mediafire.com/?wy0wysjbzgr

rick, your installer crashes the explorer and the ebay icons is still showing up on desktop and start menu (with no target)

Yea, its not svcpack comp, only a true addon of ulocker like you get in Kels UberPack will work

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.