SimpleClassicTheme icon indicating copy to clipboard operation
SimpleClassicTheme copied to clipboard

How can I uninstall ExplorerContextMenuTweaker

Open larryedwards opened this issue 3 years ago • 2 comments

I'm having some odd problems that may stem from having installed ExplorerContextMenuTweaker earlier today.

For testing, I want to uninstall it. How can this be done?

larryedwards avatar Jul 23 '21 07:07 larryedwards

I'm not 100% sure but I think this batch file should work

@echo off
C:\Windows\System32\regsvr32.exe /u C:\Windows\System32\ExplorerContextMenuTweaker.dll
taskkill /im explorer.exe /f
del C:\Windows\System32\ExplorerContextMenuTweaker.dll
del C:\Windows\System32\ShellPayload.dll

AEAEAEAE4343 avatar Jul 26 '21 22:07 AEAEAEAE4343

Did it work?

AEAEAEAE4343 avatar Jul 29 '21 12:07 AEAEAEAE4343