<?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>phirebird &#187; terminate</title>
	<atom:link href="http://www.phirebird.net/tag/terminate/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phirebird.net</link>
	<description>Yet Another IT Site</description>
	<lastBuildDate>Sat, 24 Apr 2010 15:27:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Disable movie/video thumbnail preview under Windows XP</title>
		<link>http://www.phirebird.net/2010/01/disable-movievideo-thumbnail-preview-under-windows-xp/</link>
		<comments>http://www.phirebird.net/2010/01/disable-movievideo-thumbnail-preview-under-windows-xp/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 15:51:12 +0000</pubDate>
		<dc:creator>shands</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[avi]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[explorer.exe]]></category>
		<category><![CDATA[hang]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[mpg]]></category>
		<category><![CDATA[preview]]></category>
		<category><![CDATA[terminate]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.phirebird.net/?p=164</guid>
		<description><![CDATA[Rather annoyingly, the explorer.exe process under Windows XP can sometimes hang, stop responding, crash or just plain terminate/close itself while it tries to display video/movie thumbnails in any given folder.
The reason for this can be a multitude of issues &#8211; like a dodgy codec, etc &#8211; and seems to be rather in-discriminant as to which file type [...]]]></description>
			<content:encoded><![CDATA[<p>Rather annoyingly, the explorer.exe process under Windows XP can sometimes hang, stop responding, crash or just plain terminate/close itself while it tries to display video/movie thumbnails in any given folder.</p>
<p>The reason for this can be a multitude of issues &#8211; like a dodgy codec, etc &#8211; and seems to be rather in-discriminant as to which file type it decides to screw up with (AVI, MPG, WMV, ASF, etc).</p>
<p>To get around this problem though, it is possible to easily disable this feature. Either fire up a command prompt or execute this straight from the run dialog box:</p>
<blockquote><p>regsvr32 /u shmedia.dll</p></blockquote>
<p>And if you want to re-enable it again at a later date:</p>
<blockquote><p>regsvr32 shmedia.dll</p></blockquote>
<p>Now, the only knock-on effect is that you&#8217;ll no longer be able to see summary information in the file properties. In my opinion though, it&#8217;s a small price to pay!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phirebird.net/2010/01/disable-movievideo-thumbnail-preview-under-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Terminate current VPN sessions on Cisco router/ASA</title>
		<link>http://www.phirebird.net/2009/09/terminate-current-vpn-sessions-on-cisco-routerasa/</link>
		<comments>http://www.phirebird.net/2009/09/terminate-current-vpn-sessions-on-cisco-routerasa/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 18:23:23 +0000</pubDate>
		<dc:creator>shands</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[close]]></category>
		<category><![CDATA[disconnect]]></category>
		<category><![CDATA[pptp]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[terminate]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[vpn]]></category>
		<category><![CDATA[vpnd]]></category>

		<guid isPermaLink="false">http://www.phirebird.net/?p=150</guid>
		<description><![CDATA[Many a time I have to kick remote users off a Cisco router / ASA box. This depends on your configuration &#8211; but here&#8217;s how to close one or all VPN user sessions on the PPTP setup we created in an earlier how-to. First, we&#8217;ll check to see who&#8217;s online:
phbrtr#sh vpdn session
PPTP Session Information Total [...]]]></description>
			<content:encoded><![CDATA[<p>Many a time I have to kick remote users off a Cisco router / ASA box. This depends on your configuration &#8211; but here&#8217;s how to close one or all VPN user sessions on the PPTP setup we created in an earlier how-to. First, we&#8217;ll check to see who&#8217;s online:</p>
<blockquote><p>phbrtr#sh vpdn session</p>
<p>PPTP Session Information Total tunnels 1 sessions 1</p>
<p>LocID RemID TunID Intf   Username State    Last Chg    Uniq ID<br />
32       32768   37       Vi3   user            estabd 00:00:18   31<br />
phbrtr#</p></blockquote>
<p>That pesky user!! Lets disconnect him..</p>
<blockquote><p>phbrtr#clear vpdn tunnel pptp id 37<br />
Starting to clear the tunnel<br />
phbrtr#</p></blockquote>
<p>Note here that we&#8217;ve used the TunID from the previous command (in this case &#8211; 37). Another quick &#8217;show vpdn session&#8217; (or for the lazy: &#8217;sh u&#8217;) will show that your user has disappeared.</p>
<p>If you&#8217;ve got a lot of users, looking up their id and clearing can be quite tedious. To clear ALL PPTP sessions:</p>
<blockquote><p>phbrtr#clear vpdn tunnel pptp all<br />
Clear all PPTP tunnels? [confirm]<br />
Starting to clear the tunnel</p>
<p>phbrtr#</p></blockquote>
<p>Simples!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phirebird.net/2009/09/terminate-current-vpn-sessions-on-cisco-routerasa/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
