From 06ee3b6faeda919a6401402d1f9e007c6b9188b1 Mon Sep 17 00:00:00 2001 From: Voltstriker Date: Fri, 28 Jul 2017 03:07:13 +1000 Subject: [PATCH] Add file Signed-off-by: Voltstriker --- Disable Windows 10 Update Notification.bat | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Disable Windows 10 Update Notification.bat diff --git a/Disable Windows 10 Update Notification.bat b/Disable Windows 10 Update Notification.bat new file mode 100644 index 0000000..7b753b4 --- /dev/null +++ b/Disable Windows 10 Update Notification.bat @@ -0,0 +1,16 @@ +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 cd /d "%Windir%\System32" +REM icacls MusNotification.exe /remove:d Everyone +REM icacls MusNotification.exe /grant Everyone:F +REM icacls MusNotification.exe /setowner "NT SERVICE\TrustedInstaller" +REM icacls MusNotification.exe /remove:g Everyone +REM icacls MusNotificationUx.exe /remove:d Everyone +REM icacls MusNotificationUx.exe /grant Everyone:F +REM icacls MusNotificationUx.exe /setowner "NT SERVICE\TrustedInstaller" +REM icacls MusNotificationUx.exe /remove:g Everyone +REM rem \ No newline at end of file