<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Pin and unpin applications from the taskbar and Start-menu using Windows PowerShell</title>
	<atom:link href="http://blog.powershell.no/2010/02/26/pin-and-unpin-applications-from-the-taskbar-and-start-menu-using-windows-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.powershell.no/2010/02/26/pin-and-unpin-applications-from-the-taskbar-and-start-menu-using-windows-powershell/</link>
	<description>On Windows PowerShell and other admin-related topics</description>
	<lastBuildDate>Thu, 09 Sep 2010 21:23:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Michel</title>
		<link>http://blog.powershell.no/2010/02/26/pin-and-unpin-applications-from-the-taskbar-and-start-menu-using-windows-powershell/#comment-328</link>
		<dc:creator>Michel</dc:creator>
		<pubDate>Wed, 25 Aug 2010 14:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://janegilring.wordpress.com/2010/02/26/pin-and-unpin-applications-from-the-taskbar-and-start-menu-using-windows-powershell/#comment-328</guid>
		<description>Thanks a lot, it worked flawlessly to pin outlook :)</description>
		<content:encoded><![CDATA[<p>Thanks a lot, it worked flawlessly to pin outlook <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Egil Ring</title>
		<link>http://blog.powershell.no/2010/02/26/pin-and-unpin-applications-from-the-taskbar-and-start-menu-using-windows-powershell/#comment-293</link>
		<dc:creator>Jan Egil Ring</dc:creator>
		<pubDate>Thu, 05 Aug 2010 22:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://janegilring.wordpress.com/2010/02/26/pin-and-unpin-applications-from-the-taskbar-and-start-menu-using-windows-powershell/#comment-293</guid>
		<description>Thomas, this is due to Test-Path exepecting a filepath without any additional data.
To suit your needs you might have to tweak the module a little bit.</description>
		<content:encoded><![CDATA[<p>Thomas, this is due to Test-Path exepecting a filepath without any additional data.<br />
To suit your needs you might have to tweak the module a little bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Christiansen</title>
		<link>http://blog.powershell.no/2010/02/26/pin-and-unpin-applications-from-the-taskbar-and-start-menu-using-windows-powershell/#comment-267</link>
		<dc:creator>Thomas Christiansen</dc:creator>
		<pubDate>Tue, 13 Jul 2010 12:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://janegilring.wordpress.com/2010/02/26/pin-and-unpin-applications-from-the-taskbar-and-start-menu-using-windows-powershell/#comment-267</guid>
		<description>Very nice module.

I have one problem though. I cant pin an application with a parameter.

For example:
Set-PinnedApplication -Action PinToTaskbar -FilePath &quot;c:\windows\explorer.exe h:\&quot;

This returns:
Test-Path : The given path&#039;s format is not supported.
At C:\Windows\system32\WindowsPowerShell\v1.0\Modules\PinnedApplications\PinnedApplications.psm1:60 char:26
+        if(-not (test-path &lt;&lt;&lt;&lt;  $FilePath)) { write-warning &quot;`nPath does not exist.`n $FilePath `nExiting... `n&quot;;  return  }
    + CategoryInfo          : InvalidOperation: (C:\windows\explorer.exe h:\:String) [Test-Path], NotSupportedException
    + FullyQualifiedErrorId : ItemExistsNotSupportedError,Microsoft.PowerShell.Commands.TestPathCommand

WARNING:
Path does not exist.
 c:\windows\explorer.exe h:\
Exiting...

Do you know of any solution to this?

Thanks.</description>
		<content:encoded><![CDATA[<p>Very nice module.</p>
<p>I have one problem though. I cant pin an application with a parameter.</p>
<p>For example:<br />
Set-PinnedApplication -Action PinToTaskbar -FilePath &#8220;c:\windows\explorer.exe h:\&#8221;</p>
<p>This returns:<br />
Test-Path : The given path&#8217;s format is not supported.<br />
At C:\Windows\system32\WindowsPowerShell\v1.0\Modules\PinnedApplications\PinnedApplications.psm1:60 char:26<br />
+        if(-not (test-path &lt;&lt;&lt;&lt;  $FilePath)) { write-warning &quot;`nPath does not exist.`n $FilePath `nExiting&#8230; `n&quot;;  return  }<br />
    + CategoryInfo          : InvalidOperation: (C:\windows\explorer.exe h:\:String) [Test-Path], NotSupportedException<br />
    + FullyQualifiedErrorId : ItemExistsNotSupportedError,Microsoft.PowerShell.Commands.TestPathCommand</p>
<p>WARNING:<br />
Path does not exist.<br />
 c:\windows\explorer.exe h:\<br />
Exiting&#8230;</p>
<p>Do you know of any solution to this?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
