{"id":192,"date":"2019-03-28T14:12:16","date_gmt":"2019-03-28T18:12:16","guid":{"rendered":"http:\/\/blog.jamesblakeley.ca\/?p=192"},"modified":"2019-03-28T14:15:50","modified_gmt":"2019-03-28T18:15:50","slug":"windows-server-2016-disable-updates-are-available-popup","status":"publish","type":"post","link":"http:\/\/blog.jamesblakeley.ca\/?p=192","title":{"rendered":"Windows Server 2016 &#8211; Disable Updates Are Available Popup"},"content":{"rendered":"<h2>Environment<\/h2>\n<p>Server: Windows Server 2016 GUI and Core<br \/>\nMicrosoft Updates provided by an on premises WSUS Server<\/p>\n<h2>Problem<\/h2>\n<p>On Login to a Server 2016 with pending updates you are prompted with a full screen pop up that you can&#8217;t get around until you click the View Updates.<\/p>\n<p>Various attempts were made to suppress the alerts using Group Policies but nothing seems to work.<\/p>\n<p><a href=\"http:\/\/blog.jamesblakeley.ca\/wp-content\/uploads\/2019\/03\/WSUS-UpdatesAvailable.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-194\" src=\"http:\/\/blog.jamesblakeley.ca\/wp-content\/uploads\/2019\/03\/WSUS-UpdatesAvailable.png\" alt=\"\" width=\"1382\" height=\"717\" srcset=\"http:\/\/blog.jamesblakeley.ca\/wp-content\/uploads\/2019\/03\/WSUS-UpdatesAvailable.png 1382w, http:\/\/blog.jamesblakeley.ca\/wp-content\/uploads\/2019\/03\/WSUS-UpdatesAvailable-300x156.png 300w, http:\/\/blog.jamesblakeley.ca\/wp-content\/uploads\/2019\/03\/WSUS-UpdatesAvailable-768x398.png 768w, http:\/\/blog.jamesblakeley.ca\/wp-content\/uploads\/2019\/03\/WSUS-UpdatesAvailable-1024x531.png 1024w\" sizes=\"auto, (max-width: 1382px) 100vw, 1382px\" \/><\/a><\/p>\n<h2>Solution \/ Workaround<\/h2>\n<p>After using some google-fu I came across the following article for the same issue with Windows 10.\u00a0 This will change the permissions on the following files, which basically stops the full screen pop ups from happening.\u00a0 Just what i was looking for!<\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>musnotification.exe<\/li>\n<li>musnotificationux.exe<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><a href=\"https:\/\/winaero.com\/blog\/disable-updates-available-windows-10\/\">https:\/\/winaero.com\/blog\/disable-updates-available-windows-10\/<\/a><br \/>\nAs per the article Credits go to <a href=\"https:\/\/superuser.com\/users\/190623\/jingyu9575\" rel=\"noopener norefferer nofollow\">jingyu9575<\/a>\u00a0of superuser.<\/p>\n<p>I have packaged these up as batch files for future deployments<\/p>\n<ul>\n<li>Open a command prompt with Administrator access (important)<\/li>\n<li>Run the following\n<ul>\n<li>cd \/d &#8220;%Windir%\\System32&#8221;<\/li>\n<li>takeown \/f musnotification.exe<\/li>\n<li>icacls musnotification.exe \/deny Everyone:(X)<\/li>\n<li>takeown \/f musnotificationux.exe<\/li>\n<li>icacls musnotificationux.exe \/deny Everyone:(X)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h3>Back out procedure<\/h3>\n<ul>\n<li>cd \/d &#8220;%Windir%\\System32&#8221;<\/li>\n<li>icacls musnotification.exe \/remove:d Everyone<\/li>\n<li>icacls musnotification.exe \/grant Everyone:F<\/li>\n<li>icacls musnotification.exe \/setowner &#8220;NT SERVICE\\TrustedInstaller&#8221;<\/li>\n<li>icacls musnotification.exe \/remove:g Everyone<\/li>\n<li>icacls musnotificationux.exe \/remove:d Everyone<\/li>\n<li>icacls musnotificationux.exe \/grant Everyone:F<\/li>\n<li>icacls musnotificationux.exe \/setowner &#8220;NT SERVICE\\TrustedInstaller&#8221;<\/li>\n<li>icacls musnotificationux.exe \/remove:g Everyone<\/li>\n<\/ul>\n<h2>Conclusion<\/h2>\n<p>I have tested this on Windows Server 2016 Core and Desktop Experience with no reported issues. I have now embedded this into my Windows Server 2016 Template and build notes.<\/p>\n<p>If you have other ideas or suggestions on how to work around this please comment below<\/p>\n\n<div class=\"twitter-share\"><a href=\"https:\/\/twitter.com\/intent\/tweet?via=mad_manc\" class=\"twitter-share-button\">Tweet<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Environment Server: Windows Server 2016 GUI and Core Microsoft Updates provided by an on premises WSUS Server Problem On Login to a Server 2016 with pending updates you are prompted with a full screen pop up that you can&#8217;t get around until you click the View Updates. Various attempts were made to suppress the alerts using Group Policies but nothing seems to work. Solution \/ Workaround After using some google-fu I came across the following article for the same issue with Windows 10.\u00a0 This will change the permissions on the following files, which basically stops the full screen pop ups from happening.\u00a0 Just what i was looking for! musnotification.exe musnotificationux.exe [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-192","post","type-post","status-publish","format-standard","hentry","category-microsoft"],"_links":{"self":[{"href":"http:\/\/blog.jamesblakeley.ca\/index.php?rest_route=\/wp\/v2\/posts\/192","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/blog.jamesblakeley.ca\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/blog.jamesblakeley.ca\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/blog.jamesblakeley.ca\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/blog.jamesblakeley.ca\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=192"}],"version-history":[{"count":6,"href":"http:\/\/blog.jamesblakeley.ca\/index.php?rest_route=\/wp\/v2\/posts\/192\/revisions"}],"predecessor-version":[{"id":198,"href":"http:\/\/blog.jamesblakeley.ca\/index.php?rest_route=\/wp\/v2\/posts\/192\/revisions\/198"}],"wp:attachment":[{"href":"http:\/\/blog.jamesblakeley.ca\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=192"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/blog.jamesblakeley.ca\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=192"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/blog.jamesblakeley.ca\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=192"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}