Jump to content

Recommended Posts

Posted

When you log on to a 1903 version of Windows 10 Edu you get the Schools Essentials icons on the Start Menu which consist of what looks like Microsoft Office apps but are actually links to Office 365 on the Internet!

 

School Essentials.PNG

 

They get set up as each new user logs on. How do I remove these icons as I can see problems with Students clicking on them expecting them to open up Office 2016 desktop applications that will be on the machines?

Posted

As @CHiLL mentioned, you need to create a custom Start layout.

 

Export-StartLayout -Path "$env:UserProfile\Desktop\StartLayout.xml" -UseDesktopApplicationID

 

^ The -UseDesktopApplicationID parameter is important too.

  • Thanks 2
Posted

Excellent news! I normally create a simple Start Menu layout but I've not created and tested one on 1903 yet so glad to hear that if I do then these silly icons will go away!

 

:)

Posted
As @CHiLL mentioned, you need to create a custom Start layout.

 

Export-StartLayout -Path "$env:UserProfile\Desktop\StartLayout.xml" -UseDesktopApplicationID

 

^ The -UseDesktopApplicationID parameter is important too.

 

This worked for me, thank you, I had previously used the same script but without -UseDesktopApplicationID as I hadn't needed that in 1803.

  • 7 months later...
Posted (edited)

Hi Everyone,

 

I have followed the advice here and created my own custom Start Menu layout.

 

Whilst the layout that I exported did not include the School Essentials menu item and icons when I log onto a computer using a standard (student) account they are presented regardless.

 

 

Capture X.JPG

 

When I configured my initial Start Menu layout I used a local Administrator account; perhaps I need to use a standard account here?

 

Also what does the -UseDesktopApplicationID switch do?

 

Any help will be great.

 

Kind Regards,

 

Davo

Edited by MrDavo
Posted (edited)
Hi Everyone,

 

I have followed the advice here and created my own custom Start Menu layout.

 

Whilst the layout that I exported did not include the School Essentials menu item and icons when I log onto a computer using a standard (student) account they are presented regardless.

 

 

[ATTACH=CONFIG]56990[/ATTACH]

 

When I configured my initial Start Menu layout I used a local Administrator account; perhaps I need to use a standard account here?

 

Also what does the -UseDesktopApplicationID switch do?

 

Any help will be great.

 

Kind Regards,

 

Davo

If I remember, that switch makes the XML file include the shortcut path to the application, instead of just the Windows app ID.

 

Example:

With switch:






 

Without switch:







Edited by CHiLL
Posted

Hi,

 

Thanks for the response. However I think that the switch may do the opposite of what your explaining. Without using the switch I see 'fully qualified' paths.

 

Kind Regards,

 

Davo

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...