<?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>techbug.com &#187; Windows Vista</title>
	<atom:link href="http://www.techbug.com/en/tag/windows-vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techbug.com/en</link>
	<description>share the knowledge concept.</description>
	<lastBuildDate>Sun, 21 Aug 2011 08:16:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Windows Vista – What happened to Disk Defragmenter?</title>
		<link>http://www.techbug.com/en/knowledge-base/windows-vista-help-disk-defragmenter/</link>
		<comments>http://www.techbug.com/en/knowledge-base/windows-vista-help-disk-defragmenter/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 01:00:29 +0000</pubDate>
		<dc:creator>coppermine</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[dfrgui]]></category>
		<category><![CDATA[dfrgui.exe]]></category>
		<category><![CDATA[Disk Defragmenter]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.techbug.com/en/?p=203</guid>
		<description><![CDATA[You no longer find Disk Defragmenter under Storage in Computer Management. Click on Start Type dfrgui.exe in Start Search and press &#8220;Enter&#8221; key You should see Disk Defragmenter dialog box appear. Click on Defragment now&#8230; to start defragmenting your hard drive.]]></description>
		<wfw:commentRss>http://www.techbug.com/en/knowledge-base/windows-vista-help-disk-defragmenter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Vista – What happened to HyperTerminal?</title>
		<link>http://www.techbug.com/en/knowledge-base/windows-vista-what-happened-to-hyperterminal/</link>
		<comments>http://www.techbug.com/en/knowledge-base/windows-vista-what-happened-to-hyperterminal/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 03:46:18 +0000</pubDate>
		<dc:creator>coppermine</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Hyper Terminal]]></category>
		<category><![CDATA[Hyperterminal]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.techbug.com/en/?p=184</guid>
		<description><![CDATA[HyperTerminal is no longer part of Windows Vista.   However you can copy the relevant hyper terminal files from Windows XP to your Windows Vista. Required. Windows XP system USB flash drive Here&#8217;s the trick.  (Or you can download from here) Go to C:\Program Files\Windows NT\ Copy hypertrm.exe and htrn_jis.dll to your USB flash drive Go [...]]]></description>
		<wfw:commentRss>http://www.techbug.com/en/knowledge-base/windows-vista-what-happened-to-hyperterminal/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Windows Vista – What happened to Telnet Client?</title>
		<link>http://www.techbug.com/en/knowledge-base/windows-vista-telnet/</link>
		<comments>http://www.techbug.com/en/knowledge-base/windows-vista-telnet/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 02:16:05 +0000</pubDate>
		<dc:creator>coppermine</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Telnet]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.techbug.com/en/?p=172</guid>
		<description><![CDATA[What happened to Telnet? By default, Telnet is not installed with Windows, but you can install it by following the steps below. Click on Start &#8211; Control Panel. Click on Programs. Click on Turn Windows features on or off. In the Windows Features dialog box, select the Telnet Client check box. Click on OK. The [...]]]></description>
		<wfw:commentRss>http://www.techbug.com/en/knowledge-base/windows-vista-telnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable User Account Control in Windows Vista (Command Line)</title>
		<link>http://www.techbug.com/en/knowledge-base/disable-user-account-control-in-windows-vista-the-fastest-way/</link>
		<comments>http://www.techbug.com/en/knowledge-base/disable-user-account-control-in-windows-vista-the-fastest-way/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 00:31:21 +0000</pubDate>
		<dc:creator>coppermine</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[UAC]]></category>
		<category><![CDATA[User Account Control]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.techbug.com/en/?p=163</guid>
		<description><![CDATA[This is the fastest way to disable UAC via a command line. Copy and paste the following registry command into your &#8220;Start Search&#8221; Disable User Account Control C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f Enable User Account Control C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 1 /f]]></description>
		<wfw:commentRss>http://www.techbug.com/en/knowledge-base/disable-user-account-control-in-windows-vista-the-fastest-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable User Account Control in Windows Vista.</title>
		<link>http://www.techbug.com/en/knowledge-base/disable-user-account-control-in-windows-vista/</link>
		<comments>http://www.techbug.com/en/knowledge-base/disable-user-account-control-in-windows-vista/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 00:12:23 +0000</pubDate>
		<dc:creator>coppermine</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[UAC]]></category>
		<category><![CDATA[User Account Control]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.techbug.com/en/?p=143</guid>
		<description><![CDATA[Windows Vista now comes with a User Account Control (UAC) features that can help prevent unauthorized changes to the computer. I&#8217;m sure with 30 mintues usage to do your work, you might have already encountered one of the following message Windows needs your permission to continue A program needs your permission to continue An unidentified [...]]]></description>
		<wfw:commentRss>http://www.techbug.com/en/knowledge-base/disable-user-account-control-in-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable to use rdp mstsc /console</title>
		<link>http://www.techbug.com/en/microsoft/unable-to-use-rdp-mstsc-console/</link>
		<comments>http://www.techbug.com/en/microsoft/unable-to-use-rdp-mstsc-console/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 21:15:46 +0000</pubDate>
		<dc:creator>coppermine</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[mstsc /admin]]></category>
		<category><![CDATA[mstsc /console]]></category>
		<category><![CDATA[rdp]]></category>
		<category><![CDATA[Remote Desktop]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows Vista Service Pack 1]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Windows XP Service Pack 3]]></category>

		<guid isPermaLink="false">http://www.techbug.com/en/?p=131</guid>
		<description><![CDATA[I was trying to do a remote desktop using &#8220;mstsc /console&#8221; to my Windows 2003 server this early morning and realised it does not connect to the session 0 (aka console) of my windows 2003. Searched the microsoft support site and found this. The /admin switch is introduced in RDC 6.1. RDC 6.1 is included [...]]]></description>
		<wfw:commentRss>http://www.techbug.com/en/microsoft/unable-to-use-rdp-mstsc-console/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

