Files
notes-infineon/_-Review/windows-updates.md
2024-06-03 07:04:29 -07:00

417 B

type, created, updated
type created updated
topic 2024-01-06T01:25:36.017Z 2024-01-06T01:25:36.017Z

Windows Updates

# https://superuser.com/questions/972038/how-to-get-rid-of-updates-are-available-message-in-windows-10
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