Well, I didn’t say I completely agree with the “can’t be removed” list. We’re still working on that ☺
So today, feel free to try to remove all apps using the PowerShell commands (Remove-AppxProvisionedPackage). Ones that are flagged as critical will fail to be removed (or just not be visible in the list). Thanks, -Michael From: [email protected] [mailto:[email protected]] On Behalf Of Miller, Todd Sent: Friday, September 11, 2015 3:05 PM To: [email protected] Subject: RE: [MDT-OSD] Windows 10 Modifications So much for “The customer is always right.” From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Michael Niehaus Sent: Tuesday, September 08, 2015 2:59 PM To: [email protected]<mailto:[email protected]> Subject: RE: [MDT-OSD] Windows 10 Modifications For things you shouldn’t remove, well, you can’t remove them ☺ So feel free to remove anything that can be removed using this approach. Thanks, -Michael From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Todd Hemsell Sent: Tuesday, September 8, 2015 11:23 AM To: [email protected]<mailto:[email protected]> Subject: Re: [MDT-OSD] Windows 10 Modifications Awesome, thank you. On Tue, Sep 8, 2015 at 12:24 PM, Jerousek, Jeff <[email protected]<mailto:[email protected]>> wrote: You cannot remove Cortana, Edge, Contact Support or Feedback. I would recommend not removing store. This command will remove everything but the store: Get-appxprovisionedpackage –online | where-object {$_.packagename –notlike “*store*”} | Remove-AppxProvisionedPackage -online Thanks, Jeff Jerousek From: [email protected]<mailto:[email protected]> [mailto:[email protected]<mailto:[email protected]>] On Behalf Of Todd Hemsell Sent: Tuesday, September 8, 2015 11:18 AM To: [email protected]<mailto:[email protected]> Subject: [MDT-OSD] Windows 10 Modifications Has anyone started a list of the things to do so windows 10 is enterprise ready? For example removing the junk applications like xbox, data leaking apps like onedrive and cortana and other things? ________________________________ Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521, is confidential and may be legally privileged. If you are not the intended recipient, you are hereby notified that any retention, dissemination, distribution, or copying of this communication is strictly prohibited. Please reply to the sender that you have received the message in error, then delete it. Thank you. ________________________________
