On Windows 8 you can hide the Recycle Bin (and other icons on the desktop) by following Charms bar > Settings > Personalization. But on Server 2012 this returns an empty window with the message "This page is not available in this version of Windows."
Is it possible to hide the Recycle Bin on Windows Server 2012?
The most I have found is an instruction to go to User Config > Administrative > Desktop > Hide recycle icon which I can't find.
You can use
gpedit.msc
to accomplish this, just like you are alluding to in your link:Run
gpedit.msc
from the run line (WIN+R) on the server. Then go to the settings in the picture above.Then change it to Enabled.
You'll need to reboot the server afterwards.
(Also you might be able to do the normal Charms/Personalization option if you install the
Desktop Experience
feature on the server inAdd Roles and Features Wizard
, but I don't have a server I care to test that out on...)If you go to Control Panel and search for desktop common icon, the search will narrow down to one item under Display: Show or hide common icons on the desktop.
From there you can choose to show or hide the Recycle Bin, This PC, etc.
In order to be able to manage the f%&cking icons on your desktop, you need to enable the
Desktop Experience
feature.It looks like someone in Microsoft thought "wise" to include everything even remotely related to the user experience in this optional feature, which is of course not enabled by default on server systems; this includes:
This leads to some interesting side effects even for pure server application, like Lync and Exchange, which need Windows Media codecs in order to perform audio/video encoding; and guess which feature is required to enable those codecs? Yeah, you guessed right:
http://technet.microsoft.com/en-us/library/bb691354.aspx
http://technet.microsoft.com/en-us/library/gg398686.aspx
Anyway, the ability to show or hide system icons on your desktop is part of the
Desktop Experience
feature. Either you accept to live withouth them (and with the Recycle Bin permanently stuck there), or you have to enable the whole feature, up to and including access to the Store.