{"id":3165,"date":"2024-08-29T14:21:33","date_gmt":"2024-08-29T18:21:33","guid":{"rendered":"https:\/\/increasec.com\/?p=3165"},"modified":"2024-08-30T09:09:33","modified_gmt":"2024-08-30T13:09:33","slug":"microsoft-bloatware-removal","status":"publish","type":"post","link":"https:\/\/increasec.com\/?p=3165","title":{"rendered":"Microsoft Bloatware removal"},"content":{"rendered":"\n<p>Group Policies that remove non-required software are easy to make and improve the workstation security footprint.  I like to make separate Group Policies for each app to accommodate departments using Skype etc.<\/p>\n\n\n\n<p>In Group Policy manager, make a new policy.  I have a naming convention where Security policies start with Sec- , and Computer policies end with -C vs -U for user policies as that makes troubleshooting easier.  but you do you.<\/p>\n\n\n\n<p>Edit your new policy and drill down to<br>Computer<br>  Policies<br>    Windows Settings<br>      Scripts<br>Double click <strong>Startup<\/strong><br>** Click the <strong>PowerShell <\/strong>tab at top of dialog **<br>Click Add<br>Click Browse<br>Right Click anywhere in the blank space<br>  New, Text Document<br>  Make the name match your GroupPolicy name with extension .PS1   Don&#8217;t include any spaces.  Agree when windows complains about changing extensions.<br>Right click the file and choose edit with and choose notepad.   Windows will likely complain some more, just agree.<br>Now paste the following into notepad<\/p>\n\n\n\n<p>Get-AppxPackage Microsoft.Xbox* | Remove-AppxPackage<\/p>\n\n\n\n<p>Save and Exit<br>Choose <strong>Open <\/strong>to select the file we just created<br>Choose <strong>OK <\/strong>at the Add a Script dialog<br>Choose <strong>OK <\/strong>at the Startup Properties dialog<br>At the very top of the tree, in the left pane, right click and choose properties<br>Choose &#8220;Disable User Configuration settings&#8221;  <br>   we don&#8217;t have any user config in this GP, only computer config.  this will make our GP execute faster.<br>Close the Group Policy Management Editor<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>Other Packages you may want to Uninstall:<\/p>\n\n\n\n<p>Get-AppxPackage Microsoft.Skype* | Remove-AppxPackage<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>Update:   UGGGGHHH  M$ broke this a while ago.  investigating work-arounds<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Group Policies that remove non-required software are easy to make and improve the workstation security footprint. I like to make separate Group Policies for each app to accommodate departments using&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3165","post","type-post","status-publish","format-standard","hentry","category-uncategorised"],"_links":{"self":[{"href":"https:\/\/increasec.com\/index.php?rest_route=\/wp\/v2\/posts\/3165","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/increasec.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/increasec.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/increasec.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/increasec.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3165"}],"version-history":[{"count":3,"href":"https:\/\/increasec.com\/index.php?rest_route=\/wp\/v2\/posts\/3165\/revisions"}],"predecessor-version":[{"id":3169,"href":"https:\/\/increasec.com\/index.php?rest_route=\/wp\/v2\/posts\/3165\/revisions\/3169"}],"wp:attachment":[{"href":"https:\/\/increasec.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3165"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/increasec.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3165"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/increasec.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3165"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}