Kitz ADSL Broadband Information
adsl spacer  
Support this site
Home Broadband ISPs Tech Routers Wiki Forum
 
     
   Compare ISP   Rate your ISP
   Glossary   Glossary
 
Please login or register.

Login with username, password and session length
Advanced search  

News:

Author Topic: How to disable full screen update prompts  (Read 2886 times)

Chrysalis

  • Content Team
  • Addicted Kitizen
  • *
  • Posts: 7382
  • VM Gig1 - AAISP L2TP
How to disable full screen update prompts
« 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.
Logged