 




<?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>The Real (and Virtual) Adventures of Nathan the IT Guy &#187; Windows Vista</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/information-technology/tag/windows-vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/information-technology</link>
	<description></description>
	<lastBuildDate>Fri, 17 May 2013 13:18:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>How to Disable Windows 7 Automatic Update Restart</title>
		<link>http://itknowledgeexchange.techtarget.com/information-technology/how-to-disable-windows-7-automatic-update-restart/</link>
		<comments>http://itknowledgeexchange.techtarget.com/information-technology/how-to-disable-windows-7-automatic-update-restart/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 16:39:55 +0000</pubDate>
		<dc:creator>Nathan Simon</dc:creator>
				<category><![CDATA[Automatic Updates]]></category>
		<category><![CDATA[Computer Policy]]></category>
		<category><![CDATA[disable Windows 7 automatic update restart]]></category>
		<category><![CDATA[gpupdate]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[no restart]]></category>
		<category><![CDATA[User Policy]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/information-technology/how-to-disable-windows-7-automatic-update-restart/</guid>
		<description><![CDATA[How often have you sat down at your computer and your logged off? What happened you say to yourself? You log back in and Windows kindly mentions to you that it had restarted because of Windows updates. Well what if you had a bunch of stuff open? Yeah Windows doesn&#8217;t care, it just reboots. Well [...]]]></description>
				<content:encoded><![CDATA[<p>How often have you sat down at your computer and your logged off? What happened you say to yourself? You log back in and Windows kindly mentions to you that it had restarted because of Windows updates. Well what if you had a bunch of stuff open? Yeah Windows doesn&#8217;t care, it just reboots. Well I am here to help solve all your problems and put a smile on your face. Lets start with Enabling the No Automatic Restart if User is logged in option.</p>
<p>Click the Start menu and type &#8220;gpedit.msc&#8221; (without quotes) in the search line and press the enter key. This will launch the Local Group Policy Editor. On the left side of Local Group Policy Editor, expand to Computer Configuration &gt; Administrative Templates &gt; Windows Components. Then scroll down and select Windows Update. Double click &#8220;No auto-restart with logged on users for scheduled automatic updates installations&#8221; option. In the properties window that appears, change the option from &#8220;Not Configured&#8221; to &#8220;Enabled&#8221;. Click &#8220;OK&#8221; and close Local Group Policy Editor.</p>
<p>Here is the Microsoft Explanation of the Group Policy Object</p>
<blockquote><p>Specifies that to complete a scheduled installation, Automatic Updates will wait for the computer to be restarted by any user who is logged on, instead of causing the computer to restart automatically.</p>
<p>If the status is set to Enabled, Automatic Updates will not restart a computer automatically during a scheduled installation if a user is logged in to the computer. Instead, Automatic Updates will notify the user to restart the computer.</p>
<p>Be aware that the computer needs to be restarted for the updates to take effect.</p></blockquote>
<p>There is also a switch that lets you modify how often Windows reminds you with a pop up that a restart needs to be performed. The setting is called, &#8221; Re-Prompt for restart with scheduled installations&#8221; Set this to enabled and specify say 60 minutes.</p>
<p>Now open command prompt and type &#8220;gpupdate /force&#8221; like below.</p>
<p><em>C:\Users\n8dog89&gt;gpupdate /force<br />
Updating Policy&#8230;</em></p>
<p><em>User Policy update has completed successfully.<br />
Computer Policy update has completed successfully.</em></p>
<p>Your PC will now NOT restart automatically, but will remind you every 60 minutes to restart. Much better than coming to your PC and its restarting, or you see that it has restarted, so annoying sometimes!</p>
<p>Have a great weekend!</p>
<p>-NS</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/information-technology/how-to-disable-windows-7-automatic-update-restart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Memory Management and Process Explorer</title>
		<link>http://itknowledgeexchange.techtarget.com/information-technology/windows-memory-management-and-process-explorer/</link>
		<comments>http://itknowledgeexchange.techtarget.com/information-technology/windows-memory-management-and-process-explorer/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 12:07:10 +0000</pubDate>
		<dc:creator>Nathan Simon</dc:creator>
				<category><![CDATA[Developer's Conference]]></category>
		<category><![CDATA[Process Explorer]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[sysinternals]]></category>
		<category><![CDATA[Task Manager]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/information-technology/windows-memory-management-and-process-explorer/</guid>
		<description><![CDATA[You think you know Task Manager, but do you really understand what is going on with all those numbers and columns? Over at Sysinternals Live you can watch Mark in an on-demand 2010 Professional Developer&#8217;s Conference. Check it out Part 1 and Part 2. Also if you have never checked out Process Explorer, it is [...]]]></description>
				<content:encoded><![CDATA[<p>You think you know Task Manager, but do you really understand what is going on with all those numbers and columns? Over at Sysinternals Live you can watch Mark in an on-demand 2010 Professional Developer&#8217;s Conference.</p>
<p>Check it out <a href="http://player.microsoftpdc.com/Session/1689962d-dea2-48bd-80d8-96e954fa5329" target="_blank">Part 1</a> and <a href="http://player.microsoftpdc.com/Session/1c97b279-d7e3-4a3e-9a76-0dac23dfddb5" target="_blank">Part 2</a>.</p>
<p>Also if you have never checked out Process Explorer, it is considered a replacement for Task Manager the world over. Go <a href="http://" target="_blank">here</a> to see what it is all about.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/information-technology/windows-memory-management-and-process-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download Speed in the IE9 Download Manager</title>
		<link>http://itknowledgeexchange.techtarget.com/information-technology/download-speed-in-the-ie9-download-manager/</link>
		<comments>http://itknowledgeexchange.techtarget.com/information-technology/download-speed-in-the-ie9-download-manager/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 12:45:30 +0000</pubDate>
		<dc:creator>Nathan Simon</dc:creator>
				<category><![CDATA[ie 9 download manager]]></category>
		<category><![CDATA[IE9]]></category>
		<category><![CDATA[ie9 download speed]]></category>
		<category><![CDATA[Internet Explorer 9]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/information-technology/download-speed-in-the-ie9-download-manager/</guid>
		<description><![CDATA[Here is a short but sweet one, a lot of people have been asking me, &#8220;How to check the actual download speed of downloads using Internet Explorer 9&#8243;. I myself love watching download speeds, the more numbers flying around the better, kind of like instant gratification. Anyways onto the answer, just mouse over the percentage [...]]]></description>
				<content:encoded><![CDATA[<p>Here is a short but sweet one, a lot of people have been asking me, &#8220;How to check the actual download speed of downloads using Internet Explorer 9&#8243;. I myself love watching download speeds, the more numbers flying around the better, kind of like instant gratification. Anyways onto the answer, just mouse over the percentage completed and your average download speed will be shown. The Microsoft forums are all a buzz over this, and I can assure you its a safe bet that we will have more information (download speed and time remaining, to name a couple)available to us in the future revisions of Internet Explorer 9.</p>
<p>If you havent downloaded IE9 yet, you really should, it functions quite well. Take it for a <a href="http://ie.microsoft.com/testdrive/" target="_blank">Test Drive</a>!</p>
<p>-NS</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/information-technology/download-speed-in-the-ie9-download-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image Resizer 2.1.1 Release</title>
		<link>http://itknowledgeexchange.techtarget.com/information-technology/image-resizer-211-release/</link>
		<comments>http://itknowledgeexchange.techtarget.com/information-technology/image-resizer-211-release/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 17:29:33 +0000</pubDate>
		<dc:creator>Nathan Simon</dc:creator>
				<category><![CDATA[64-bit]]></category>
		<category><![CDATA[Image Resizer]]></category>
		<category><![CDATA[image resizing]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[resize image]]></category>
		<category><![CDATA[right-click image resize]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/information-technology/?p=505</guid>
		<description><![CDATA[Hey eveyone, there is a new release of Image Resizer, v2.1.1 If you guys do not know what this is, its a clone of the Windows XP Power Toy, right click on a picture and resize, its that easy. Release Notes This is a clone of the Image Resizer Powertoy for Windows XP &#8212; a [...]]]></description>
				<content:encoded><![CDATA[<p>Hey eveyone, there is a new release of Image Resizer, v2.1.1 If you guys do not know what this is, its a clone of the Windows XP Power Toy, right click on a picture and resize, its that easy.</p>
<p>Release Notes</p>
<p>This is a clone of the Image Resizer Powertoy for Windows XP &#8212; a PowerToy that allows you to right-click on one or more image files in Windows Explorer to resize them. It was created (by me) to extend support to non-XP and 64-bit versions of Windows (including 2000, Vista &amp; 7).</p>
<p>Version 2.1.1 of the Image Resizer adds some community-contributed features to the tool. This will be the last release of version 2.x. I am currently performing a major overhaul of the tool (see Image Resizer 3).</p>
<p>Download it <a href="http://imageresizer.codeplex.com/releases/view/30247" target="_blank">here</a>.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/information-technology/image-resizer-211-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sysinternals : TCPView Update</title>
		<link>http://itknowledgeexchange.techtarget.com/information-technology/sysinternals-tcpview-update/</link>
		<comments>http://itknowledgeexchange.techtarget.com/information-technology/sysinternals-tcpview-update/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 04:21:29 +0000</pubDate>
		<dc:creator>Nathan Simon</dc:creator>
				<category><![CDATA[awesome apps]]></category>
		<category><![CDATA[live.sysinternals.com]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[sysinternals]]></category>
		<category><![CDATA[tcpview]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/information-technology/sysinternals-tcpview-update/</guid>
		<description><![CDATA[TCPView has been updated a few weeks ago, if you haven&#8217;t checked out what&#8217;s new, I suggest you do! TCPView is a Windows program that will show you detailed listings of all TCP and UDP endpoints on your system, including the local and remote addresses and state of TCP connections. On Windows Server 2008, Vista, [...]]]></description>
				<content:encoded><![CDATA[<p>TCPView has been updated a few weeks ago, if you haven&#8217;t checked out what&#8217;s new, I suggest you do!</p>
<p>TCPView is a Windows program that will show you detailed listings of all TCP and UDP endpoints on your system, including the local and remote addresses and state of TCP connections. On Windows Server 2008, Vista, and XP, TCPView also reports the name of the process that owns the endpoint. TCPView provides a more informative and conveniently presented subset of the Netstat program that ships with Windows. The TCPView download includes Tcpvcon, a command-line version with the same functionality.</p>
<p>Download the application <a href="http://technet.microsoft.com/en-us/sysinternals/bb897437.aspx" target="_blank">here</a> also read about it in greater detail. If you want to check out the whole suite, go <a href="http://technet.microsoft.com/en-us/sysinternals/bb842062.aspx" target="_blank">here</a>, downloads and details are all  there.</p>
<p>-NS</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/information-technology/sysinternals-tcpview-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update on Systinternals Website!</title>
		<link>http://itknowledgeexchange.techtarget.com/information-technology/update-on-systinternals-website/</link>
		<comments>http://itknowledgeexchange.techtarget.com/information-technology/update-on-systinternals-website/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 03:09:09 +0000</pubDate>
		<dc:creator>Nathan Simon</dc:creator>
				<category><![CDATA[Active Directory editor]]></category>
		<category><![CDATA[measuring the memory usage of applications]]></category>
		<category><![CDATA[memory analysis]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[systinternals]]></category>
		<category><![CDATA[teched]]></category>
		<category><![CDATA[TechEd US 2010]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/information-technology/update-on-systinternals-website/</guid>
		<description><![CDATA[One of my all time favorite application suites is Sysinternals. Here is what&#8217;s been updated in the recent past. Mark’s TechEd Talks Available Mark delivered four top-rated, top-attended sessions at TechEd US 2010 in New Orleans and they, along with all the TechEd sessions, are available for free on-demand viewing. Mark’s are Case of the [...]]]></description>
				<content:encoded><![CDATA[<p>One of my all time favorite application suites is Sysinternals. Here is what&#8217;s been updated in the recent past.</p>
<p>Mark’s TechEd Talks Available<br />
Mark delivered four top-rated, top-attended sessions at TechEd US 2010 in New Orleans and they, along with all the TechEd sessions, are available for free on-demand viewing. Mark’s are Case of the Unexplained 2010, Pushing the Limits of Windows, Windows 7 and Windows Server 2008R2 Kernel Changes, and a talk he co-presented with Mark Minasi, The Secrets of Effective Technical Talks.</p>
<p>RAMMap v1.1<br />
This update to RAMMap, a memory analysis utility for Windows Vista and Windows 7, adds the ability to purge working sets and memory manager paging lists. This can be useful for measuring the memory usage of applications after they’ve started or when specific features are exercised.</p>
<p>AD Explorer v1.4<br />
ADExplorer, an Active Directory editor, now shows all of a directory’s naming contexts and works with Lightweight Directory Services directories.</p>
<p>Check out the site <a href="http://technet.microsoft.com/en-us/sysinternals/default.aspx" target="_blank">here</a>.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/information-technology/update-on-systinternals-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netrouteview</title>
		<link>http://itknowledgeexchange.techtarget.com/information-technology/netrouteview/</link>
		<comments>http://itknowledgeexchange.techtarget.com/information-technology/netrouteview/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 03:42:36 +0000</pubDate>
		<dc:creator>Nathan Simon</dc:creator>
				<category><![CDATA[netrouteview]]></category>
		<category><![CDATA[route.exe]]></category>
		<category><![CDATA[static route]]></category>
		<category><![CDATA[Windows 2000]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/information-technology/netrouteview/</guid>
		<description><![CDATA[Here is a neat utility that i stumbled upon, when i was having routing issues on a user PC&#8230; yeah I know why would the route table be modified on a client PC, well it was for testing purposes&#8230; NetRouteView is a GUI alternative to the standard route utility (Route.exe) of Windows operating system. It [...]]]></description>
				<content:encoded><![CDATA[<p>Here is a neat utility that i stumbled upon, when i was having routing issues on a user PC&#8230; yeah I know why would the route table be modified on a client PC, well it was for testing purposes&#8230;</p>
<p>NetRouteView is a GUI alternative to the standard route utility (Route.exe) of Windows operating system. It displays the list of all routes on your current network, including the destination, mask, gateway, interface IP address, metric value, type, protocol, age (in seconds), interface name, and the MAC address.<br />
NetRouteView also allows you to easily add new routes, as well as to remove or modify existing static routes.</p>
<p>Download NetRouteView <a href="http://www.nirsoft.net/utils/network_route_view.html" target="_blank">here</a>.</p>
<p>-NS</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/information-technology/netrouteview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft = $200M for VirnetX</title>
		<link>http://itknowledgeexchange.techtarget.com/information-technology/microsoft-200m-for-virnetx/</link>
		<comments>http://itknowledgeexchange.techtarget.com/information-technology/microsoft-200m-for-virnetx/#comments</comments>
		<pubDate>Tue, 18 May 2010 01:51:52 +0000</pubDate>
		<dc:creator>Nathan Simon</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mulit-million dollar payout]]></category>
		<category><![CDATA[pantent]]></category>
		<category><![CDATA[U.S. District Court]]></category>
		<category><![CDATA[VirnetX]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/information-technology/microsoft-200m-for-virnetx/</guid>
		<description><![CDATA[VirnetX says that Microsoft infringed on 2 patents, the 2 technologies were used in Windows XP and Vista. A Texas jury ruled March 16 that Microsoft willfully infringed on two VirnetX patents pertaining to the use of secure  communication links between computing  devices. The jury recommended to the U.S. District Court that VirnetX be awarded [...]]]></description>
				<content:encoded><![CDATA[<p>VirnetX says that Microsoft infringed on 2 patents, the 2 technologies were used in Windows XP and Vista.</p>
<blockquote><p>A Texas jury ruled March 16 that Microsoft willfully infringed on two VirnetX patents pertaining to the use of secure  communication links between computing  devices. The jury recommended to the U.S. District Court that VirnetX be awarded $105.75 million in damages.</p></blockquote>
<p>Days later VirnetX filed another lawsuit saying that Windows 7 and Server 2008 R2 also infringed on the same patents&#8230; this led to the 200 million dollar settlement to basically buy the patents. Oh Microsoft when will you learn to say please? <img src='http://itknowledgeexchange.techtarget.com/information-technology/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>-NS</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/information-technology/microsoft-200m-for-virnetx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco VPN Client Now supports Windows 7 and Vista 64-bit</title>
		<link>http://itknowledgeexchange.techtarget.com/information-technology/cisco-vpn-client-now-supports-windows-7-and-vista-64-bit/</link>
		<comments>http://itknowledgeexchange.techtarget.com/information-technology/cisco-vpn-client-now-supports-windows-7-and-vista-64-bit/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 02:23:26 +0000</pubDate>
		<dc:creator>Nathan Simon</dc:creator>
				<category><![CDATA[64-bit]]></category>
		<category><![CDATA[asa]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[cisco asa]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[vpn client]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[x64]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/information-technology/cisco-vpn-client-now-supports-windows-7-and-vista-64-bit/</guid>
		<description><![CDATA[The Cisco VPN Client v5.0.7 has been released with Windows 7 &#38; Windows Vista 64-bit platform compatibility.  Until recently, if users were using 64-bit editions of Windows 7 /Vista they could not use the Cisco VPN Client to create an IPSec VPN tunnel to their Cisco ASA.  The only solution was to purchase SSL VPN [...]]]></description>
				<content:encoded><![CDATA[<p class="MsoNormal"><span lang="EN-CA">The Cisco VPN Client v5.0.7 has been released with Windows 7 &amp; Windows Vista 64-bit platform compatibility.  Until recently, if users were using 64-bit editions of Windows 7 /Vista they could not use the Cisco VPN Client to create an IPSec VPN tunnel to their Cisco ASA.  The only solution was to purchase SSL VPN licenses that used the Cisco AnyConnect VPN Client software. Read the release notes <a href="http://www.cisco.com/en/US/partner/docs/security/vpn_client/cisco_vpn_client/vpn_client5007/release/notes/vpnclient5007.html" target="_blank">here</a>. If you would like to download the software check <a href="http://tools.cisco.com/support/downloads/go/Redirect.x?mdfid=281940730" target="_blank">here</a>, you have to have a CISCO SMARTnet enabled login.</span></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/information-technology/cisco-vpn-client-now-supports-windows-7-and-vista-64-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 &#8220;God Mode&#8221;</title>
		<link>http://itknowledgeexchange.techtarget.com/information-technology/windows-7-god-mode/</link>
		<comments>http://itknowledgeexchange.techtarget.com/information-technology/windows-7-god-mode/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 22:20:56 +0000</pubDate>
		<dc:creator>Nathan Simon</dc:creator>
				<category><![CDATA[control panel items]]></category>
		<category><![CDATA[god mode]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/information-technology/windows-7-god-mode/</guid>
		<description><![CDATA[My co-worker Raj, see his site here found the Windows 7 God Mode &#8220;hack&#8221; overat ZDNet. Although its name suggests perhaps even grander capabilities, Windows enthusiasts are excited over the discovery of a hidden &#8220;GodMode&#8221; feature that lets users access all of the operating system&#8217;s control panels from within a single folder. To enter &#8220;GodMode,&#8221; one need only [...]]]></description>
				<content:encoded><![CDATA[<p>My co-worker Raj, see his site <a href="http://itknowledgeexchange.techtarget.com/it-consultant/" target="_blank">here</a> found the Windows 7 God Mode &#8220;hack&#8221; overat ZDNet.</p>
<blockquote><p>Although its name suggests perhaps even grander capabilities, Windows enthusiasts are excited over the discovery of a hidden &#8220;GodMode&#8221; feature that lets users access all of the operating system&#8217;s control panels from within a single folder.</p>
<p>To enter &#8220;GodMode,&#8221; one need only create a new folder and then rename the folder to the following:</p>
<p>GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}</p>
<p>Users are able to have a single place to do everything from changing the look of the mouse pointer to making a new hard-drive partition.</p>
<p>The trick is also said to work in Windows Vista, although some are warning that although it works fine in 32-bit versions of Vista, it can cause 64-bit versions of that operating system to crash.</p></blockquote>
<p>Give it a try its very cool!</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/information-technology/windows-7-god-mode/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
