<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Create Shortcuts For Trusted Programs To Bypass Windows 7 UAC Check</title>
	<atom:link href="http://www.vikitech.com/253/create-shortcuts-for-trusted-programs-to-bypass-windows-7-uac-check/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vikitech.com/253/create-shortcuts-for-trusted-programs-to-bypass-windows-7-uac-check</link>
	<description>Enhancing your Internet, Software and Computer Security Experience</description>
	<lastBuildDate>Sat, 11 Feb 2012 01:51:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Robert Markovo</title>
		<link>http://www.vikitech.com/253/create-shortcuts-for-trusted-programs-to-bypass-windows-7-uac-check/comment-page-1#comment-3128</link>
		<dc:creator>Robert Markovo</dc:creator>
		<pubDate>Wed, 04 May 2011 09:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.vikitech.com/?p=253#comment-3128</guid>
		<description>instead of doing these we can set the UAC to some low level, this will enable you to launch any application you like without the prompt, but will show the prompt when a program launches something. This way the malwares will not be able to execute anything, and you will be able to do it all. You can even create your own custom app if you wish to.</description>
		<content:encoded><![CDATA[<p>instead of doing these we can set the UAC to some low level, this will enable you to launch any application you like without the prompt, but will show the prompt when a program launches something. This way the malwares will not be able to execute anything, and you will be able to do it all. You can even create your own custom app if you wish to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronrobert</title>
		<link>http://www.vikitech.com/253/create-shortcuts-for-trusted-programs-to-bypass-windows-7-uac-check/comment-page-1#comment-2382</link>
		<dc:creator>Ronrobert</dc:creator>
		<pubDate>Wed, 15 Dec 2010 23:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.vikitech.com/?p=253#comment-2382</guid>
		<description>Don&#039;t put the quotation marks around the task name after the tn
Shortcut should be:C:WindowsSystem32schtasks.exe /run /tn Temp
Not: C:WindowsSystem32schtasks.exe /run /tn &quot;Temp&quot;
This will start my task called Temp
Hope this helps.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t put the quotation marks around the task name after the tn<br />
Shortcut should be:C:WindowsSystem32schtasks.exe /run /tn Temp<br />
Not: C:WindowsSystem32schtasks.exe /run /tn &#8220;Temp&#8221;<br />
This will start my task called Temp<br />
Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viki</title>
		<link>http://www.vikitech.com/253/create-shortcuts-for-trusted-programs-to-bypass-windows-7-uac-check/comment-page-1#comment-2259</link>
		<dc:creator>Viki</dc:creator>
		<pubDate>Thu, 25 Nov 2010 10:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.vikitech.com/?p=253#comment-2259</guid>
		<description>Please try and use this free software that automatically bypasses the UAC for specified programs - &lt;a href=&quot;../1454/allow-any-program-to-bypass-uac-prompt-easily-with-uac-trust-shortcut&quot; title=&quot;Allow Any Program To Bypass UAC Prompt Easily With UAC Trust Shortcut&quot; rel=&quot;nofollow&quot;&gt;Allow Any Program To Bypass UAC Prompt Easily With UAC Trust Shortcut Utility&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Please try and use this free software that automatically bypasses the UAC for specified programs &#8211; <a href="../1454/allow-any-program-to-bypass-uac-prompt-easily-with-uac-trust-shortcut" title="Allow Any Program To Bypass UAC Prompt Easily With UAC Trust Shortcut" rel="nofollow">Allow Any Program To Bypass UAC Prompt Easily With UAC Trust Shortcut Utility</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abe Hendin</title>
		<link>http://www.vikitech.com/253/create-shortcuts-for-trusted-programs-to-bypass-windows-7-uac-check/comment-page-1#comment-1523</link>
		<dc:creator>Abe Hendin</dc:creator>
		<pubDate>Fri, 27 Aug 2010 04:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.vikitech.com/?p=253#comment-1523</guid>
		<description>I too had the cmd window flash, which reports &quot;ERROR: The system cannot find the file specified.&quot; My task starts the program just fine, but the shortcut did not. It finally hit me that Win 7 didn&#039;t like the &quot;smart&quot; quotes that came over when pasting your link format above:
C:\Windows\System32\schtasks.exe /run /tn “MyProgramExe”
In fact, if you look closely in the target box, you can see that the quotes as pasted are different from a dquote as typed there. You may want to change your text there to use CHR(34) instead of smart quotes, or advise retyping instead of pasting.

Now, this doesn&#039;t resolve the UAC prompt if the program in question is started by double-clicking a file... even if the program was already started without UAC by the task scheduler trick. Ho hum. Sadly, I can&#039;t pull a fast one and pass the document pathname as an argument to the scheduled task by changing the file association to the shortcut. More thinking to do!</description>
		<content:encoded><![CDATA[<p>I too had the cmd window flash, which reports &#8220;ERROR: The system cannot find the file specified.&#8221; My task starts the program just fine, but the shortcut did not. It finally hit me that Win 7 didn&#8217;t like the &#8220;smart&#8221; quotes that came over when pasting your link format above:<br />
C:\Windows\System32\schtasks.exe /run /tn “MyProgramExe”<br />
In fact, if you look closely in the target box, you can see that the quotes as pasted are different from a dquote as typed there. You may want to change your text there to use CHR(34) instead of smart quotes, or advise retyping instead of pasting.</p>
<p>Now, this doesn&#8217;t resolve the UAC prompt if the program in question is started by double-clicking a file&#8230; even if the program was already started without UAC by the task scheduler trick. Ho hum. Sadly, I can&#8217;t pull a fast one and pass the document pathname as an argument to the scheduled task by changing the file association to the shortcut. More thinking to do!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viki</title>
		<link>http://www.vikitech.com/253/create-shortcuts-for-trusted-programs-to-bypass-windows-7-uac-check/comment-page-1#comment-1476</link>
		<dc:creator>Viki</dc:creator>
		<pubDate>Fri, 20 Aug 2010 07:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.vikitech.com/?p=253#comment-1476</guid>
		<description>When I first worked on it, I had a similar issue. It was because the shortcut wasn&#039;t properly configured. Make sure you input the correct &quot;program name&quot; in the shortcut.

That resolved it for me, so please try it and let me know if it works out! </description>
		<content:encoded><![CDATA[<p>When I first worked on it, I had a similar issue. It was because the shortcut wasn&#8217;t properly configured. Make sure you input the correct &#8220;program name&#8221; in the shortcut.</p>
<p>That resolved it for me, so please try it and let me know if it works out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Csblackwell</title>
		<link>http://www.vikitech.com/253/create-shortcuts-for-trusted-programs-to-bypass-windows-7-uac-check/comment-page-1#comment-1475</link>
		<dc:creator>Csblackwell</dc:creator>
		<pubDate>Wed, 18 Aug 2010 13:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.vikitech.com/?p=253#comment-1475</guid>
		<description>Tried it, but all I get is a flash of the cmd window.  The task runs ok from the scheduler, but not from the shortcut.  Running Win 7 ultimate.  Any ideas.

csblackwell@suddenlink.net</description>
		<content:encoded><![CDATA[<p>Tried it, but all I get is a flash of the cmd window.  The task runs ok from the scheduler, but not from the shortcut.  Running Win 7 ultimate.  Any ideas.</p>
<p><a href="mailto:csblackwell@suddenlink.net">csblackwell@suddenlink.net</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viki</title>
		<link>http://www.vikitech.com/253/create-shortcuts-for-trusted-programs-to-bypass-windows-7-uac-check/comment-page-1#comment-978</link>
		<dc:creator>Viki</dc:creator>
		<pubDate>Sun, 18 Jul 2010 03:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.vikitech.com/?p=253#comment-978</guid>
		<description>That&#039;s a good idea TBJwolf. You could also add them to the quick launch toolbar. 
If you miss the good old quick launch toolbar from XP and Vista - we have written a short tutorial to &lt;a href=&quot;http://www.vikitech.com/231/how-to-add-a-quick-launch-toolbar-to-the-windows-7-taskbar&quot; rel=&quot;nofollow&quot;&gt;enable quick launch toolbar Windows 7&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a good idea TBJwolf. You could also add them to the quick launch toolbar.<br />
If you miss the good old quick launch toolbar from XP and Vista &#8211; we have written a short tutorial to <a href="http://www.vikitech.com/231/how-to-add-a-quick-launch-toolbar-to-the-windows-7-taskbar" rel="nofollow">enable quick launch toolbar Windows 7</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TBJwolf</title>
		<link>http://www.vikitech.com/253/create-shortcuts-for-trusted-programs-to-bypass-windows-7-uac-check/comment-page-1#comment-977</link>
		<dc:creator>TBJwolf</dc:creator>
		<pubDate>Sun, 18 Jul 2010 03:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.vikitech.com/?p=253#comment-977</guid>
		<description>I&#039;m sure that everyone has about half a dozen or so trusted programs. What I would like to try would be to rather than have the shortcuts on the desktop, have them in a folder that sits in the taskbar. When this folder is clicked on, have a jumplist appear containing the shortcuts that have been created in the task scheduler UAC bypassed. I guess I could create a restore point and give it a shot.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sure that everyone has about half a dozen or so trusted programs. What I would like to try would be to rather than have the shortcuts on the desktop, have them in a folder that sits in the taskbar. When this folder is clicked on, have a jumplist appear containing the shortcuts that have been created in the task scheduler UAC bypassed. I guess I could create a restore point and give it a shot.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Database Caching 2/36 queries in 0.051 seconds using apc
Object Caching 541/597 objects using apc
Content Delivery Network via cdn.vikitech.netdna-cdn.com

Served from: www.vikitech.com @ 2012-02-11 18:11:53 -->
