leandrosa81 / taskbar-monitor

monitoring tool with graphs (CPU, memory, disk and network) for Windows taskbar.
https://lugarinho.tech/tools/taskbar-monitor
GNU General Public License v3.0
279 stars 24 forks source link

How do I uninstall? #3

Closed Actii closed 3 years ago

Actii commented 3 years ago

Hi there, How do I completely remove the taskbar-monitor from my computer. I can make it disappear but I don' see any option to completely uninstall it. (I want to keep it on my work computer not in personal)

image

leandrosa81 commented 3 years ago

Hi, if you used the installer (the new version) you can run the same installer with the "/uninstall" option, or manually unregister the dll with the following commands:

64bit: %SystemRoot%\Microsoft.NET\Framework64\v4.0.30319\regasm.exe /unregister "TaskbarMonitor.dll" 32bit: %SystemRoot%\Microsoft.NET\Framework\v4.0.30319\regasm.exe /unregister "TaskbarMonitor.dll"

Hope it helps. Still working to get correctly registered in the programs listing, so you can easily uninstall from there. Sorry for that.

Actii commented 3 years ago

Thanks, it worked.