<?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>Blue Kae &#187; xfire</title>
	<atom:link href="http://bluekae.com/tag/xfire/feed/" rel="self" type="application/rss+xml" />
	<link>http://bluekae.com</link>
	<description>Rants and ramblings about games, life, and other stuff.</description>
	<lastBuildDate>Tue, 22 May 2012 03:00:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Xfire and Steam in Win7</title>
		<link>http://bluekae.com/2009/10/31/xfire-and-steam-in-win7/</link>
		<comments>http://bluekae.com/2009/10/31/xfire-and-steam-in-win7/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 03:36:07 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[fallen earth]]></category>
		<category><![CDATA[steam]]></category>
		<category><![CDATA[uac]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[xfire]]></category>

		<guid isPermaLink="false">http://www.bluekae.com/?p=466</guid>
		<description><![CDATA[As a former XP user who skipped Vista, the UAC functionality is something new that I&#8217;m learning to deal with. I&#8217;m sure a lot of people just turn it off, but I&#8217;m trying to find ways to work within the security setup.  I&#8217;m happy to click on a UAC prompt when I&#8217;m installing a program, that&#8217;s not [...]]]></description>
			<content:encoded><![CDATA[<p>As a former XP user who skipped Vista, the UAC functionality is something new that I&#8217;m learning to deal with.</p>
<p>I&#8217;m sure a lot of people just turn it off, but I&#8217;m trying to find ways to work within the security setup.  I&#8217;m happy to click on a UAC prompt when I&#8217;m installing a program, that&#8217;s not something I do daily, but I don&#8217;t want to click on a prompt every time I launch Xfire or Steam.  Xfire requires it be run in admin mode.  Steam doesn&#8217;t have to be run that way, but Fallen Earth (which I bought through Steam) does.  If you run a game in Steam that requires it be in admin mode, but Steam is not, then you get this very unhelpful message.</p>
<p><img class="aligncenter size-medium wp-image-469" title="Fallen Earth Steam Error" src="http://www.bluekae.com/wp-content/uploads/2009/10/fallen_earth_steam_error-300x230.jpg" alt="Fallen Earth Steam Error" width="300" height="230" />Of course the game is actually available but you either have to run the program directly from the SteamApps folder in admin mode or you have to launch Steam in admin mode.  Either way you&#8217;ll get a UAC prompt.  Every time.</p>
<p><span id="more-466"></span>Unfortunately Windows 7 doesn&#8217;t offer anyway (that I&#8217;ve found) to mark specific programs as trusted to avoid the UAC prompt.  The trick is to make the system start the program instead of your user account.  The way to make the system start Steam or Xfire is to use the Task Scheduler.  I found a handy little guide how on the <a href="http://www.xfire.com/blog/theblog/756596/">Xfire blog</a>.</p>
<p>Start the Task Scheduler and click on <em>Create Task&#8230;</em> from the Action panel on the right-hand side.  You&#8217;ll want to set a name for the task, something like SteamAdminNoUAC.  You&#8217;ll also want to make sure that the user account is correct and then set the task to only run while the user is logged on and <em>most importantly</em> set it to run with highest privileges.</p>
<p><a href="http://www.bluekae.com/wp-content/uploads/2009/10/scheduled_task1.jpg"><img class="aligncenter size-medium wp-image-470" title="Scheduled Task Step 1" src="http://www.bluekae.com/wp-content/uploads/2009/10/scheduled_task1-300x225.jpg" alt="Scheduled Task Step 1" width="300" height="225" /></a>If you want the task to start when you log on, then you can add a trigger.  Just go to the triggers tab and click on the <em>New&#8230;</em> button.</p>
<p><a href="http://www.bluekae.com/wp-content/uploads/2009/10/scheduled_task2.jpg"><img class="aligncenter size-medium wp-image-471" title="Scheduled Task Step 2" src="http://www.bluekae.com/wp-content/uploads/2009/10/scheduled_task2-300x258.jpg" alt="Scheduled Task Step 2" width="300" height="258" /></a>Next, you need to set the program you want started, in this case <em>steam.exe</em>.  Just click on the <em>New&#8230;</em> button from the actions tab.</p>
<p><a href="http://www.bluekae.com/wp-content/uploads/2009/10/scheduled_task3.jpg"><img class="aligncenter size-medium wp-image-472" title="Scheduled Task Step 3" src="http://www.bluekae.com/wp-content/uploads/2009/10/scheduled_task3-277x300.jpg" alt="Scheduled Task Step 3" width="277" height="300" /></a>From the conditions tab uncheck the power settings to only run if not on battery and to stop if a battery kicks in.  From the settings tab uncheck the setting to stop the task if it runs longer than a set time.</p>
<p>Once all of the settings are in place click OK.  Now you can start/stop the task from the scheduler and you&#8217;ll have Steam or Xfire running in admin mode without having a UAC prompt.</p>
<p>Since I don&#8217;t like these programs to autostart when I log onto my machine, I like to create shortcuts and icons for them.  Instead of having a shortcut directly to the program, you&#8217;ll need a scheduled task shortcut.  For my Steam task created above I use this:</p>
<pre style="padding-left: 30px;">C:\Windows\System32\schtasks.exe /run /tn SteamAdminNoUAC</pre>
<p>This command tells the task scheduler to run the task named SteamAdminNoUAC.</p>
<p>I&#8217;ve setup shortcuts for both Steam and Xfire, set icons for the new shortcuts to point to the original executable, and dropped them in the same Programs folders so I can run both from the Start menu.</p>
]]></content:encoded>
			<wfw:commentRss>http://bluekae.com/2009/10/31/xfire-and-steam-in-win7/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

