Fix random RDP Disconnects

Add to

HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\ The Key MusNotification.exe with a REG_SZ Debugger value "cmd.exe /c echo %DATE% %TIME% supressed automatic reboot >> C:\\WindowsUpdate.log"


Or copy and add the following reg file to the registry.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\MusNotification.exe]
"Debugger"="cmd.exe /c echo %DATE% %TIME% supressed automatic reboot >> C:\\WindowsUpdate.log"