Kitz Forum

Computer Software => Windows 10 => Topic started by: Chrysalis on August 26, 2017, 10:34:51 AM

Title: How to disable full screen update prompts
Post by: Chrysalis on August 26, 2017, 10:34:51 AM
So it seems microsoft have reenabled pro users setting updates to notify only which is good, but if you ignore updates then after 3 days they use full screen notifications that can even interrupt gaming, someone on a forum elsewhere found how to kill these notifications by disabling the exe.

Obviously only do this if you ok with not been mega up to date all the time.

So in a admin command prompt run these commands, note I dont know what default perms are so is no reversal in this guide but it would very likely be reversed after a major update.

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

Also I have noticed the new deferral options and such which is progress.  On my mining rig which is running windows 10 pro I have set it to follow the business branch.