Showing posts with label Windows 2012. Show all posts
Showing posts with label Windows 2012. Show all posts

Tuesday, October 20, 2015

Disabling the Windows Server 2012 Lock Screen Timeout

Found this great article.

http://blog.scosby.com/post/2012/12/13/Disabling-Windows-Server-2012-Lock-Screen-Timeout.aspx

Disabling the Windows Server 2012 Lock Screen Timeout

In Server 2012 by default, the lock screen will put the monitors to sleep after 1 minute. I found myself waking the monitors too frequently. An initial web search led me to a MSDN forum post for Windows 8 that unlocked a missing Power Settings feature in Server 2012.   1.       Open the following registry key     a.       HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\7516b95f-f776-4464-8c53-06167f40cc99\8EC4B3A5-6868-48c2-BE75-4F3044BE88A7   2.       Set the following value     a.       Attributes => 2
  3.       Now open Control Panel>Power Options>Change Plan Settings>Change Advanced Power Settings     a.       The new Display section “Console lock display off timeout” is now available.     b.      Configure your “Plugged in” value accordingly (0 to disable) – I haven’t tested to see if the monitor sleep setting still applies when the screen is locked.



Also, to set the timeout in a GPO:

Configuring a Power Plan with Group Policy Preferences (by Alan Burchill)

FellTheForce@8


 

Thursday, September 25, 2014

Unable to install .NET framework 3.5 Features after patching windows 2012 R2


I have found that I am unable to install .NET framework 3.5 after patching windows 2012 R2

The initial install of Windows 2012 R2 shows the Feature ".NET 3.5 Framework Features" as having a status of "Removed".



It is initially possible to install this feature as long at the original install media is in the DVD Drive.

See http://technet.microsoft.com/en-ca/library/dn482071.aspx and
http://support.microsoft.com/kb/2734782

While this works on the intial install, I have found that after you have patched a server, using Windows Update, you can no longer install the feature.



I have not found a work-around yet.