Follow TheEtherDotNet on Twitter Print View

How to prevent the Powershell and Server Manager icons being pinned to the taskbar for each user

Issue

When a user first logs onto a Windows Server 2008 R2 Remote Desktop Services, the Powershell and Server Manager icons will be pinned to the taskbar. In a secured environment this may be undesirable.

Resolution

To prevent this, remove permissions from the source icons for Users and Everyone.

icacls "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\Windows PowerShell"  /T /inheritance:d /remove:g "BUILTIN\Users" Everyone
icacls "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\IT Tools\Administrative Tools\Server Manager.lnk" /inheritance:d /remove:g "BUILTIN\Users" Everyone

Products

Microsoft Windows Server 2008 R2 RTM

Created: 28th July 2010
Updated: 28th July 2010

Follow TheEtherDotNet on Twitter Print View

© 2005-2010 Jamie Morrison