<?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>Walker News &#187; Vista SP1</title>
	<atom:link href="http://www.walkernews.net/tag/vista-sp1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.walkernews.net</link>
	<description>A capsule of walker's experience in life...</description>
	<lastBuildDate>Sun, 29 Jan 2012 16:29:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Disable Or Enable User Switching In Windows Vista?</title>
		<link>http://www.walkernews.net/2009/05/29/how-to-disable-or-enable-user-switching-in-windows-vista/</link>
		<comments>http://www.walkernews.net/2009/05/29/how-to-disable-or-enable-user-switching-in-windows-vista/#comments</comments>
		<pubDate>Thu, 28 May 2009 16:09:13 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[Command Prompt]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Reg.exe]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Vista SP1]]></category>
		<category><![CDATA[Windows Registry]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/?p=2674</guid>
		<description><![CDATA[The steps to enable or disable Switch User function in Windows Vista?]]></description>
			<content:encoded><![CDATA[I can&#8217;t recall that I did disable or turn off Windows Vista Fast User Switching, but somehow the Switch User function is missing from my Dell Latitude.<br />
<span id="more-2674"></span><br />
<!--wgadh-->Frankly speaking, the aging laptop scores only 1 in Windows Experience Index is not justified for two Windows user accounts log in concurrently. However, Switch User function could be useful during account lockout period which normally last for 30 minutes.<br />
<br />This happen to me in the morning meeting, where I failed to unlock the locked Windows Desktop after entering wrong password for 3 tries in a row :-(.<br />
<br />Without Fast User Switching enabled, I don&#8217;t think there is another simple way to reset the lockout Windows account. Thus, I had to wait for a 30-minutes lapse in order to log on and continue with the unsaved files and PowerPoint slides again.<br />
<br />Now, rather than find out why or &#8220;who&#8221; disabled the Switch User function, I find a way to re-enable (or disable it, for you case) the Fast User Switching in Windows Vista:<br />
<blockquote>
The following steps make changes to Windows Registry. If you&#8217;re not comfortable with Registry editing, stop here or be careful.
</blockquote>
<br />1) Open an <a href="http://www.walkernews.net/2007/05/21/open-command-prompt-here-with-elevated-privilege/" title="How to open an elevated Command Prompt window in Windows Vista?" rel="bookmark">elevated Command Prompt</a> (i.e. a Command Prompt window with <a href="http://www.walkernews.net/2007/11/09/how-to-enable-vista-ultimate-administrator-account/" title="How to enable or activate the real administrator account in Windows Vista?" rel="bookmark">real Administrator privilege</a>),<br />
<br />2) Copy and paste the following <a href="http://www.walkernews.net/2007/08/08/configure-windows-registry-in-command-prompt/" title="How to edit Windows Registry in Command Prompt window?" rel="bookmark">Reg.exe command</a> in the elevated Command Prompt window, followed by pressing ENTER key to enable Switch User function in Windows Vista:<br />
<pre>
reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System /v HideFastUserSwitching /t REG_DWORD /d 0 /f
</pre>
<br /><span class="subhead2">To disable Fast User Switching in Windows Vista:</span><br />
<br />Similarly, open an elevated Command Prompt window and execute the following Reg.exe command:<br />
<pre>
reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System /v HideFastUserSwitching /t REG_DWORD /d 1 /f
</pre>
<br />Personally, I prefer to use Reg.exe to edit Windows Registry in Command Prompt window, provided the command is valid for the purpose.<br />
<blockquote>
Reg.exe is bundled with Windows Vista installation. For non-Vista users, you might need to separately download Reg.exe of Microsoft Platform Support Reporting Utility.
</blockquote>
<br />If you&#8217;ve doubt or prefer to manually update Windows Registry with Regedit.exe or Regedt32.exe, just locate the HideFastUserSwitching key in this following Registry path:<br />
<br /><span class="fpath">HKey_Local_Machine\Software\Microsoft\Windows\CurrentVersion\Policies\System</span><br />
<br />The key value 0 means to enable while 1 to disable Switch User function.<br />

<ul class="related_post"><li><a href="http://www.walkernews.net/2009/05/14/how-to-fix-windows-update-error-80072efd-in-vista-sp1/" title="How To Fix Windows Update Error 80072EFD In Vista SP1?">How To Fix Windows Update Error 80072EFD In Vista SP1?</a></li><li><a href="http://www.walkernews.net/2009/05/31/using-gpedit-to-enable-or-disable-switch-user-in-vista-sp2/" title="Using gpedit To Enable Or Disable Switch User In Vista SP2">Using gpedit To Enable Or Disable Switch User In Vista SP2</a></li><li><a href="http://www.walkernews.net/2009/05/22/how-to-configure-windows-update-proxy-server-settings-in-windows-vista-sp1/" title="How To Configure Windows Update Proxy Server Settings In Windows Vista SP1?">How To Configure Windows Update Proxy Server Settings In Windows Vista SP1?</a></li><li><a href="http://www.walkernews.net/2009/05/03/how-to-disable-keyboard-power-button/" title="How To Disable Keyboard Power Button?">How To Disable Keyboard Power Button?</a></li><li><a href="http://www.walkernews.net/2009/04/12/how-to-remove-unwanted-microsoft-updates-from-windows-update-program/" title="How To Remove Unwanted Microsoft Updates From Windows Update Program?">How To Remove Unwanted Microsoft Updates From Windows Update Program?</a></li><li><a href="http://www.walkernews.net/2009/04/12/how-to-completely-remove-or-uninstall-nokia-pc-suite/" title="How To Completely Remove Or Uninstall Nokia PC Suite? ">How To Completely Remove Or Uninstall Nokia PC Suite? </a></li><li><a href="http://www.walkernews.net/2009/04/12/how-to-fix-windows-vista-system-tray-icons-disabled-or-greyed-out-problem/" title="How To Fix Windows Vista System Tray Icons Disabled Or Greyed Out Problem?">How To Fix Windows Vista System Tray Icons Disabled Or Greyed Out Problem?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2009/05/29/how-to-disable-or-enable-user-switching-in-windows-vista/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Configure Windows Update Proxy Server Settings In Windows Vista SP1?</title>
		<link>http://www.walkernews.net/2009/05/22/how-to-configure-windows-update-proxy-server-settings-in-windows-vista-sp1/</link>
		<comments>http://www.walkernews.net/2009/05/22/how-to-configure-windows-update-proxy-server-settings-in-windows-vista-sp1/#comments</comments>
		<pubDate>Thu, 21 May 2009 16:54:21 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Proxy Server]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Vista SP1]]></category>
		<category><![CDATA[Windows Update]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[WinHTTP]]></category>
		<category><![CDATA[WPAD]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/?p=2657</guid>
		<description><![CDATA[In some cases, you might need to manually configure the Windows Update proxy server settings.]]></description>
			<content:encoded><![CDATA[Windows Update requires two other clients to work, i.e. WinHTTP (Windows HTTP Service) and BITS (Background Intelligent Transfer Service) to scan and download the available updates from Microsoft servers.<br />
<span id="more-2657"></span><br />
<!--wgadh-->Interestingly, none of these services is using Internet Explorer proxy setting. Indeed, Windows Update clients refers to WinHTTP proxy server setting that is either configured manually by user or automatically updated by Web Proxy Auto Detect (WPAD) feature of the connecting network.<br />
<br />Therefore, laptop users who access Internet via proxy server in corporate network with WPAD feature enabled are likely have problem to run Windows Update after switching to direct network (e.g. home broadband, public WIFI, etc) or other network that enforce proxy server for Internet access but disable Web Proxy Auto Detect setting.<br />
<blockquote>
WPAD setting is normally configured by network administrator in either DNS (Domain Name System) or DHCP (Dynamic Host Configuration Protocol) option.
</blockquote>
<br />In case WinHTTP proxy server setting is not updated, you have to do it manually.<br />
<blockquote>
The following guide to disable / enable WinHTTP proxy server is based on Windows Vista SP1. Anyway, it should be working on other Windows versions that support netsh command set.
</blockquote>
<br /><span class="subhead">To disable WinHTTP proxy server</span><br />
<br /><img style="float:right;margin:0 0 0 9px;" src="http://www.walkernews.net/wp-content/uploads/2009/05/windows-updates-proxy.jpg" alt="How to disable or configure Windows Update proxy settings?" title="How to disable or configure Windows Update proxy settings?" />Execute <code>netsh winhttp show proxy</code> to check if you have a proxy server configured for WinHTTP. To disable the WinHTTP proxy setting:<br />
<br />1) Open an elevated Command Prompt window (i.e. Command Prompt window with real Administrator privilege).<br />
<br />2) Execute <code>netsh winhttp reset proxy</code> to reset WinHTTP proxy setting to DIRECT (i.e. to connect to Internet directly without using any kind of proxy server).<br />
<br /><span class="subhead">Configure WinHTTP proxy setting</span><br />
<br />If the connecting network does not enable Web Proxy Auto Detect setting but requires proxy server (e.g. IP 188.8.6.7 and port number 80) to access Internet:<br />
<br />1) Open a Command Prompt window with real Administrator privilege.<br />
<br />2) Execute <code>netsh set proxy 188.8.6.7:80</code>. <br />
<br />To view netsh help and example on WinHTTP proxy configuration, execute this<br />
<pre>
netsh winhttp set proxy help
</pre>
<br />According to the netsh winhttp help, it&#8217;s possible to define different proxy server for http and/or https connection.<br />

