SimpleClassicTheme
SimpleClassicTheme copied to clipboard
How can I uninstall ExplorerContextMenuTweaker
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?
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
Did it work?