That is exactly what I used and it worked perfectly.
From: <[email protected]<mailto:[email protected]>> on behalf of Sean Pomeroy <[email protected]<mailto:[email protected]>> Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: Friday, August 21, 2015 at 11:14 AM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Re: [mssms] Windows 10 - Clean Up Start Menu You could try using AppLocker: http://ccmexec.com/2015/08/blocking-built-in-apps-in-windows-10-using-applocker/ On Fri, Aug 21, 2015 at 11:12 AM Giroux, Eric J <[email protected]<mailto:[email protected]>> wrote: Anyone had luck removing the WindowsFeedback built-in component? Powershell Remove-AppxPackage does not seem to be able to do this and it’s not listed as a component that can be removed via Control Panel/Programs. From:[email protected]<mailto:[email protected]> [mailto:[email protected]<mailto:[email protected]>] On Behalf Of Sean Pomeroy Sent: Friday, July 31, 2015 4:21 PM To: [email protected]<mailto:[email protected]> Subject: Re: [mssms] Windows 10 - Clean Up Start Menu This message originated outside of Unum. Use caution when opening attachments, clicking links or responding to requests for information. Or via PowerShell.... Get-AppxPackage -Name "*App Name*" | Remove-AppxPackage On Fri, Jul 31, 2015 at 4:12 PM Sean Pomeroy <[email protected]<mailto:[email protected]>> wrote: You can uninstall them by opening System > Settings > Installed Apps On Fri, Jul 31, 2015 at 3:56 PM Marable, Mike <[email protected]<mailto:[email protected]>> wrote: How can I clean this out of the Start Menu \ All Apps? I’m trying to build a public-facing machine and would really like to remove/hide everything in the All Apps portion of the Start Menu. Anyone have any luck or ideas? I’ve been combing GPO spreadsheets and GPMC all day and it’s all starting to blur. [cid:[email protected]] Mike Marable Application Programmer/Analyst Lead Enterprise Device Engineering and Management MCSE, MCTS, MCITP, MCSA, MS [Profile<http://www.mycertprofile.com/Profile/5319166625>] [Blog<http://thesystemsmonkey.wordpress.com/>] -------------------------------------------- "The difficult we do at once. The impossible takes a little longer." -US Army Corps of Engineers "It is better to have less thunder in the mouth and more lightning in the hand." -Apache Proverb I will rise when I have fallen. "Unless you try to do something beyond what you have already mastered, you will never grow." -Ralph Waldo Emerson ********************************************************** Electronic Mail is not secure, may not be read every day, and should not be used for urgent or sensitive issues ********************************************************** Electronic Mail is not secure, may not be read every day, and should not be used for urgent or sensitive issues
