Monday, June 3, 2013

Server 2012 Desktop Experience My Computer icon to the desktop.

To get the Windows 8 experience on Windows Server 2012, you can install this as a feature. This feature will have the following effects:

·         Applications added to the Start screen: Windows Store / Default Programs / Windows Media Player / Character Map / Disk Cleanup / Snipping Tool / Sound Recorder / Math Input Panel.
·         At startup, the Start screen will automatically appear instead of the classic desktop.
·         Charms bar (bar on the right side of the screen) will beside the buttons ‘Search’, ‘Start’ and ‘Settings’ also have ‘Share’ and ‘Devices’.
·         The Settings option of the Charms bar will also have the ‘Change PC Settings’ option which is a Windows 8 version of the Control Panel.
·         The context menu of the classic desktop will have the ‘Personalize’ option added. So you can add My Computer icon to the desktop.
·         Applications: Windows Mail, Windows Photo Viewer
·         Services: ActiveX Installer, Offline Files, Windows Image Acquisition (WIA), System Events Broker, Time Broker, WebClient, Still Image Acquisition Events, Microsoft Account Sign-in Assistant
·         Miscellaneous: Various screensavers, Ability to burn .iso’s from Windows Explorer, Sync Center in Control Panel, Adobe Flash Player

Start the Server Manager and click the Add roles and features  and add the following Feature.
User Interfaces and Infrastructure > Desktop Experience




Completely Disable User Account Control (UAC) on server 2012

Microsoft has modified some settings for managing User Account Control (UAC) in Windows Server 2012. By default, UAC will be enabled in Windows Server 2012. 
There is a two-step process needed to disable User Account Control in Windows Server 2012.

First: Change UAC settings
1.       Select Start > Control Panel 
2.       Click System Security
3.       Under Action Center, choose Change User Account Control settings
4.       Move the slider bar down to the Never notify selection and click OK
5.       Reboot the machine for changes to take effect
 









 Step Two: Disable User Account Control policy
1.       To see your current UAC status, go to: control panel>system security>action center.
2.       To change the UAC policy, you need to go to the local security policy by running command secpol.msc or select Local Security Policy in the Tools menu in the server manager.
3.       Navigate to Local Policies>Security Options
4.       Select  the policy: User Account Controls: Run all administrators in Admin Approve Mode:
5.       Your default setting will have "Run all administrators in Admin Approval Mode" enabled. Change this setting to Disabled
6.       Click Apply, then OK, and then restart the server to finish changing your settings