 




<?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>IT Answers &#187; Desktop shortcut</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/desktop-shortcut/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Mon, 20 May 2013 07:09:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Desktop shortcut to 2010 Outlook Contacts</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/desktop-shortcut-to-2010-outlook-contacts/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/desktop-shortcut-to-2010-outlook-contacts/#comments</comments>
		<pubDate>Sat, 21 Jul 2012 01:15:17 +0000</pubDate>
		<dc:creator>ricardo4</dc:creator>
				<category><![CDATA[Desktop shortcut]]></category>
		<category><![CDATA[office 2010]]></category>
		<category><![CDATA[Outlook 2010]]></category>
		<category><![CDATA[Outlook contacts]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/desktop-shortcut-to-2010-outlook-contacts/</guid>
		<description><![CDATA[New Answer by mshen]]></description>
				<content:encoded><![CDATA[New Answer by mshen]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/desktop-shortcut-to-2010-outlook-contacts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Need to add a &#8216;/&#8217; as a switch to a path shortcut</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/need-to-add-a-as-a-switch-to-a-path-shortcut/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/need-to-add-a-as-a-switch-to-a-path-shortcut/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 13:14:22 +0000</pubDate>
		<dc:creator>Twerp</dc:creator>
				<category><![CDATA[Character encoding]]></category>
		<category><![CDATA[Desktop shortcut]]></category>
		<category><![CDATA[VB script]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am trying to create a Desktop shortcut, but the Target Path has a &#8220;&#8221; (tried the ASCII chr(47) with no luck &#8211; it always turns it around to a &#8220;/&#8221;) after the .exe that is needed in order to launch the app. I know this is an illegal character in VB Script, but is [...]]]></description>
				<content:encoded><![CDATA[<p>I am trying to create a Desktop shortcut, but the Target Path has a &#8220;&#8221; (tried the ASCII chr(47) with no luck &#8211; it always turns it around to a &#8220;/&#8221;) after the .exe that is needed in order to launch the app. I know this is an illegal character in VB Script, but is there a work around so that I can add this character some how to the path?<br />
Here is what the path looks like for the Target path:<br />
C:TPGCommonRunapp.exe /offline/nobackup</p>
<p>Thanks for any help or suggestions.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/need-to-add-a-as-a-switch-to-a-path-shortcut/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adding Destop Shortcut and icon using GPO</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/adding-destop-shortcut-and-icon-using-gpo/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/adding-destop-shortcut-and-icon-using-gpo/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 15:28:03 +0000</pubDate>
		<dc:creator>Crphgoldstein</dc:creator>
				<category><![CDATA[Desktop shortcut]]></category>
		<category><![CDATA[GPO]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows XP Group Policy]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello, I’m hoping someone out here can assist me. Currently the users in my domain have a link in their IE favorites that is populated using Group Policy. Senior management would like this particular link to be placed on all users desktops as a shortcut along with a specific icon. I’ve copied the shortcut in [...]]]></description>
				<content:encoded><![CDATA[<p>Hello, I’m hoping someone out here can assist me. Currently the users in my domain have a link in their IE favorites that is populated using Group Policy. Senior management would like this particular link to be placed on all users desktops as a shortcut along with a specific icon. <br/><br/> I’ve copied the shortcut in favorites, and placed it in the netlogon share of my domain. I’ve created a simple batch file: If Not Exist &#8220;C:Documents and SettingsAll UsersDesktopQuantros.url&#8221; copy \\Mydomainnetlogonquantros.url &#8220;c:Documents and settingsAll usersDesktop&#8221; I’ve added this batch file to an existing GPO under the computer configurationwindows settingsscriptsstartup. <br/><br/> The startup script works, it places the shortcut on the desktops and when the users click on it, it takes them to the correct URL. However, the icon that needs to be associated with the link only shows up if the user account that is logged on has administrative privileges to the workstation, so I know it’s some kind of permissions issue, but I can’t figure it out. <br/><br/> I’ve checked the permissions of the shortcut in the netlogon share, I’ve checked the permissions on the all users profile and I’ve checked the permissions of the shortcut itself. All users have read and execute permissions. Does anyone have any other ideas as to why this icon will not show up unless a user has admin rights? Thanks<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/adding-destop-shortcut-and-icon-using-gpo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Problem with shortcut error messages</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/probelm-with-shortcut-error-messages/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/probelm-with-shortcut-error-messages/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 21:43:13 +0000</pubDate>
		<dc:creator>Mh112577</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Desktop shortcut]]></category>
		<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[Windows desktop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[i was moving folders around in my documents when something i did ereased or moved some of my folders. the documents were excel spreadsheets with formulas. i ran a search and a couple of them came up but when I click on them i get the error message problem with shortcut the item &#8221; &#8221; [...]]]></description>
				<content:encoded><![CDATA[<p>i was moving folders around in my documents when something i did ereased or moved some of my folders. the documents were excel spreadsheets with formulas. i ran a search and a couple of them came up but when I click on them i get the error message problem with shortcut  the item &#8221;  &#8221; that this shortcut refers to has been changed or moved, so this short cut will no longer work properly. i cant find the folder that all of these documents were in. any help would be greatly appreciated.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/probelm-with-shortcut-error-messages/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to create a desktop shortcut to a 2nd email account on Windows Mail</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/i-have-created-a-second-email-account-on-windows-mail-and-i-want-to-create-a-desktop-shortcut-for-that-2nd-user-account/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/i-have-created-a-second-email-account-on-windows-mail-and-i-want-to-create-a-desktop-shortcut-for-that-2nd-user-account/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 10:00:56 +0000</pubDate>
		<dc:creator>Vonga</dc:creator>
				<category><![CDATA[Desktop shortcut]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Windows Mail 2nd user account shortcut]]></description>
				<content:encoded><![CDATA[<p>Windows Mail 2nd user account shortcut</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/i-have-created-a-second-email-account-on-windows-mail-and-i-want-to-create-a-desktop-shortcut-for-that-2nd-user-account/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 6 launch options</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/internet-explorer-launch-options/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/internet-explorer-launch-options/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 08:50:59 +0000</pubDate>
		<dc:creator>CarolineA</dc:creator>
				<category><![CDATA[Desktop shortcut]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Internet Explorer 6]]></category>
		<category><![CDATA[Kiosk Mode]]></category>
		<category><![CDATA[Lotus Domino application]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a desktop shortcut which launches a domino app into IE6. I would like it to launch without menu bar, tool bars, address bar. This is almost kiosk mode BUT I need to retain the windows start bar at the bottom of the screen. Any suggestion gratefully received.]]></description>
				<content:encoded><![CDATA[<p>I have a desktop shortcut which launches a domino app into IE6.  I would like it to launch without menu bar, tool bars, address bar.  This is almost kiosk mode BUT I need to retain the windows start bar at the bottom of the screen.  Any suggestion gratefully received.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/internet-explorer-launch-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/22 queries in 0.026 seconds using memcached
Object Caching 656/737 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-20 07:38:21 -->