How to get rid of “Updates are available” message in Windows Server 2012?

0

How can I get rid of the message "Updates are available" in Windows Server 2012 R2?

I tried the method below but didn't worked because on Windows Server we don't have any MusNotification.exe file.

cd /d "%Windir%\System32"
takeown /F MusNotification.exe
icacls MusNotification.exe /deny Everyone:(X)
takeown /F MusNotificationUx.exe
icacls MusNotificationUx.exe /deny Everyone:(X)
rem

Amin Nirazi

Posted 2019-04-15T14:00:23.953

Reputation: 1

No answers