Sysmon 11.10 - force uninstall causes system reboot

vizibility 1 Reputation point
2021-01-12T15:12:42.993+00:00

We were having severe memory issues on multiple production servers running version 11.10. These systems are running Server 2016. We have since halted Sysmon use and were trying to move to a newer version, 12.03. When we attempted the uninstall on one of the servers, we were presented with the following:

Aborting uninstall: Sysmon service named Sysmon64 is not installed, but Sysmon driver named SysmonDrv is.
Make sure you name the Sysmon binary to match the name used for installation.
Use '-u force' to force an uninstall of the driver and manifest.

When we used the force option, it caused the server to abruptly restart. Due to the type of system, we cannot have this happen.

We found this TechNet article: https://social.technet.microsoft.com/Forums/en-US/46ebb057-4b5e-448e-99a4-df661ec5be53/sysmon-problem-with-sysmon-removal?forum=miscutils

In this article, the user mariora_ shares the following to assist with manual Sysmon removal:

Always remember that Services and drivers can be stopped/started using Net Stop/Net STart
Net stop sysmon
net stop sysmondrv
del c:\windows\sysmon.exe
del c:\windows\sysmondrv.sys
reg delete HKLM\SYSTEM\CurrentControlSet\Services\SysmonDrv /f
reg delete HKLM\SYSTEM\CurrentControlSet\Services\Sysmon /f

Are these steps still accurate and/or are there any other steps we can take to remedy the situation?

Thanks in advance!

Sysinternals
Sysinternals
Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
1,132 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Alex Mihaiuc 721 Reputation points
    2021-01-13T11:50:18.127+00:00

    This looks good, you could also delete the contents of C:\Sysmon, but it's not essential.

    0 comments No comments

  2. mariora 376 Reputation points
    2021-01-14T15:15:45.437+00:00

    Yes, they are still valid..

    HTH
    -mario

    0 comments No comments

  3. vizibility 1 Reputation point
    2021-01-14T20:12:59.447+00:00

    Thank you both, I will work on trying these steps and hopefully will get 12.03 installed and running.

    0 comments No comments