<ul class="related_post"><li><a href="http://www.walkernews.net/2009/05/14/how-to-fix-windows-update-error-80072efd-in-vista-sp1/" title="How To Fix Windows Update Error 80072EFD In Vista SP1?">How To Fix Windows Update Error 80072EFD In Vista SP1?</a></li><li><a href="http://www.walkernews.net/2009/04/12/how-to-remove-unwanted-microsoft-updates-from-windows-update-program/" title="How To Remove Unwanted Microsoft Updates From Windows Update Program?">How To Remove Unwanted Microsoft Updates From Windows Update Program?</a></li><li><a href="http://www.walkernews.net/2008/05/14/missing-windows-search-after-vista-sp1-upgrade/" title="Missing Windows Search After Vista SP1 Upgrade">Missing Windows Search After Vista SP1 Upgrade</a></li><li><a href="http://www.walkernews.net/2009/05/29/how-to-disable-or-enable-user-switching-in-windows-vista/" title="How To Disable Or Enable User Switching In Windows Vista?">How To Disable Or Enable User Switching In Windows Vista?</a></li><li><a href="http://www.walkernews.net/2009/05/03/how-to-disable-keyboard-power-button/" title="How To Disable Keyboard Power Button?">How To Disable Keyboard Power Button?</a></li><li><a href="http://www.walkernews.net/2009/04/12/how-to-completely-remove-or-uninstall-nokia-pc-suite/" title="How To Completely Remove Or Uninstall Nokia PC Suite? ">How To Completely Remove Or Uninstall Nokia PC Suite? </a></li><li><a href="http://www.walkernews.net/2009/04/12/how-to-fix-windows-vista-system-tray-icons-disabled-or-greyed-out-problem/" title="How To Fix Windows Vista System Tray Icons Disabled Or Greyed Out Problem?">How To Fix Windows Vista System Tray Icons Disabled Or Greyed Out Problem?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2009/05/22/how-to-configure-windows-update-proxy-server-settings-in-windows-vista-sp1/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>How To Fix Windows Update Error 80072EFD In Vista SP1?</title>
		<link>http://www.walkernews.net/2009/05/14/how-to-fix-windows-update-error-80072efd-in-vista-sp1/</link>
		<comments>http://www.walkernews.net/2009/05/14/how-to-fix-windows-update-error-80072efd-in-vista-sp1/#comments</comments>
		<pubDate>Thu, 14 May 2009 15:12:38 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Command Prompt]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Vista SP1]]></category>
		<category><![CDATA[Windows Update]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/?p=2612</guid>
		<description><![CDATA[Windows Update might not working when Vista SP1 connect to Internet without going through proxy server.]]></description>
			<content:encoded><![CDATA[At most of the time in office, my Dell Latitude connects to Internet via proxy server and the Vista Windows Update downloads the patches directly from Microsoft servers as usual.<br />
<span id="more-2612"></span><br />
<!--wgadh-->However, the Windows Update was not working while I was abroad and had direct access to Internet via unsecured public WIFI.<br />
<br />At first, there was no error or warning displayed in the program window. After a few tries, it finally displayed a red stripe, telling me &#8220;Windows could not search for new updates&#8221;, together with an error code 80072EFD.<br />
<br /><img src="http://www.walkernews.net/wp-content/uploads/2009/05/windows-updates-error-80072efd.jpg" alt="Fix the Windows Updates error 80072EFD." title="Fix the Windows Updates error 80072EFD." /><br />
<br />What the heck is this? I had disabled the proxy setting in IE8 and no problem to surf Internet (even the p o r n sites :-). Windows Live Messenger worked perfectly too.<br />
<br />Therefore, it was expected to work in no time, as I thought the Windows Update should be referring to proxy server setting of Internet Explorer.<br />
<br />Apparently, it&#8217;s not that case. Upon checking with Google, I learn that the Windows Update proxy server setting is independent of IE Internet Options. <br />
<br />Then, how to fix the error code 80072EFD, to get the Vista SP1 Windows Update works correctly, when I am connecting to Internet directly?<br />
<br />The answer is of course to <span class="subhead">disable proxy server of Windows Update</span>:<br />
<br />1) Open an elevated Command Prompt window &#8211; click the Vista Orb (Start button), type <code>command prompt</code>, right click the Command Prompt shortcut in the Program list and select <strong>Run As Administrator</strong>.<br />
<br />2) To display the current proxy setting of Windows Update, execute this command:<br />
<pre>
netsh winhttp show proxy
</pre>
<br />3) If the proxy server is shown in the &#8220;show proxy&#8221; result, then execute this command to disable the Windows Update proxy setting:<br />
<pre>
netsh winhttp reset proxy
</pre>
<br /><img style="float:right;margin:0 0 0 9px;" src="http://www.walkernews.net/wp-content/uploads/2009/05/windows-updates-proxy.jpg" alt="How to disable or configure Windows Update proxy settings?" title="How to disable or configure Windows Update proxy settings?" />The &#8220;reset proxy&#8221; will effectively configure WinHTTP proxy server setting to DIRECT (meaning to direct access Internet and no relying on a proxy server).<br />
<br />After disable the WinHTTP proxy setting (in which my Vista SP1 Windows Update is referring to), it started to download the latest Windows Defender definition update and security update for Microsoft PowerPoint 2007 (KB957789). Happy now :-)<br />

