<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>DisplayFusion RSS: Monitor sleeps after 1 minute at lock screen (Windows 8.1)</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e</link>
<description>DisplayFusion RSS: Monitor sleeps after 1 minute at lock screen (Windows 8.1)</description>
<lastBuildDate>Fri, 08 May 2026 12:08:08 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e</generator>
<item>
<title>RE: Monitor sleeps after 1 minute at lock screen (Windows 8.1)</title>
<link>https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#26</link>
<pubDate>Tue, 22 Jan 2019 14:39:04 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#26</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
golfjunkie - did you ever find a way to apply this through GPO? That's my current task at the moment!
Not to dig up an old thread, but I was just looking into this for my employer and found a way to push it through GPO. Through a logon script using powercfg options (that don't seem to be...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>golfjunkie - did you ever find a way to apply this through GPO? That's my current task at the moment!</div></div><br/>
Not to dig up an old thread, but I was just looking into this for my employer and found a way to push it through GPO. Through a logon script using powercfg options (that don't seem to be very well documented, but they're decipherable...) you can set both the Console Lock Display Off Timeout and the Unattended Sleep Timeout. Below is the section of code for that.. all times are in seconds, as far as I can tell. I have them set so high because our screensaver doesn't kick in for 20 minutes.<br/>
<br/>
Let me know if you have any questions; I'll do my best to keep track of this thread and answer. I don't use DisplayFusion and just signed up for the account to spread the good word.<br/>
<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019e077ced6670fa9a8d1a15ced13698" class="ClipboardCopyControl"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019e077ced6670fa9a8d1a15ced13698Js'); return false;"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019e077ced6670fa9a8d1a15ced13698Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">rem Console Lock Display Off Timeout on battery
powercfg /SETDCVALUEINDEX SCHEME_CURRENT 7516b95f-f776-4464-8c53-06167f40cc99 8EC4B3A5-6868-48c2-BE75-4F3044BE88A7 2700

rem Console Lock Display Off Timeout plugged in
powercfg /SETACVALUEINDEX SCHEME_CURRENT 7516b95f-f776-4464-8c53-06167f40cc99 8EC4B3A5-6868-48c2-BE75-4F3044BE88A7 2700

rem Unattended Sleep Timeout on battery
powercfg /SETDCVALUEINDEX SCHEME_CURRENT 238C9FA8-0AAD-41ED-83F4-97BE242C8F20 7bc4a2f9-d8fc-4469-b07b-33eb785aaca0 2700

rem Unattended Sleep Timeout plugged in
powercfg /SETACVALUEINDEX SCHEME_CURRENT 238C9FA8-0AAD-41ED-83F4-97BE242C8F20 7bc4a2f9-d8fc-4469-b07b-33eb785aaca0 2700</pre><textarea id="code019e077ced6670fa9a8d1a15ced13698" name="code019e077ced6670fa9a8d1a15ced13698" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div>
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=e84dd5b6-ce0c-430d-acc4-c50b78a8744e"/>
</item>
<item>
<title>RE: Monitor sleeps after 1 minute at lock screen (Windows 8.1)</title>
<link>https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#25</link>
<pubDate>Thu, 16 Aug 2018 13:42:10 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#25</guid>
<category>DisplayFusion</category>
<description><![CDATA[@Sean Gabriel: Have you tried changing the timeout on the DisplayFusion Settings  Windows 10 tab? (Screenshot attached for reference)]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
@Sean Gabriel: Have you tried changing the timeout on the DisplayFusion Settings > Windows 10 tab? (Screenshot attached for reference)
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=e84dd5b6-ce0c-430d-acc4-c50b78a8744e"/>
</item>
<item>
<title>RE: Monitor sleeps after 1 minute at lock screen (Windows 8.1)</title>
<link>https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#24</link>
<pubDate>Thu, 16 Aug 2018 05:17:27 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#24</guid>
<category>DisplayFusion</category>
<description><![CDATA[I am also facing the same issues that would make some people get really annoyed. I have an HP desktop and it really kills me when the screen turns off after a minute or so. As I mostly have the reading related work, the quick screen lock isn't helping much. HP Support also doesn't give the best h...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I am also facing the same issues that would make some people get really annoyed. I have an HP desktop and it really kills me when the screen turns off after a minute or so. As I mostly have the reading related work, the quick screen lock isn't helping much. <a href="http://hpsupportnumber.net/" target="_blank" rel="nofollow"><b>HP Support</b></a> also doesn't give the best help.
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=e84dd5b6-ce0c-430d-acc4-c50b78a8744e"/>
</item>
<item>
<title>RE: Monitor sleeps after 1 minute at lock screen (Windows 8.1)</title>
<link>https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#23</link>
<pubDate>Wed, 07 Mar 2018 18:52:26 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#23</guid>
<category>DisplayFusion</category>
<description><![CDATA[You can change the timing from settings.
Right click on battery icon and choose power options.
Now go to choose when to turn off display.
provide specific times and you are done.
You can also change sleep time by clicking on Change when the computer sleeps.
Source: - YTECHB]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
You can change the timing from settings.<br/>
<br/>
Right click on battery icon and choose power options.<br/>
<br/>
Now go to choose when to turn off display.<br/>
<br/>
provide specific times and you are done.<br/>
<br/>
You can also change sleep time by clicking on Change when the computer sleeps.<br/>
<br/>
Source: - <a href="https://www.ytechb.com/" target="_blank" rel="nofollow"><b>YTECHB</b></a>
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=e84dd5b6-ce0c-430d-acc4-c50b78a8744e"/>
</item>
<item>
<title>RE: Monitor sleeps after 1 minute at lock screen (Windows 8.1)</title>
<link>https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#22</link>
<pubDate>Fri, 23 Feb 2018 09:42:15 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#22</guid>
<category>DisplayFusion</category>
<description><![CDATA[@sparkiejen: no I haven't .]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
@sparkiejen: no I haven't .<img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-frown.light.svg" alt=":(" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":(" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=e84dd5b6-ce0c-430d-acc4-c50b78a8744e"/>
</item>
<item>
<title>RE: Monitor sleeps after 1 minute at lock screen (Windows 8.1)</title>
<link>https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#21</link>
<pubDate>Thu, 22 Feb 2018 16:46:17 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#21</guid>
<category>DisplayFusion</category>
<description><![CDATA[golfjunkie - did you ever find a way to apply this through GPO? That's my current task at the moment!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
golfjunkie - did you ever find a way to apply this through GPO? That's my current task at the moment!
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=e84dd5b6-ce0c-430d-acc4-c50b78a8744e"/>
</item>
<item>
<title>RE: Monitor sleeps after 1 minute at lock screen (Windows 8.1)</title>
<link>https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#20</link>
<pubDate>Wed, 10 Jan 2018 10:08:29 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#20</guid>
<category>DisplayFusion</category>
<description><![CDATA[Is there a way to do this via a group policy? I would like to enforce the power save timeout via a group policy.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Is there a way to do this via a group policy? I would like to enforce the power save timeout via a group policy.
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=e84dd5b6-ce0c-430d-acc4-c50b78a8744e"/>
</item>
<item>
<title>RE: Monitor sleeps after 1 minute at lock screen (Windows 8.1)</title>
<link>https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#19</link>
<pubDate>Sun, 31 Dec 2017 10:14:49 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#19</guid>
<category>DisplayFusion</category>
<description><![CDATA[Here is how to change windows 10 Lock screen timings
1 – Click on windows key in the extreme bottom left of your screen and then click on settings.
2 – Click on Personalization in the setting window.
3 – Now, in the left menu click on Lock screen. After that scroll down in the right side and c...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Here is how to change windows 10 Lock screen timings<br/>
1 – Click on windows key in the extreme bottom left of your screen and then click on settings.<br/>
2 – Click on Personalization in the setting window.<br/>
3 – Now, in the left menu click on Lock screen. After that scroll down in the right side and click on Screen timeout settings.<br/>
4 – Now, in the next screen change the time settings to a higher level. If you want to disable them, choose never from the dropdown.<br/>
Source<img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-flushed.light.svg" alt=":-[" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":-[" HelpButtonDataAlign="BelowMiddle" />URL] http://merabheja.com/change-when-windows-10-lock-screen-timings/[/URL]
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=e84dd5b6-ce0c-430d-acc4-c50b78a8744e"/>
</item>
<item>
<title>RE: Monitor sleeps after 1 minute at lock screen (Windows 8.1)</title>
<link>https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#18</link>
<pubDate>Thu, 12 Jan 2017 02:57:17 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#18</guid>
<category>DisplayFusion</category>
<description><![CDATA[By default, the "Console lock display off timeout" setting will not show up in the Power Options dialog box, and we have to apply the registry tweak first:
http://www.top-password.com/blog/change-lock-screen-timeout-in-windows-10-8/
This worked for me.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
By default, the "Console lock display off timeout" setting will not show up in the Power Options dialog box, and we have to apply the registry tweak first:<br/>
http://www.top-password.com/blog/change-lock-screen-timeout-in-windows-10-8/<br/>
<br/>
This worked for me.
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=e84dd5b6-ce0c-430d-acc4-c50b78a8744e"/>
</item>
<item>
<title>RE: Monitor sleeps after 1 minute at lock screen (Windows 8.1)</title>
<link>https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#17</link>
<pubDate>Fri, 02 Dec 2016 18:35:44 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#17</guid>
<category>DisplayFusion</category>
<description><![CDATA[I hate to necro a thread, but since I am having issues with an HP dock, and this came up in my search results as a possible workaround...
The "Console lock display off timeout" setting doesn't appear in the advanced settings in Windows 10. To enable it, change the "attribute" from 1 to 2 for the...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I hate to necro a thread, but since I am having issues with an HP dock, and this came up in my search results as a possible workaround... <br/>
<br/>
The "Console lock display off timeout" setting doesn't appear in the advanced settings in Windows 10. To enable it, change the "attribute" from 1 to 2 for the following registry key:<br/>
<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019e077ced9e77a196ce308a1be624f7" class="ClipboardCopyControl"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019e077ced9e77a196ce308a1be624f7Js'); return false;"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019e077ced9e77a196ce308a1be624f7Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">HKEY_LOCAL_MACHINE\ SYSTEM\ CurrentControlSet\ Control\ Power\ PowerSettings\ 7516b95f-f776-4464-8c53-06167f40cc99\ 8EC4B3A5-6868-48c2-BE75-4F3044BE88A7</pre><textarea id="code019e077ced9e77a196ce308a1be624f7" name="code019e077ced9e77a196ce308a1be624f7" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
I also read somewhere that you can change "attribute" to 0 and the monitors will never turn off, but I have not tested that. Changing to 2 does allow the settings to show up and I was able to solve my issue.<br/>
<br/>
Clint
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=e84dd5b6-ce0c-430d-acc4-c50b78a8744e"/>
</item>
<item>
<title>RE: Monitor sleeps after 1 minute at lock screen (Windows 8.1)</title>
<link>https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#16</link>
<pubDate>Thu, 06 Aug 2015 20:08:11 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#16</guid>
<category>DisplayFusion</category>
<description><![CDATA[You should also just be able to use the "Lock Screen Timeout" option on the DisplayFusion Settings &gt; Window 8/10 tab]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
You should also just be able to use the "Lock Screen Timeout" option on the DisplayFusion Settings &gt; Window 8/10 tab <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=e84dd5b6-ce0c-430d-acc4-c50b78a8744e"/>
</item>
<item>
<title>RE: Monitor sleeps after 1 minute at lock screen (Windows 8.1)</title>
<link>https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#15</link>
<pubDate>Tue, 04 Aug 2015 02:09:46 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#15</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hello,
I downloaded the reg fixes and how I got it to work was I opened advanced power options in the back ground, then I clicked on the "2. Add "Console lock display off timeout" to Advanced Power Settings" then it showed up in the advanced power options, and it was set for 1 minute.  I changed...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hello,<br/>
I downloaded the reg fixes and how I got it to work was I opened advanced power options in the back ground, then I clicked on the "2. Add "Console lock display off timeout" to Advanced Power Settings" then it showed up in the advanced power options, and it was set for 1 minute.  I changed to 60 min and it worked.<br/>
You may have to do this add reg a couple times to show but it worked for me.
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=e84dd5b6-ce0c-430d-acc4-c50b78a8744e"/>
</item>
<item>
<title>RE: Monitor sleeps after 1 minute at lock screen (Windows 8.1)</title>
<link>https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#14</link>
<pubDate>Tue, 04 Aug 2015 01:26:28 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#14</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
Quote:
Quote:
I really need some help with this too. Win 7 &gt; Win 10 and this is driving me nuts. This is the ONLY thread I can find on this topic anywhere. Where is this button?
follow the directions in the link posted in the second post.
Quote:
This is actually by design in Windo...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div><div class="BackGrey"><div class="Text"><div><b>Quote:</b></div><div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>I really need some help with this too. Win 7 &gt; Win 10 and this is driving me nuts. This is the ONLY thread I can find on this topic anywhere. Where is this button?</div></div><br/>
<br/>
follow the directions in the link posted in the second post.<br/>
<br/>
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>This is actually by design in Windows 8/8.1. Funny thing is, I've noticed it as well, but never really looked into a solution. After reading your question, I did a quick Google search and came up with this: <a href="http://www.eightforums.com/tutorials/8267-power-options-add-console-lock-display-off-timeout.html" target="_blank" rel="nofollow"><b>http://www.eightforums.com/tutorials/8267-power-options-add-console-lock-display-off-timeout.html</b></a><br/>
<br/>
I've just tested it out, and it seems to work great <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /></div></div></div></div><br/>
<br/>
I have, and it didn't work.</div></div><br/>
<br/>
not sure. i did it yesterday and it worked fine on win10.
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=e84dd5b6-ce0c-430d-acc4-c50b78a8744e"/>
</item>
<item>
<title>RE: Monitor sleeps after 1 minute at lock screen (Windows 8.1)</title>
<link>https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#13</link>
<pubDate>Tue, 04 Aug 2015 01:25:31 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#13</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
Quote:
I really need some help with this too. Win 7 &gt; Win 10 and this is driving me nuts. This is the ONLY thread I can find on this topic anywhere. Where is this button?
follow the directions in the link posted in the second post.
Quote:
This is actually by design in Windows 8/8.1...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div><div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>I really need some help with this too. Win 7 &gt; Win 10 and this is driving me nuts. This is the ONLY thread I can find on this topic anywhere. Where is this button?</div></div><br/>
<br/>
follow the directions in the link posted in the second post.<br/>
<br/>
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>This is actually by design in Windows 8/8.1. Funny thing is, I've noticed it as well, but never really looked into a solution. After reading your question, I did a quick Google search and came up with this: <a href="http://www.eightforums.com/tutorials/8267-power-options-add-console-lock-display-off-timeout.html" target="_blank" rel="nofollow"><b>http://www.eightforums.com/tutorials/8267-power-options-add-console-lock-display-off-timeout.html</b></a><br/>
<br/>
I've just tested it out, and it seems to work great <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /></div></div></div></div><br/>
<br/>
I have, and it didn't work.
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=e84dd5b6-ce0c-430d-acc4-c50b78a8744e"/>
</item>
<item>
<title>RE: Monitor sleeps after 1 minute at lock screen (Windows 8.1)</title>
<link>https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#12</link>
<pubDate>Tue, 04 Aug 2015 01:20:39 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#12</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
I really need some help with this too. Win 7 &gt; Win 10 and this is driving me nuts. This is the ONLY thread I can find on this topic anywhere. Where is this button?
follow the directions in the link posted in the second post.
Quote:
This is actually by design in Windows 8/8.1. Funny ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>I really need some help with this too. Win 7 &gt; Win 10 and this is driving me nuts. This is the ONLY thread I can find on this topic anywhere. Where is this button?</div></div><br/>
<br/>
follow the directions in the link posted in the second post.<br/>
<br/>
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>This is actually by design in Windows 8/8.1. Funny thing is, I've noticed it as well, but never really looked into a solution. After reading your question, I did a quick Google search and came up with this: <a href="http://www.eightforums.com/tutorials/8267-power-options-add-console-lock-display-off-timeout.html" target="_blank" rel="nofollow"><b>http://www.eightforums.com/tutorials/8267-power-options-add-console-lock-display-off-timeout.html</b></a><br/>
<br/>
I've just tested it out, and it seems to work great <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /></div></div>
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=e84dd5b6-ce0c-430d-acc4-c50b78a8744e"/>
</item>
<item>
<title>RE: Monitor sleeps after 1 minute at lock screen (Windows 8.1)</title>
<link>https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#11</link>
<pubDate>Tue, 04 Aug 2015 01:13:19 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#11</guid>
<category>DisplayFusion</category>
<description><![CDATA[I really need some help with this too. Win 7 &gt; Win 10 and this is driving me nuts. This is the ONLY thread I can find on this topic anywhere. Where is this button?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I really need some help with this too. Win 7 &gt; Win 10 and this is driving me nuts. This is the ONLY thread I can find on this topic anywhere. Where is this button?
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=e84dd5b6-ce0c-430d-acc4-c50b78a8744e"/>
</item>
<item>
<title>RE: Monitor sleeps after 1 minute at lock screen (Windows 8.1)</title>
<link>https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#10</link>
<pubDate>Fri, 31 Jul 2015 15:49:18 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#10</guid>
<category>DisplayFusion</category>
<description><![CDATA[Nepolis,
I just upgraded to windows 10 and it seems it is the same issue.  I have my screensaver set to none and it does not show me a little box like you mentioned.
where did you see this option?
thanks!!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Nepolis,<br/>
<br/>
I just upgraded to windows 10 and it seems it is the same issue.  I have my screensaver set to none and it does not show me a little box like you mentioned.<br/>
where did you see this option?<br/>
<br/>
thanks!!
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=e84dd5b6-ce0c-430d-acc4-c50b78a8744e"/>
</item>
<item>
<title>RE: Monitor sleeps after 1 minute at lock screen (Windows 8.1)</title>
<link>https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#9</link>
<pubDate>Fri, 10 Oct 2014 18:09:11 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#9</guid>
<category>DisplayFusion</category>
<description><![CDATA[Thanks for that link!  I had this same problem previously and performed a fix to get this working again.  This Reg key makes things much easier!  The other procedure involved copying profiles from command line and editing settings from command line.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thanks for that link!  I had this same problem previously and performed a fix to get this working again.  This Reg key makes things much easier!  The other procedure involved copying profiles from command line and editing settings from command line.
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=e84dd5b6-ce0c-430d-acc4-c50b78a8744e"/>
</item>
<item>
<title>RE: Monitor sleeps after 1 minute at lock screen (Windows 8.1)</title>
<link>https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#8</link>
<pubDate>Sat, 13 Sep 2014 11:06:13 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#8</guid>
<category>DisplayFusion</category>
<description><![CDATA[Nepolis!! Thank you so much.  I've been searching online for this solution and thought I had tried everything.  This simple step worked!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Nepolis!! Thank you so much.  I've been searching online for this solution and thought I had tried everything.  This simple step worked!
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=e84dd5b6-ce0c-430d-acc4-c50b78a8744e"/>
</item>
<item>
<title>RE: Monitor sleeps after 1 minute at lock screen (Windows 8.1)</title>
<link>https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#7</link>
<pubDate>Thu, 11 Sep 2014 02:55:31 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#7</guid>
<category>DisplayFusion</category>
<description><![CDATA[After searching exhaustingly through many of these discussion boards and seeing the same tripe of answers about registry edit and downloading registry files or even resetting user security policies, the unthinkable happened. Sometimes the simplest solution can be well over thought by the smartest...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
After searching exhaustingly through many of these discussion boards and seeing the same tripe of answers about registry edit and downloading registry files or even resetting user security policies, the unthinkable happened. Sometimes the simplest solution can be well over thought by the smartest individuals. Due to a security update by microsoft which is a standard update it doesn't matter if you have disabled your screen saver. There is a small clickable box under where you shut off your screen saver to none that states Wait one minute. It seems with the update that is clicks the ticker... SO much for the egg head community overlooking the smallest thing. I have tested and found it to work
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=e84dd5b6-ce0c-430d-acc4-c50b78a8744e"/>
</item>
<item>
<title>RE: Monitor sleeps after 1 minute at lock screen (Windows 8.1)</title>
<link>https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#6</link>
<pubDate>Tue, 28 Jan 2014 18:47:12 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#6</guid>
<category>DisplayFusion</category>
<description><![CDATA[That's as expected for the DisplayFusion Screen Saver, as we're not able to hook mouse movements due to the screen saver being run on a secure desktop.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
That's as expected for the DisplayFusion Screen Saver, as we're not able to hook mouse movements due to the screen saver being run on a secure desktop.
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=e84dd5b6-ce0c-430d-acc4-c50b78a8744e"/>
</item>
<item>
<title>RE: Monitor sleeps after 1 minute at lock screen (Windows 8.1)</title>
<link>https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#5</link>
<pubDate>Mon, 27 Jan 2014 21:04:36 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#5</guid>
<category>DisplayFusion</category>
<description><![CDATA[another thing i noticed with the screen saver is that when i try to wake it up, i cant just move my mouse, i have to actually click to make it come back to the login screen.. not sure if this is DF or another windows option im over looking?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
another thing i noticed with the screen saver is that when i try to wake it up, i cant just move my mouse, i have to actually click to make it come back to the login screen.. not sure if this is DF or another windows option im over looking?
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=e84dd5b6-ce0c-430d-acc4-c50b78a8744e"/>
</item>
<item>
<title>RE: Monitor sleeps after 1 minute at lock screen (Windows 8.1)</title>
<link>https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#4</link>
<pubDate>Fri, 17 Jan 2014 19:11:36 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[No worries, glad I could help]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
No worries, glad I could help <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=e84dd5b6-ce0c-430d-acc4-c50b78a8744e"/>
</item>
<item>
<title>RE: Monitor sleeps after 1 minute at lock screen (Windows 8.1)</title>
<link>https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#3</link>
<pubDate>Fri, 17 Jan 2014 19:00:52 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
This is actually by design in Windows 8/8.1. Funny thing is, I've noticed it as well, but never really looked into a solution. After reading your question, I did a quick Google search and came up with this: http://www.eightforums.com/tutorials/8267-power-options-add-console-lock-display-o...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>This is actually by design in Windows 8/8.1. Funny thing is, I've noticed it as well, but never really looked into a solution. After reading your question, I did a quick Google search and came up with this: <a href="http://www.eightforums.com/tutorials/8267-power-options-add-console-lock-display-off-timeout.html" target="_blank" rel="nofollow"><b>http://www.eightforums.com/tutorials/8267-power-options-add-console-lock-display-off-timeout.html</b></a><br/>
<br/>
I've just tested it out, and it seems to work great <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /></div></div><br/>
<br/>
sorry keith, i should have used my google fu from the beginning! i just figured since i was controlling the screen saver from DF that that is where the problem was. thanks for the tip!
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=e84dd5b6-ce0c-430d-acc4-c50b78a8744e"/>
</item>
<item>
<title>RE: Monitor sleeps after 1 minute at lock screen (Windows 8.1)</title>
<link>https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#2</link>
<pubDate>Fri, 17 Jan 2014 17:01:16 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/monitor-sleeps-after-1-minute-at-lock-screen-windows-81/?ID=99ee71e8-7d85-4554-9cb8-a2b4ef28742e#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[This is actually by design in Windows 8/8.1. Funny thing is, I've noticed it as well, but never really looked into a solution. After reading your question, I did a quick Google search and came up with this: http://www.eightforums.com/tutorials/8267-power-options-add-console-lock-display-off-timeo...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
This is actually by design in Windows 8/8.1. Funny thing is, I've noticed it as well, but never really looked into a solution. After reading your question, I did a quick Google search and came up with this: <a href="http://www.eightforums.com/tutorials/8267-power-options-add-console-lock-display-off-timeout.html" target="_blank" rel="nofollow"><b>http://www.eightforums.com/tutorials/8267-power-options-add-console-lock-display-off-timeout.html</b></a><br/>
<br/>
I've just tested it out, and it seems to work great <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=e84dd5b6-ce0c-430d-acc4-c50b78a8744e"/>
</item>
</channel>
</rss>