Summarizing before restaring closing process
http:#25859205 - There is no standard policy setting to control this.
The standard policy settings will only control if users are allowed to display the desktop icons or not. It will not force it when user hasn't already configured that he want to display the icons.
When user configure this through the GUI, the setting is stored in the registry values in
http:#25863189To solve the issue, we create a registry GPP (Preferences\Windows Settings\Registry) configuring the values to 0 (0=display, 1=hide)
HKCU\Software\Microsoft\Wi
ndows\Curr
entVersion
\Explorer\
HideDeskto
pIcons\New
StartPanel
Computer: {20D04FE0-3AEA-1069-A2D8-0
8002B30309
D}
Recycle Bin: {5399E694-6CE5-4D6C-8FCE-1
D8870FDCBA
0}
Documents: {59031a47-3f72-44a7-89c5-5
595fe6b30e
e}
Also the following can be managed, but we don't nead it for the moment
Network: {F02C1A0D-BE21-4350-88B0-7
367FC96EF3
C}.
For IE icon, {871C5380-42A0-1069-A2EA-0
8002B30309
D} will work when having older OS than Win7/2008R2. As per MS KB, it's no longer supported to add the core object icon for IE through registry. The only way to add IE icon on desktop in the new OS is to create a shortcut.
http://support.microsoft.com/kb/976915 http://support.microsoft.com/kb/945402However, as posted in the blog link from
http:#25863182, the IE icon *might* be possibly to get back in Win7. As posted in the blog comments, it both works and not. As MS official regret this in the KB links above, it propably only worked in beta of the new OS or some other special unofficial reason.