<?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/"
	>

<channel>
	<title>The Perceptus Back Story &#187; scheduled</title>
	<atom:link href="http://blog.perceptus.ca/tag/scheduled/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.perceptus.ca</link>
	<description>Issues and adventures in the life of a Canadian micro-sized geek company</description>
	<lastBuildDate>Tue, 31 Jan 2012 07:11:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>A free schtasks.exe equivalent for XP Home edition</title>
		<link>http://blog.perceptus.ca/2008/12/15/a-schtasks-exe-equivalent-for-xp-home-edition/</link>
		<comments>http://blog.perceptus.ca/2008/12/15/a-schtasks-exe-equivalent-for-xp-home-edition/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 23:38:53 +0000</pubDate>
		<dc:creator>leonard</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[limited]]></category>
		<category><![CDATA[permission]]></category>
		<category><![CDATA[scheduled]]></category>
		<category><![CDATA[tasks]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[winxp]]></category>
		<category><![CDATA[xphome]]></category>
		<category><![CDATA[xppro]]></category>

		<guid isPermaLink="false">http://blog.perceptus.ca/?p=74</guid>
		<description><![CDATA[It&#8217;s funny how one stumbles upon the finer differences between XP Home and XP Professional once in a while. Every good geek knows the biggest limits to XP Home such as no ability to join a corporate network, no Remote Desktop, and no encrypted file system (EFS).  But who knew about a tiny utility that [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s funny how one stumbles upon the finer differences between XP Home and XP Professional once in a while. Every good geek knows the biggest limits to XP Home such as no ability to join a corporate network, no Remote Desktop, and no encrypted file system (EFS).  But who knew about a tiny utility that will run a Windows Scheduled Task from the command line? That would be &#8220;schtasks.exe&#8221;, and it&#8217;s not included in XP Home.</p>
<p>The background: I needed a Limited User in Windows to be able to do something requiring Administrative permissions.  There are a few ways to do this, but in this situation, running a scheduled task was the obvious best choice because the task was already there as an overnight maintenance job.</p>
<p>A quick Google search for &#8220;run scheduled task from command line&#8221; will lead you to the aforementioned schtasks tool.  Well, I could copy the file from an XP Pro workstation, but that would violate Microsoft&#8217;s copywrite.</p>
<p>Fortunately, more searching will turn up a reference to an old MS tool &#8220;jt.exe&#8221; from it&#8217;s Windows 2000 Resource Kit.  You can get individual tools from the W2K ResKit here: ftp://ftp.microsoft.com/reskit/win2000/. The license to JT and is much more permissive.  You&#8217;re free to use it, but at your own risk.</p>
<p>The &#8220;JT&#8221; syntax is not straight forward to me.  But these the two examples will probably help:</p>
<p>This lists all tasks: <em>jt.exe /se</em></p>
<p>This will run (&#8220;activate&#8221;?) a task (you do not need to include the .job in the TaskName): <em>jt.exe /sac TaskName /rj</em></p>
<p>On the XP Home Edition computer I was setting this on, the Limited User could run all the scheduled tasks, even when it couldn&#8217;t &#8220;see&#8221; the task in the list. YMMV.</p>
<p>One could  make this end-user friendly by wrapping a batch file around it and put an icon with a link to your script on the Desktop.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.perceptus.ca/2008/12/15/a-schtasks-exe-equivalent-for-xp-home-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

