How to Update Sysmon on 视窗 – Step by Step Guide.
System Monitor (Sysmon) is a 视窗 system service and device driver that, once installed on a system, remains resident across system reboots to monitor and 日志 system activity to the 视窗 event 日志. It provides detailed information about process creations, network connections, and changes to file creation time. Use the next steps to update Sysmon.
1. Open the 电源外壳 或者 命令行 (指令管理系统) or Terminal with administrative rights.
2. Navigate to the C:\视窗:
cd C:\Windows (or cd ../)
3. Uninstall currently installed Symon:
sysmon.exe -u
还, you can use the force key:
sysmon.exe -u force
4. 下载 the latest version from the Microsoft website.
5. Copy sysmon.exe from the downloaded folder to the c:\windows and replace the current file (better make some backup of sysmon.exe before replacing).
sysmon.exe -i
7. Run in the PowerShell to check that the new version is installed:
sysmon.exe
就这样, the update Sysmon process successfully completed