Jump to content

Recommended Posts

Posted

Does anyone know if there is a server 2016 policy to remove Internet Explorer from the task bar?

 

I am running a Start Layout which means I can hide it from the Start Menu.

 

I found we were getting both Store and IE on the task bar. I managed to hide Store by using Group Policy (Computer Config>Policies>Admin Templates>Windows Components/Store>Turn off the Store application> Enabled), but I am struggling to find an easy way to remove IE from the task bar. This is what I am currently getting, note Store has now gone...

 

Photo 10-04-2017, 13 25 39.jpg

Posted
Thats edge not IE.

 

 

you can change the taskbar using the same xml that controls the start menu.

https://technet.microsoft.com/en-us/itpro/windows/configure/customize-windows-10-start-screens-by-using-group-policy

 

It is so pesky, we really don't want to use it, I hate how it is forced on the users.

Just to be clear, does the same XML take both the start menu and taskbar customisations?

At the moment, my xml reads as follows:

 

 
 
   
     
       
         
         
         
         
         
         
         
         
       
     
   
 

Posted (edited)

yes ours does. this is our 1st revision 1 i just grabbed over remote connection.


    xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification"
   xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout"
   xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout"
   xmlns:taskbar="http://schemas.microsoft.com/Start/2014/TaskbarLayout"
   Version="1">
 
   
     
       
         
         
         
       
       
         
         
         
         
         
         
       
       
         
         
       
     
   
 
 
   
     

       
       
     
   
 

Edited by gaz350b
Posted
yes ours does. this is our 1st revision 1 i just grabbed over remote connection.


    xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification"
   xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout"
   xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout"
   xmlns:taskbar="http://schemas.microsoft.com/Start/2014/TaskbarLayout"
   Version="1">
 
   
     
       
         
         
         
       
       
         
         
         
         
         
         
       
       
         
         
       
     
   
 
 
   
     

       
       
     
   
 

 

Thanks very much, it looks like this is the part of your code I need:

Posted (edited)

Hi,

I tried taking the second part of your code, but then the Windows 10 systems just completely ignored my XML file.

Does anyone have the exact code needed for the TaskbarLayout to remove IE?

 

Thanks in advance.

 

 

This is what I currently have:

 

 
 
   
     
       
         
         
         
         
         
         
         
         
       
     
   
 

Edited by talksr

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