Using Regedit.exe to Modify the Screen Saver Grace Period Locally
Using Regedit.exe to Modify the Screen Saver Grace Period Locally
Within the operating system there is a delay from when the screen saver activates and the system actually locks the display requiring you to enter a password to continue working. This period of time is known as the screen saver password registration interval. During this period a user can move the mouse or press any key to prevent the password protection to activate. The default time is configured to be 5 seconds, the time can be configured any whole number between 0 and 2,147,483 (default entry is 5). A value of 0 results in no password protection delay.
To reduce the screen saver grace period locally use REGEDIT.exe to create the following new key and value in the registry. HKEY-LOCAL-MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\ScreenSaverGracePeriod with a REG_SZ value of the desired grace period.
1. Click Start, type regedt.exe in the Search programs and files box, click on regedit in the Programs list.
2. In the Registry Editor expand HKEY_LOCAL_MACHINE.
3. Expand SOFTWARE.
4. Expand Microsoft.
5. Scroll down and expand Windows NT.
6. Expand CurrentVersion.
7. Expand Winlogon.
8. Either right click on Winlogon and click New – String Value or Select Winlogon and on the edit drop down menu click New – String Value.
9. In the New Value #1 Box type ScreenSaverGracePeriod.
10. Double click ScreenSaverGracePeriod, in the Value data box enter your desires grace period in seconds. For this example I will use 2. Click OK.
11. Exit the Registry Editor and restart the computer. Your screen saver grace period is now reset.
This setting can also be created using Group Policy Preferences if the computers are a member of a domain and are running Windows 7 or later. Click on the following link to accomplish this through a GPO.
Until next time, RIDE SAFE!
Rick Trader
Windows Server Instructor – Interface Technical Training
Phoenix, AZ
You May Also Like
How to Build in a PSMethod to your PowerShell Code
0 68 0In this video, PowerShell instructor Jason Yoder shows how to add Methods (PSMethod) to your code using free software that’s added into the PSObject. For instructor-led PowerShell courses, see our course schedule. Microsoft Windows PowerShell Training Download the Building Methods PowerShell script</a> used in this video. <# ╔══════════════════════════════════════════════════════════════════════════════╗ ║ ║ ║ Building Methods ║ ╟──────────────────────────────────────────────────────────────────────────────╢ … Continue reading How to Build in a PSMethod to your PowerShell Code
Configuring Windows Mobility Center and How to Turn it On and Off
1 1411 1Video transcription Steve Fullmer: In our Windows training courses, we often share information about the Windows 8.1 Mobility Center. Mobility Center was introduced for mobile and laptop devices in Windows 7. It’s present and somewhat enhanced in Windows 8. Since we don’t have mobile devices in our classrooms, I decided to take a little bit … Continue reading Configuring Windows Mobility Center and How to Turn it On and Off
How to create a Cisco IOS Banner – Login and MOTD Message of the Day
0 4240 4In this video, Cisco CCNA instructor Mark Jacob shows how to create a Login and Message of the Day (MOTD) banners in Cisco IOS. The Banner is an interesting feature of the Cisco IOS. You could probably get by without it, but in a commercial environment you want to have it.