Jump to content











Photo
- - - - -

No icon on taskbar and no link in Start menu for new users


  • Please log in to reply
2 replies to this topic

#1 Balubeto Balubeto

Balubeto Balubeto

    Frequent Member

  • Advanced user
  • 130 posts
  •  
    Italy

Posted 26 September 2012 - 08:28 AM

Hi

I'm in Audit Mode.

I wish that all new users of Windows 7 SP1 had no icon on their taskbar and no link in their Start menu.

So, how do I do this?

Thanks

Bye

#2 Balubeto Balubeto

Balubeto Balubeto

    Frequent Member

  • Advanced user
  • 130 posts
  •  
    Italy

Posted 28 September 2012 - 08:13 AM

During the installation of Windows 7 SP1, I went immediately in Audit mode.

So, after I customized Windows removing the default icons and links from the taskbar and the Start menu, I wrote this Unattend.xml file


<?xml version='1.0' encoding='utf-8'?>

<unattend xmlns="urn:schemas-microsoft-com:unattend">

<settings pass="generalize" wasPassProcessed="true">

<component name="Microsoft-Windows-Security-Licensing-SLC" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="[url="http://schemas.microsoft.com/WMIConfig/2002/State"]http://schemas.microsoft.com/WMIConfig/2002/State[/url]" xmlns:xsi="[url="http://www.w3.org/2001/XMLSchema-instance"]http://www.w3.org/2001/XMLSchema-instance[/url]">

<SkipRearm>1</SkipRearm>

</component>

<component name="Microsoft-Windows-PnpSysprep" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">

<PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>

</component>

</settings>

<settings pass="specialize" wasPassProcessed="true">

<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="[url="http://schemas.microsoft.com/WMIConfig/2002/State"]http://schemas.microsoft.com/WMIConfig/2002/State[/url]" xmlns:xsi="[url="http://www.w3.org/2001/XMLSchema-instance"]http://www.w3.org/2001/XMLSchema-instance[/url]">

<CopyProfile>true</CopyProfile>

</component>

</settings>

</unattend>


and I put it in the %WINDIR%Panther directory.

Then, I wrote the sysprep /generalize /oobe /reboot command in a Command Prompt window.

Now, I've noticed that new users still have the default icons and link on the taskbar and the Start menu. How come?

How do I prevent this?

Thanks

Bye

#3 Balubeto Balubeto

Balubeto Balubeto

    Frequent Member

  • Advanced user
  • 130 posts
  •  
    Italy

Posted 28 September 2012 - 09:45 AM

In other words, inserting the TaskbarLinks and StartPanelLinks statements in an unattend.xml file, they are used to add icons or links to the taskbar or Start menu.

Now, if I wanted to create a default profile for all users when the taskbar and Start menu are completely free of elements, how should I do this?

Thanks

Bye




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users