Jump to content

Recommended Posts

Posted

Yes yes I know, another thread about the Windows 10 Start menu, I have read through many threads on this and the specific things I'm trying to achieve haven't been mentioned, so here goes.

 

1) I want to remove a few bits from the start menu for students, specifically "Settings" and "Power", they can't get access to either of these things, however, I would really like to remove them from view.

 

2) Within the "All Apps" section of the start menu, I only want it to display the layout as configured within our mandatory profile. I don't want students to be able to see "Contact Support", "Calendar", "Search", "Settings", "Store" etc.

 

Any suggestions?

Posted (edited)

HI Iain,

 

bellow is the script i use in sccm to remove the items from the machines on build

 

Get-appxpackage -allusers *bing* | remove-appxpackage

get-appxpackage -allusers *camera* | remove-appxpackage

get-appxpackage -allusers *communicationsapps* | remove-appxpackage

get-appxpackage -allusers *people* | remove-appxpackage

Get-appxpackage -allusers *phone* | remove-appxpackage

get-appxpackage -allusers *messaging* | remove-appxpackage

get-appxpackage -allusers *maps* | remove-appxpackage

get-appxpackage -allusers *onenote* | remove-appxpackage

get-appxpackage -allusers *officehub* | remove-appxpackage

Get-appxpackage -allusers *skypeapp* | remove-appxpackage

get-appxpackage -allusers *getstarted* | remove-appxpackage

get-appxpackage -allusers *solitaire* | remove-appxpackage

get-appxpackage -allusers *3dbuilder* | remove-appxpackage

get-appxpackage -allusers *Xbox* | remove-appxpackage

get-appxpackage -allusers *communicationsstore* | remove-appxpackage

 

the following link has it all in detail: http://www.askvg.com/guide-how-to-remove-all-built-in-apps-in-windows-10/

 

Bushby

Edited by bushby
adding link
  • Thanks 2

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...