<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Screensaver Scheduler</title>
	<link>http://ask.metafilter.com/116792/Screensaver-Scheduler/</link>
	<description>Comments on Ask MetaFilter post Screensaver Scheduler</description>
	<pubDate>Sun, 15 Mar 2009 02:43:40 -0800</pubDate>
	<lastBuildDate>Sun, 15 Mar 2009 02:43:40 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Screensaver Scheduler</title>
		<link>http://ask.metafilter.com/116792/Screensaver-Scheduler</link>	
		<description>I want to only have my screensaver come on during certain parts of the day, but still want to have JKDefrag running. &lt;br /&gt;&lt;br /&gt; I have an LG Flatron LCD screen, and I have just discovered Rainmeter. So now I have a big fat clock (the SUPERCOLOSSAL skin) sitting on my desktop, which I&apos;d like to be able to see all day.&lt;br&gt;
&lt;br&gt;
BUT previously, I&apos;ve had my screensaver set up to be JKDefrag, with it powering down my monitor after 30 mins (so that if I fall asleep while watching a movie, the screen isn&apos;t on all night).&lt;br&gt;
&lt;br&gt;
So - what I would like is for my screensaver/power saving only to be active during the night (between, say, midnight and 8am). I don&apos;t think I can use Task Scheduler for this, as if I&apos;m still using my computer at midnight, then it&apos;ll interrupt me - and if I start using it after midnight, when I stop using it I want the screensaver to run. &lt;br&gt;
&lt;br&gt;
This is less important than the point above, but I would also like JKDefrag to be able to run throughout the day (when I&apos;m not using my computer). I know I could use Task Scheduler to set it to run when idle, but that seems messy. Could I run it in the background/hidden? &lt;br&gt;
&lt;br&gt;
Thanks in advance</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2009:site.116792</guid>
		<pubDate>Sun, 15 Mar 2009 01:50:36 -0800</pubDate>
		<dc:creator>edbyford</dc:creator>
		
			<category>screensaver</category>
		
			<category>defrag</category>
		
			<category>power</category>
		
			<category>saving</category>
		
			<category>monitor</category>
		
			<category>off</category>
		
			<category>schedule</category>
		
			<category>scheduler</category>
		
	</item> <item>
		<title>By: xla76</title>
		<link>http://ask.metafilter.com/116792/Screensaver-Scheduler#1674354</link>	
		<description>you could just have a couple of scheduled tasks - one to enable the screensaver and one to disable which run at whatever time of day you want.&lt;br&gt;
&lt;br&gt;
Windows Registry Editor Version 5.00&lt;br&gt;
&lt;br&gt;
[HKEY_CURRENT_USER\Control Panel\Desktop]&lt;br&gt;
&quot;ScreenSaveActive&quot;=&quot;0&quot;&lt;br&gt;
&lt;br&gt;
# Save the file to your desktop with the name Disable Screen Saver.reg.&lt;br&gt;
# Change the 0 to a 1 in the fourth line.&lt;br&gt;
# Save the file to your desktop with the name Enable Screen Saver.reg</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.116792-1674354</guid>
		<pubDate>Sun, 15 Mar 2009 02:43:40 -0800</pubDate>
		<dc:creator>xla76</dc:creator>
	</item><item>
		<title>By: edbyford</title>
		<link>http://ask.metafilter.com/116792/Screensaver-Scheduler#1674443</link>	
		<description>Thanks for that - a very good idea. I&apos;d still like to address the power saving issue though - I&apos;d like the monitor to turn off during the night when it&apos;s not being used. &lt;br&gt;
&lt;br&gt;
Also, is there a way to make JKDefrag run hidden?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.116792-1674443</guid>
		<pubDate>Sun, 15 Mar 2009 08:17:14 -0800</pubDate>
		<dc:creator>edbyford</dc:creator>
	</item><item>
		<title>By: SpookyFish</title>
		<link>http://ask.metafilter.com/116792/Screensaver-Scheduler#1674583</link>	
		<description>I don&apos;t believe just changing the registry will work without informing the shell it has changed.&lt;br&gt;
&lt;br&gt;
I would create the reg files as suggested, then two batch files like:&lt;br&gt;
&lt;br&gt;
saver_on.bat:&lt;br&gt;
reg import saver_on.reg&lt;br&gt;
RunDll32.exe USER32.DLL,UpdatePerUserSystemParameters ,1 ,True&lt;br&gt;
&lt;br&gt;
saver_off.bat:&lt;br&gt;
reg import saver_off.reg&lt;br&gt;
RunDll32.exe USER32.DLL,UpdatePerUserSystemParameters ,1 ,True&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Then you can set up the scheduler to call the &apos;on&apos; batch file at e.g. Midnight and the &apos;off&apos; batch file at 7am.  All this will do is enable the screen saver and start the timer if the system is idle.  If you are using your computer actively it still won&apos;t trigger until the idle time has elapsed.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
I really don&apos;t think running JKDefrag in the background during the day is necessary if you run it every night, but if you really want to, from the &lt;a href=&quot;http://www.kessels.com/Jkdefrag/&quot;&gt;JKDefrag page&lt;/a&gt;:&lt;br&gt;
&lt;br&gt;
Can I &quot;hide&quot; the program from users?&lt;br&gt;
    See the &quot;How to start minimized, or maximized?&quot; question. Running completely invisible is a bit more difficult. Create a special userid (for example &quot;jkdefrag&quot;) with administrator permissions, then add a schedule to the Windows Task Scheduler (see the &quot;How can I run JkDefrag automatically every day?&quot; question) and specify that userid when asked for. The task will then run on that userid and not show anything on the user&apos;s screen. But I advise against it, I think it will needlessly worry the user when he sees a lot of mysterious disk activity.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.116792-1674583</guid>
		<pubDate>Sun, 15 Mar 2009 12:03:09 -0800</pubDate>
		<dc:creator>SpookyFish</dc:creator>
	</item><item>
		<title>By: edbyford</title>
		<link>http://ask.metafilter.com/116792/Screensaver-Scheduler#1675174</link>	
		<description>Thanks for the help - unfortunately this doesn&apos;t work. I added a &quot;pause&quot; to the end of the two bat files to see the output, and while it says &apos;Operation completed successfully&apos; and the lines execute fine, the screensaver still comes on.&lt;br&gt;
&lt;br&gt;
Any suggestions how to fix this?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.116792-1675174</guid>
		<pubDate>Mon, 16 Mar 2009 05:40:54 -0800</pubDate>
		<dc:creator>edbyford</dc:creator>
	</item>
	</channel>
</rss>