<ul class="related_post"><li><a href="http://www.walkernews.net/2009/05/29/how-to-disable-or-enable-user-switching-in-windows-vista/" title="How To Disable Or Enable User Switching In Windows Vista?">How To Disable Or Enable User Switching In Windows Vista?</a></li><li><a href="http://www.walkernews.net/2009/05/22/how-to-configure-windows-update-proxy-server-settings-in-windows-vista-sp1/" title="How To Configure Windows Update Proxy Server Settings In Windows Vista SP1?">How To Configure Windows Update Proxy Server Settings In Windows Vista SP1?</a></li><li><a href="http://www.walkernews.net/2009/04/12/how-to-remove-unwanted-microsoft-updates-from-windows-update-program/" title="How To Remove Unwanted Microsoft Updates From Windows Update Program?">How To Remove Unwanted Microsoft Updates From Windows Update Program?</a></li><li><a href="http://www.walkernews.net/2008/05/14/missing-windows-search-after-vista-sp1-upgrade/" title="Missing Windows Search After Vista SP1 Upgrade">Missing Windows Search After Vista SP1 Upgrade</a></li><li><a href="http://www.walkernews.net/2009/05/03/how-to-disable-keyboard-power-button/" title="How To Disable Keyboard Power Button?">How To Disable Keyboard Power Button?</a></li><li><a href="http://www.walkernews.net/2009/04/12/how-to-completely-remove-or-uninstall-nokia-pc-suite/" title="How To Completely Remove Or Uninstall Nokia PC Suite? ">How To Completely Remove Or Uninstall Nokia PC Suite? </a></li><li><a href="http://www.walkernews.net/2009/04/12/how-to-fix-windows-vista-system-tray-icons-disabled-or-greyed-out-problem/" title="How To Fix Windows Vista System Tray Icons Disabled Or Greyed Out Problem?">How To Fix Windows Vista System Tray Icons Disabled Or Greyed Out Problem?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2009/05/14/how-to-fix-windows-update-error-80072efd-in-vista-sp1/feed/</wfw:commentRss>
		<slash:comments>122</slash:comments>
		</item>
		<item>
		<title>How To Disable Keyboard Power Button?</title>
		<link>http://www.walkernews.net/2009/05/03/how-to-disable-keyboard-power-button/</link>
		<comments>http://www.walkernews.net/2009/05/03/how-to-disable-keyboard-power-button/#comments</comments>
		<pubDate>Sun, 03 May 2009 15:10:59 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Keyboard]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Vista SP1]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/?p=2587</guid>
		<description><![CDATA[Document an easier way to disable the keyboard power button with Windows Vista SP1.]]></description>
			<content:encoded><![CDATA[I was using the good old &#8220;mechanical&#8221; keyboard made in 90s. Although there is no Windows key to trigger Windows Flip 3D in Vista, I never thought to make a change as I like the feel of pressing those &#8220;hard&#8221; keys for so many years.<br />
<span id="more-2587"></span><br />
<!--wgadh-->Now I have to replace this old buddy as my wrist getting pain just recently :-). I went to shop a replacement and finally took this A4Tech X-Slim Multimedia keyboard.<br />
<br />It&#8217;s not better than Wearnes keyboard made for MS-DOS, but I like its compact layout, where the size is almost matching my Dell Latitude D410.<br />
<br />Other than lacking of ergonomics features, I kinda dislike the power button that seated right above F1 key. Because of this terrible power button, I had accidentally shutdown Vista while there were tonnes of job running on the Desktop. <br />
<br /><img src="http://www.walkernews.net/wp-content/uploads/2009/05/old-keyboard.jpg" alt="The good old Wearnes keyboard made for MS-DOS?" title="The good old Wearnes keyboard made for MS-DOS?" /></a><br />
<br />In order to avoid third &#8220;accident&#8221;, it must be disabled immediately before I have time to uncase and break the circuit!<br />
<br /><span class="subhead">Steps to disable the keyboard power button in Windows Vista</span><br />
<br />Click the Vista Orb (Start button), type <code>power options</code> in <em>Start Search</em> text box and hit ENTER key to open Power Options window.<br />
<br />Click the Change Plan Settings of the active power plan follow by Change Advanced Power Settings.<br />
<br />Locate the Power Buttons and Lid option and set the Power Button Action to Do Nothing.<br />
<br /><img src="http://www.walkernews.net/wp-content/uploads/2009/05/disable-keyboard-power-button.jpg" alt="Using Windows Vista power options to disable the keyboard power button from working." title="Using Windows Vista power options to disable the keyboard power button from working." /><br />
<br />Please take note that this option not only disables the keyboard power button. Indeed, it will disable all power buttons, including the one comes with CPU casing.<br />
<br />That is fine for me, as I never press the power button to shutdown Windows. However, I appreciate if you could share with me a better way to disable the power button on a keyboard only, preferable by tweaking existing Windows settings without relying on third party software (definitely not to break the key physically).<br />

<ul class="related_post"><li><a href="http://www.walkernews.net/2008/06/12/how-to-cut-mp3-as-mobile-phone-ringtone/" title="How To Cut MP3 As Mobile Phone Ringtone">How To Cut MP3 As Mobile Phone Ringtone</a></li><li><a href="http://www.walkernews.net/2008/05/11/windows-vista-mui-pack-vs-windows-vista-system-locale/" title="Windows Vista MUI Pack VS Windows Vista System Locale">Windows Vista MUI Pack VS Windows Vista System Locale</a></li><li><a href="http://www.walkernews.net/2009/05/29/how-to-disable-or-enable-user-switching-in-windows-vista/" title="How To Disable Or Enable User Switching In Windows Vista?">How To Disable Or Enable User Switching In Windows Vista?</a></li><li><a href="http://www.walkernews.net/2009/05/22/how-to-configure-windows-update-proxy-server-settings-in-windows-vista-sp1/" title="How To Configure Windows Update Proxy Server Settings In Windows Vista SP1?">How To Configure Windows Update Proxy Server Settings In Windows Vista SP1?</a></li><li><a href="http://www.walkernews.net/2009/05/14/how-to-fix-windows-update-error-80072efd-in-vista-sp1/" title="How To Fix Windows Update Error 80072EFD In Vista SP1?">How To Fix Windows Update Error 80072EFD In Vista SP1?</a></li><li><a href="http://www.walkernews.net/2009/04/12/how-to-remove-unwanted-microsoft-updates-from-windows-update-program/" title="How To Remove Unwanted Microsoft Updates From Windows Update Program?">How To Remove Unwanted Microsoft Updates From Windows Update Program?</a></li><li><a href="http://www.walkernews.net/2009/04/12/how-to-completely-remove-or-uninstall-nokia-pc-suite/" title="How To Completely Remove Or Uninstall Nokia PC Suite? ">How To Completely Remove Or Uninstall Nokia PC Suite? </a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2009/05/03/how-to-disable-keyboard-power-button/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To Remove Unwanted Microsoft Updates From Windows Update Program?</title>
		<link>http://www.walkernews.net/2009/04/12/how-to-remove-unwanted-microsoft-updates-from-windows-update-program/</link>
		<comments>http://www.walkernews.net/2009/04/12/how-to-remove-unwanted-microsoft-updates-from-windows-update-program/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 11:35:19 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Vista SP1]]></category>
		<category><![CDATA[Windows Update]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/?p=2434</guid>
		<description><![CDATA[There is a way to remove or hide the unwanted Vista updates from appearing in Windows Update available update window.]]></description>
			<content:encoded><![CDATA[Windows Vista Ultimate users entitle to download additional software that known as Windows Ultimate Extras.<br />
<span id="more-2434"></span><br />
Although there are few tens of these &#8220;special&#8221; program (if by including 34 language packs where most users only need one out of all to enable <a href="http://www.walkernews.net/2008/05/11/windows-vista-mui-pack-vs-windows-vista-system-locale/" title="Windows Vista MUI pack VS Windows Vista system locale" rel="bookmark">Vista MUI feature</a>), actually only few are really useful.<br />
<br /><!--wgadh-->To me, I only interested in BitLocker and one Chinese language pack so as to &#8220;experience&#8221; the Windows Vista security and multilingual user interface functions.<br />
<br />No doubt, I like to play Microsoft Tinker sometime, especially when having lunch in office :-(<br />
<br />As these optional software do not affect Vista security or performance, the <a href="http://www.walkernews.net/2007/08/15/windows-update-vs-windows-error-reporting/" title="Windows Update VS Windows Error Reporting" rel="bookmark">Windows Update program</a> reports the system is up to date upon inspection.<br />
<br />However, all these uninstalled, optional software are still appearing in View Available Updates.<br />
<br />I find it a bit messy and want to remove them from the list, by guessing that I will not likely to use any one of them. So, if you share a same mind of me, do you know how to do it?<br />
<br />Well, it is simple &#8211; the Windows Update program inbuilt a &#8220;hidden&#8221; function to hide (not remove) Microsoft updates that you don&#8217;t want to install:<br />
<br /><img src="http://www.walkernews.net/wp-content/uploads/2009/04/hide-windows-vista-update.jpg" alt="Use Hide Update function to remove unwanted Microsoft updates from Windows Update program." title="Use Hide Update function to remove unwanted Microsoft updates from Windows Update program." /><br />
<br />As shown in the screenshot, just select the unwanted Microsoft update and click Hide Update option from the pop-up menu.<br />
<blockquote>
Certainly, this function required administrator privilege to complete. Due to Vista UAC feature, even &#8220;administrator&#8221; is required to acknowledge the Consent UI window, unless you&#8217;re using <a href="http://www.walkernews.net/2007/11/09/how-to-enable-vista-ultimate-administrator-account/" title="How to enable the real, built-in Administrator account in Windows Vista?" rel="bookmark">the real, built-in Administrator account</a> or <a href="http://www.walkernews.net/2007/06/27/how-to-tweak-or-disable-uac-in-vista/" title="How to tweak or disable Windows Vista UAC?" rel="bookmark">has the UAC feature disabled</a>.
</blockquote>
<br />As they are not removed, just hidden, therefore it is possible to restore them later by clicking Restore Hidden Updates on the left pane of Windows Update main program window.<br />
<br />In the Restore Hidden Updates window, review the list, select wanted update, click Restore button, and proceed to View Available Update window again for installation.<br />

<ul class="related_post"><li><a href="http://www.walkernews.net/2009/05/22/how-to-configure-windows-update-proxy-server-settings-in-windows-vista-sp1/" title="How To Configure Windows Update Proxy Server Settings In Windows Vista SP1?">How To Configure Windows Update Proxy Server Settings In Windows Vista SP1?</a></li><li><a href="http://www.walkernews.net/2009/05/14/how-to-fix-windows-update-error-80072efd-in-vista-sp1/" title="How To Fix Windows Update Error 80072EFD In Vista SP1?">How To Fix Windows Update Error 80072EFD In Vista SP1?</a></li><li><a href="http://www.walkernews.net/2008/05/14/missing-windows-search-after-vista-sp1-upgrade/" title="Missing Windows Search After Vista SP1 Upgrade">Missing Windows Search After Vista SP1 Upgrade</a></li><li><a href="http://www.walkernews.net/2009/05/29/how-to-disable-or-enable-user-switching-in-windows-vista/" title="How To Disable Or Enable User Switching In Windows Vista?">How To Disable Or Enable User Switching In Windows Vista?</a></li><li><a href="http://www.walkernews.net/2009/05/03/how-to-disable-keyboard-power-button/" title="How To Disable Keyboard Power Button?">How To Disable Keyboard Power Button?</a></li><li><a href="http://www.walkernews.net/2009/04/12/how-to-completely-remove-or-uninstall-nokia-pc-suite/" title="How To Completely Remove Or Uninstall Nokia PC Suite? ">How To Completely Remove Or Uninstall Nokia PC Suite? </a></li><li><a href="http://www.walkernews.net/2009/04/12/how-to-fix-windows-vista-system-tray-icons-disabled-or-greyed-out-problem/" title="How To Fix Windows Vista System Tray Icons Disabled Or Greyed Out Problem?">How To Fix Windows Vista System Tray Icons Disabled Or Greyed Out Problem?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2009/04/12/how-to-remove-unwanted-microsoft-updates-from-windows-update-program/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Completely Remove Or Uninstall Nokia PC Suite?</title>
		<link>http://www.walkernews.net/2009/04/12/how-to-completely-remove-or-uninstall-nokia-pc-suite/</link>
		<comments>http://www.walkernews.net/2009/04/12/how-to-completely-remove-or-uninstall-nokia-pc-suite/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 18:04:35 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Nokia PC Suite]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Vista SP1]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/?p=2416</guid>
		<description><![CDATA[Do you need a special tool to remove or uninstall Nokia PC Suite from Windows?]]></description>
			<content:encoded><![CDATA[Except the novice, everyone knows that it is easy to uninstall or remove Windows program. Normally, this can be done via Control Panel Add/Remove Programs applet (in Windows Vista, it is known as Programs and Features).<br />
<span id="more-2416"></span><br />
<!--wgadh-->Alternatively, just click the uninstall program shortcut created by the software, which is normally found in Start menu.<br />
<br />It&#8217;s that simple so even the geek take the uninstall function for granted. No doubt the default uninstaller seems to work right, it is not always the case.<br />
<br />For example, it took me quite some precious time to uninstall <a href="http://www.walkernews.net/2009/03/27/how-to-remove-or-uninstall-avg-free-antivirus/" title="How to effectively uninstall AVG Free Anti-virus software from Windows?" rel="bookmark">AVG Free Anti-virus version 8.0</a>.<br />
<br />Now, I just stumble upon a &#8220;new&#8221; program called Nokia PC Suite Cleaner, which is a special tool to perform clean removal or un-installation of Nokia PC Suite.<br />
<br />Do I really need to separately download Nokia PC Suite Cleaner or just count on the &#8220;Uninstall Nokia PC Suite&#8221; shortcut in Start menu?<br />
<br /><img src="http://www.walkernews.net/wp-content/uploads/2009/04/nokia-pc-suite-cleaner.jpg" alt="Download Nokia PC Suite Cleaner to completely remove or uninstall Nokia PC Suite." title="Download Nokia PC Suite Cleaner to completely remove or uninstall Nokia PC Suite." /><br />
<br />Well, as far as the Nokia PC Suite Cleaner download page that I&#8217;ve read, it seems to be necessary if I would like to completely uninstall or remove Nokia PC Suite for the sake of better performance.<br />
<blockquote>
Nokia PC Suite Cleaner helps you remove any unnecessary Nokia PC Suite-related files, registry data, as well as personal content left on your PC <span class='subhead2'>after uninstalling Nokia PC Suite.</span> &#8211; quoted the download page as saying.
</blockquote>
<br />Take note on underlined words: the un-installation is not clean or complete after running the default uninstall program. But, this cleaner ensures the leftovers are cleaned too.<br />
<br />According to download page, Nokia PC Suite Cleaner is made to work with Nokia PC Suite version 6.83 <span class="subhead2">or later</span>. <br />
<br />Therefore, I strongly believe that this cleaner program is a must if I want to uninstall Nokia PC Suite version 7.1.18.0, at least until the cleaner program functions are built into the uninstaller of new release.<br />
<br /><a href="http://europe.nokia.com/A41198596" title="Download Nokia PC Suite Cleaner" rel="nofollow" target="_blank">Download Nokia PC Suite Cleaner</a> &#8211; supports Microsoft Windows 2000, Windows XP and Windows Vista. In Windows 2000, the support is restricted to PC Suite versions 6.83 &#8211; 6.86<br />

<ul class="related_post"><li><a href="http://www.walkernews.net/2009/04/12/how-to-fix-windows-vista-system-tray-icons-disabled-or-greyed-out-problem/" title="How To Fix Windows Vista System Tray Icons Disabled Or Greyed Out Problem?">How To Fix Windows Vista System Tray Icons Disabled Or Greyed Out Problem?</a></li><li><a href="http://www.walkernews.net/2008/11/12/how-to-fix-ie-7-print-error-in-windows-vista/" title="How To Fix IE 7 Print Error In Windows Vista?">How To Fix IE 7 Print Error In Windows Vista?</a></li><li><a href="http://www.walkernews.net/2008/10/25/how-to-use-infrared-to-send-files-from-windows-vista-to-nokia-n73/" title="How To Use Infrared To Send Files From Windows Vista To Nokia N73?">How To Use Infrared To Send Files From Windows Vista To Nokia N73?</a></li><li><a href="http://www.walkernews.net/2008/06/12/how-to-cut-mp3-as-mobile-phone-ringtone/" title="How To Cut MP3 As Mobile Phone Ringtone">How To Cut MP3 As Mobile Phone Ringtone</a></li><li><a href="http://www.walkernews.net/2008/05/14/missing-windows-search-after-vista-sp1-upgrade/" title="Missing Windows Search After Vista SP1 Upgrade">Missing Windows Search After Vista SP1 Upgrade</a></li><li><a href="http://www.walkernews.net/2008/05/11/windows-vista-mui-pack-vs-windows-vista-system-locale/" title="Windows Vista MUI Pack VS Windows Vista System Locale">Windows Vista MUI Pack VS Windows Vista System Locale</a></li><li><a href="http://www.walkernews.net/2009/05/29/how-to-disable-or-enable-user-switching-in-windows-vista/" title="How To Disable Or Enable User Switching In Windows Vista?">How To Disable Or Enable User Switching In Windows Vista?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2009/04/12/how-to-completely-remove-or-uninstall-nokia-pc-suite/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Fix Windows Vista System Tray Icons Disabled Or Greyed Out Problem?</title>
		<link>http://www.walkernews.net/2009/04/12/how-to-fix-windows-vista-system-tray-icons-disabled-or-greyed-out-problem/</link>
		<comments>http://www.walkernews.net/2009/04/12/how-to-fix-windows-vista-system-tray-icons-disabled-or-greyed-out-problem/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 16:23:03 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Vista SP1]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/?p=2408</guid>
		<description><![CDATA[In some occasion, Windows Vista SP1 might stop some system icon from appearing in System Tray. At the same time, the option to enable Volume icon, Network icon, etc, are disabled as well.]]></description>
			<content:encoded><![CDATA[After rebooting Windows Vista SP1, I found that Volume and Network icons disappeared from System Tray (a.k.a. Notification Area). At first, I thought that was caused by some unknown delay.<br />
<span id="more-2408"></span><br />
However, none of these system icons appeared in that Notification Area even after an hour or so! Looked like the options to show these icons had been disabled or turned off.<br />

So, I proceed to Control Panel and opened Taskbar and Start Menu applet. But, the options to show Volume and Network icon in Notification Area tab were greyed out (disabled):<br />
<br /><img src="http://www.walkernews.net/wp-content/uploads/2009/04/windows-vista-taskbar-icon-disabled.jpg" alt="Windows Vista system icons, i.e. Volume, Network, etc, are greyed out or disabled." title="Windows Vista system icons, i.e. Volume, Network, etc, are greyed out or disabled." /><br />
<sup>Windows Vista system icons, i.e. Volume, Network, etc, are greyed out or disabled.</sup><br />
<br />Although missing these icons do not affect system performance or reliability, except that I could not take a glance at notification area to tell there is a network failure.<br />
<br />Most importantly, I cannot adjust speaker volume with the mouse just next to keyboard. Instead, I have to move my hand further to turn the volume knob of Creative speaker :-(<br />
<br />So, <span class="subhead">How to fix this Windows Vista system icons greyed out or disabled problem?</span><br />
<br />Many forums said that this could be easily fixed by restarting explorer.exe process. I try that and confirm it works at no cost:<br />
<blockquote>
These steps are tested and verified OK on Windows Vista Ultimate SP1. The guide is only working in the case that these system icons are enabled but go missing after system reboot or account logout.
</blockquote>
<br />1) Press CTRL+SHIFT+ESC keyboard shortcut to open Windows Task Manager. Alternatively, press CTRL+ALT+DEL and select Start Task Manager, or right click the Taskbar and select Task Manager.<br />
<br />2) In Windows Task Manager window, go to Processes tab, click &#8220;Image Name&#8221; (the column title) to sort running processes appear in the list, locate the <code>explorer.exe</code> and click <span class="subhead2">End Process</span> button at the bottom-right corner of window:<br />
<br /><img src="http://www.walkernews.net/wp-content/uploads/2009/04/vista-explorer-process.jpg" alt="How to kill or terminate explorer.exe process?" title="How to kill or terminate explorer.exe process?" /><br />
<br />Once the explorer.exe process killed, the Windows Taskbar, Vista Orb (Start button), as well as Desktop icons and wallpaper are disappear.<br />
<br />3) Now, it is time to restart or start a new explorer.exe process again. In Windows Task Manager window, click the File menu and select New Task (Run&#8230;). Alternatively, click the Applications tab follow by New Task button on the lower-right corner of window.<br />
<br />In the Create New Task dialog box, type <code>explorer.exe</code> in Open text box and click OK button.<br />
<br /><img src="http://www.walkernews.net/wp-content/uploads/2009/04/restart-vista-explorer-process.jpg" alt="How to restart or start a new explorer.exe process?" title="How to restart or start a new explorer.exe process?" /><br />
<br />As soon as the new explorer.exe process activated and running, the missing Taskbar, Desktop, Vista Orb, as well as the Volume and Network icons are all back to normal.<br />

<ul class="related_post"><li><a href="http://www.walkernews.net/2009/04/12/how-to-completely-remove-or-uninstall-nokia-pc-suite/" title="How To Completely Remove Or Uninstall Nokia PC Suite? ">How To Completely Remove Or Uninstall Nokia PC Suite? </a></li><li><a href="http://www.walkernews.net/2008/11/12/how-to-fix-ie-7-print-error-in-windows-vista/" title="How To Fix IE 7 Print Error In Windows Vista?">How To Fix IE 7 Print Error In Windows Vista?</a></li><li><a href="http://www.walkernews.net/2008/06/12/how-to-cut-mp3-as-mobile-phone-ringtone/" title="How To Cut MP3 As Mobile Phone Ringtone">How To Cut MP3 As Mobile Phone Ringtone</a></li><li><a href="http://www.walkernews.net/2008/05/14/missing-windows-search-after-vista-sp1-upgrade/" title="Missing Windows Search After Vista SP1 Upgrade">Missing Windows Search After Vista SP1 Upgrade</a></li><li><a href="http://www.walkernews.net/2008/05/11/windows-vista-mui-pack-vs-windows-vista-system-locale/" title="Windows Vista MUI Pack VS Windows Vista System Locale">Windows Vista MUI Pack VS Windows Vista System Locale</a></li><li><a href="http://www.walkernews.net/2009/05/29/how-to-disable-or-enable-user-switching-in-windows-vista/" title="How To Disable Or Enable User Switching In Windows Vista?">How To Disable Or Enable User Switching In Windows Vista?</a></li><li><a href="http://www.walkernews.net/2009/05/22/how-to-configure-windows-update-proxy-server-settings-in-windows-vista-sp1/" title="How To Configure Windows Update Proxy Server Settings In Windows Vista SP1?">How To Configure Windows Update Proxy Server Settings In Windows Vista SP1?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2009/04/12/how-to-fix-windows-vista-system-tray-icons-disabled-or-greyed-out-problem/feed/</wfw:commentRss>
		<slash:comments>163</slash:comments>
		</item>
	</channel>
</rss>

