<?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; Windows Vista</title>
	<atom:link href="http://www.walkernews.net/category/software/operating-system/windows-vista/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 Turn Off Or Disable The Citrix Beep Sound?</title>
		<link>http://www.walkernews.net/2009/07/01/how-to-turn-off-or-disable-the-citrix-beep-sound/</link>
		<comments>http://www.walkernews.net/2009/07/01/how-to-turn-off-or-disable-the-citrix-beep-sound/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 16:05:28 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Remote Access]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Vista SP2]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/?p=2801</guid>
		<description><![CDATA[How could I disable the annoyed beeping tone caused by Citrix client?]]></description>
			<content:encoded><![CDATA[I am mad and frustrated by the annoying high pitch beeping tone when using application via Citrix XenApp (an application delivering system).<br />
<span id="more-2801"></span><br />
The Citrix beeping whenever I hit unnecessary keystrokes in the Vi editor or Linux command prompt through Putty remote access program!<br />
<br /><!--wgadh-->While listening to Beethoven&#8217;s Piano Concerto No.5 (I find classical best when I am seriously working on something), that flipping beep tone just too bad and makes everyone seated near to me feels uneasy :-(<br />
<br />Because I was rushing on a remote Linux machine, via Putty program delivered by Citrix XenApp Web Plugin, so I just turn off the Dell Latitude speaker that no doubt effectively solved it in no time.<br />
<br />Obviously, that fix is not good at all and too &#8220;costly&#8221;, as turning off speaker means no more Beethoven&#8217;s classical music playing too :-(.<br />
<br />So, I need a proper trick and thus briefly looking around Windows settings in the hope of fixing it myself. But, none of these works:<br />
<br />1) Turn off the &#8220;Windows Sounds&#8221; found in Vista SP2 Volume Mixer dialog box.<br />
<br />2) Set the Windows sound theme to &#8220;No Sounds&#8221; scheme<br />
<br />3) Edit the Launc.ica and set the &#8220;ClientAudio=Off&#8221;.<br />
<br />I am pissed off and went to ask Google for help. Luckily, locating the solution is quick. Indeed, the Googling is much speedy than trying various Windows settings myself.<br />
<br />Credit goes to <a href="http://forums.citrix.com/message.jspa?messageID=568356" target="_blank" rel="nofollow">Leroy Spencer</a>:<br />
<br /><img src="http://www.walkernews.net/wp-content/uploads/2009/06/Disable-Citrix-Beep.jpg" alt="The trick to turn off or disable Citrix beep tone that is annoying." title="The trick to turn off or disable Citrix beep tone that is annoying." />	<br />
<br />As you can see, the trick is fairly simple and easy to remember. For Windows Vista (or perhaps Windows 7), you need to run an elevated mode of Command Prompt window and execute this command to temporarily turn off or disable Windows beep service (looks like a kernel mode driver):<br />
<pre>
sc stop beep
</pre>
<br />If you desperately want to turn it off in a persistent mode, run this command after stopping it:<br />
<pre>
sc config beep start= disabled
</pre>
<br />Thus, to re-enable beep service to its original start up mode (in this case, SYSTEM_START), execute<br />
<pre>sc config beep start= system</pre>
<blockquote>
Please take note that you need a space between the equal sign and the option value (valid START option values are boot, system, auto, demand, disabled, delayed-auto).<br />
<br />Thanks Ross Williamson for highlighting this. For more information, type <code>sc config</code>.
</blockquote>
<br />To query the Beep driver configuration-related information, execute:<br />
<pre>
sc qc beep
</pre>
<br />To query the beep driver running status in Vista SP2, execute<br />
<pre>
sc query beep
</pre>
<br />I prefer to keep it running so I won&#8217;t miss something else in future. Having said that, I need to execute <code>sc stop beep</code> each time running Citrix XenApp Web Plugin.<br />

<ul class="related_post"><li><a href="http://www.walkernews.net/2009/06/08/how-to-create-a-custom-view-to-filter-all-lock-computer-events-in-vista-sp2/" title="How To Create A Custom View To Filter All Lock Computer Events In Vista SP2?">How To Create A Custom View To Filter All Lock Computer Events In Vista SP2?</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/11/how-to-use-putty-generated-rsa-key-to-login-linux-openssh-server/" title="How To Use Putty-generated RSA Key To Login Linux OpenSSH Server?">How To Use Putty-generated RSA Key To Login Linux OpenSSH Server?</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/05/03/how-to-create-putty-based-rsa-public-key-for-openssh-server/" title="How To Create Putty-based RSA Public-key For OpenSSH Server?">How To Create Putty-based RSA Public-key For OpenSSH Server?</a></li><li><a href="http://www.walkernews.net/2009/04/23/how-to-play-wv-file-or-wavpack-media-file/" title="How To Play WV File Or WavPack Media File?">How To Play WV File Or WavPack Media File?</a></li><li><a href="http://www.walkernews.net/2009/04/08/how-to-fix-windows-live-messenger-login-error-code-80048820/" title="How To Fix Windows Live Messenger Login Error Code 80048820?">How To Fix Windows Live Messenger Login Error Code 80048820?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2009/07/01/how-to-turn-off-or-disable-the-citrix-beep-sound/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Will TRK Failed If User Cannot Change Password Option Is Set?</title>
		<link>http://www.walkernews.net/2008/12/26/will-trk-failed-if-user-cannot-change-password-option-is-set/</link>
		<comments>http://www.walkernews.net/2008/12/26/will-trk-failed-if-user-cannot-change-password-option-is-set/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 15:51:06 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Chntpw]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Live CD]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[TRK]]></category>
		<category><![CDATA[Winpass]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/?p=1690</guid>
		<description><![CDATA[Even if the "User cannot change password" option is turned on, TRK is still able to easily reset the password as you wish.]]></description>
			<content:encoded><![CDATA[Trinity Rescue Kit (TRK) is a pocketsize, tiny <a href="http://www.walkernews.net/2008/05/17/direct-download-fedora-and-red-hat-linux-iso-cd-image/" title="Direct download legacy Red Hat Linux or Fedora CD images." rel="bookmark">Live CD Linux distribution</a> packed with many useful utilities by Tom Kerremans (a.k.a. Harakiri). Few of these cool Linux utilities are such as winpass shell scripts, <!--wgadh3-->chntpw, and Captive NTFS driver wrapper.<br />
<span id="more-1690"></span><br />
For those Windows owners who forget the account password and find no Windows password reset disk to unlock, <a href="http://www.walkernews.net/2008/12/07/using-trk-to-enable-vista-sp1-administrator-account-and-reset-windows-password/" title="How to use TRK to enable a locked Windows account or to reset a forgotten Windows account password?" rel="bookmark">TRK winpass is certainly a good password reset toolkit</a>.<br />
<br />Hiding all the tedious steps which otherwise require one to type relatively &#8220;complicated&#8221; and lengthy Linux command line syntax, TRK winpass provides a simple menu interface that everyone can easily follow to reset the forgotten Windows account password.<br />
<br />Best of all, it works on <a href="http://www.walkernews.net/tag/windows-vista/" title="All posts related to Windows Vista in WalkerNews.net" rel="bookmark">Windows Vista SP1</a>, even that is the hidden Administrator account which is disabled at out of the box can be enabled or reset to an empty password as you like.<br />
<br />As soon as the real Vista Administrator account is unlocked, it&#8217;s not problem anymore to reset other Windows accounts.<br />
<br />The chntpw utility (the actual program called by TRK winpass to deal with Windows accounts) is able to unlock a account that&#8217;s locked after number of invalid login attempts.<br />
<br />However, what if the <span class="subhead2">User cannot change password</span> option is turned on, can you use TRK to reset that particular Windows account?<br />
<br />The answer is absolutely YES, as shown in the follow screencast taking on Windows Vista Ultimate SP1 running in Virtual PC (visit <a href="http://www.youtube.com/WalkerNewsDotnet" target="_blank" title="WalkerNews screen and video at YouTube.com">WalkerNewsdotnet Channel</a> for High Quality video):<br />
<br /><object width="500" height="405"><param name="movie" value="http://www.youtube.com/v/E00a8vDI6Y4&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/E00a8vDI6Y4&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object><br />
<br />With this in mind, I&#8217;ve decided to <a href="http://www.walkernews.net/2007/11/09/how-to-enable-vista-ultimate-administrator-account/" title="How to enable the Windows Vista Administrator account that is hidden and disabled at out of the box?" rel="bookmark">enable the real Vista Administrator account</a> and give it a strong password, on top of the BIOS password protection. <br />
<br />I&#8217;ll login all Windows accounts to ensure none of these accounts has been reset to blank or new password, as a measure to prevent internal bad guys from using the TRK or sort of to gain access to my Vista machine and install keylogger / Trojan into it.<br />
<br />Of course, they could simply unplug the hard disk for the same purpose easily. To make it harder, use disk encryption software. Even the Vista Ultimate Bitlocker Drive Encryption could be too hard to break for most ordinary geeks and keep them away (for a while).<br />

<ul class="related_post"><li><a href="http://www.walkernews.net/2008/12/07/using-trk-to-enable-vista-sp1-administrator-account-and-reset-windows-password/" title="Using TRK To Enable Vista SP1 Administrator Account And Reset Windows Password">Using TRK To Enable Vista SP1 Administrator Account And Reset Windows Password</a></li><li><a href="http://www.walkernews.net/2008/12/24/should-you-enable-the-windows-vista-hidden-administrator-account/" title="Should You Enable The Windows Vista Hidden Administrator Account?">Should You Enable The Windows Vista Hidden Administrator Account?</a></li><li><a href="http://www.walkernews.net/2009/06/08/how-to-create-a-custom-view-to-filter-all-lock-computer-events-in-vista-sp2/" title="How To Create A Custom View To Filter All Lock Computer Events In Vista SP2?">How To Create A Custom View To Filter All Lock Computer Events In Vista SP2?</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/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></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2008/12/26/will-trk-failed-if-user-cannot-change-password-option-is-set/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should You Enable The Windows Vista Hidden Administrator Account?</title>
		<link>http://www.walkernews.net/2008/12/24/should-you-enable-the-windows-vista-hidden-administrator-account/</link>
		<comments>http://www.walkernews.net/2008/12/24/should-you-enable-the-windows-vista-hidden-administrator-account/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 16:36:13 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Administrator]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Trinity Rescue Kit]]></category>
		<category><![CDATA[TRK]]></category>
		<category><![CDATA[Vista SP1]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/?p=1671</guid>
		<description><![CDATA[Windows Vista disable and hidden the real Administrator account out of the box. Should you enable it with a strong password or just let it as this?]]></description>
			<content:encoded><![CDATA[Windows Vista regards the user-defined accounts in Administrators group as second-class administrators, which do not inherit complete privileges of the built-in Administrator account.<br />
<span id="more-1671"></span><br />
Thus, when <a href="http://www.walkernews.net/2007/06/28/vista-uac-setup-guide-in-local-security-policy/" title="Configure Windows Vista UAC in Local Security Policy" rel="bookmark">User Account Control</a> (UAC) is turned on, a user-defined account of <!--wgadh3-->Administrators group has to acknowledge Consent UI while the <a href="http://www.walkernews.net/2007/11/09/how-to-enable-vista-ultimate-administrator-account/" title="How to enable or activate the real Vista SP1 Administrator account?" rel="bookmark">built-in Administrator account</a> is not restricted to UAC.<br />
<br />Indeed, this built-in Windows Vista Administrator account is as privileged as the Administrator account in Windows XP, Windows 2000/2003. <br />
<br />By default installation, Windows Vista disables and hides the real, built-in Administrator account. This <a href="http://www.walkernews.net/2007/07/03/how-to-reset-linux-forgotten-root-password/" title="How to reset a forgotten Linux super user account password?" rel="bookmark">super user account</a> is not even shown in User Accounts applet of Control Panel.<br />
<br />However, it&#8217;s possible to manage (to enable or activate) this hidden Administrator account by using &#8220;legacy&#8221; Windows User Accounts dialog box. To bring up the old Windows User Accounts dialog box, type this command in <em>Start Search</em> text-box (press Vista Orb) or <a href="http://www.walkernews.net/2007/05/21/open-command-prompt-here-with-elevated-privilege/" title="How to add an elevated Windows Command Prompt shortcut in the Context menu?" rel="bookmark">Windows Command Prompt</a>:<br />
<pre>control userpasswords2</pre>
<br />Question: <span class="subhead">Why should I enable the built-in Windows Vista Administrator account?</span><br />
<br />Here are the points that prompt me to enable this hidden, real Windows Vista Administrator account:<br />
<ul>
<li>The disabled, hidden Vista Administrator account is set with blank password &#8211; when this super user account is enabled for the first time, anyone can press ENTER key (no password) to log in this privileged Vista account!<br />
&nbsp;</li>
<li>How difficult to enable the Windows Vista account even without knowing the account password? By using Trinity Rescue Kit (TRK), one can easily activates the disabled Vista SP1 Administrator account.</li>
</ul>
<br />Imagine if you leave a Vista-enabled Desktop or laptop at office. Then someone comes at night / weekend to reboot or boot up your machine with <a href="http://www.walkernews.net/2008/12/07/using-trk-to-enable-vista-sp1-administrator-account-and-reset-windows-password/" title="How to use TRK CD to enable and reset Windows Vista SP1 account password?" rel="bookmark">TRK CD</a>, enable the real Vista super user account, log in and install a Trojan or backdoor program, disable the real Administrator account again.<br />
<br />Of course, the BIOS setup is configured to prompt password before booting OS or entering BIOS maintenance mode eliminates the risk of hacking with TRK CD. (The good of TRK CD turns to be bad when it&#8217;s used for a wrong purpose.)<br />
<br />To make it safer (not harder), I decide to enable the super user account and set a strong password for it. From time to time, I will login to this super account to confirm the &#8220;strong&#8221; password has not been reset or changed. Otherwise, some bad people might have tried to mess with the Vista machine :-(<br />
<br />(Is the &#8220;User cannot change password&#8221; properties safe from TRK attack? Let me test and back to you later.)<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/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/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/2008/12/24/should-you-enable-the-windows-vista-hidden-administrator-account/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To Create Muggin For MSN Or Windows Live Messenger Display Picture?</title>
		<link>http://www.walkernews.net/2008/12/21/how-to-create-muggin-for-msn-or-windows-live-messenger-display-picture/</link>
		<comments>http://www.walkernews.net/2008/12/21/how-to-create-muggin-for-msn-or-windows-live-messenger-display-picture/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 15:46:22 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Avatar]]></category>
		<category><![CDATA[Emoticon]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[Instant Messaging]]></category>
		<category><![CDATA[KiWee]]></category>
		<category><![CDATA[MSN]]></category>
		<category><![CDATA[Muggin]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Windows Live Messenger]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/?p=1656</guid>
		<description><![CDATA[If you would like to replace portrait with an avatar as MSN display picture, you might like Muggin that can animate according to emoticons used in your IM messages.]]></description>
			<content:encoded><![CDATA[I stumbled upon Muggin in Microsoft i&#8217;m initiative site. As the first line read, &#8220;Represent yourself with a Muggin&#8221;, I thought it&#8217;s another name of avatar (such as Gravatar) that <!--wgadh3-->Microsoft &#8220;invents&#8221; it for <a href="http://www.walkernews.net/2008/11/13/windows-live-messenger-does-not-display-music-playing-in-windows-media-player/" title="Windows Live Messenger is not displaying the songs you are listening to." rel="bookmark">Windows Live Messenger</a>.<br />
<span id="more-1656"></span><br />
However, the Muggin is not as simple as avatar. And Muggin is a Kiwee product, not Microsoft. The notable feature of a Muggin is that it animates according to some of the common emoticons used in your IM messages.<br />
<br />As part of <a href="http://www.walkernews.net/2008/12/20/use-your-windows-live-messenger-and-hotmail-to-help-social-causes/" title="How could you force Microsoft to donate more to social cause organizations, via the IM initiative?" rel="bookmark">i&#8217;m initiative</a>, Kiwee partner with Windows Live Messenger to allow MSN user choose the male or female avatar and then customize the look and feel &#8211; hair-style, t-shirt with logo of social cause organization, pants, shoe, cap / hat, watch, cell phone, belt, eyeglass, and colour.<br />
<br />If you would like to change the MSN display picture, you likely find this animated avatar is cool and fun to serve as an alternative. After all, it&#8217;s free of cost is and somewhat recommended by Microsoft.<br />
<br /><object width="500" height="405"><param name="movie" value="http://www.youtube.com/v/ZEvjw98gLh8&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/ZEvjw98gLh8&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object><br />
<br /><span class="subhead">How to create Muggin for MSN display picture?</span><br />
<br />Follow <a href="http://im.live.com/Messenger/IM/Account/Thankyou.aspx?From=Registration&#038;Edit=False&#038;HasMuggin=False&#038;ReturnURL=/Messenger/im/Modules/Banner/Default.aspx%3F&#038;GERR=25" title="How to create an animated avatar, i.e. Muggin, for Windows Live Messenger display picture?" rel="nofollow" target="_blank">this link</a> to create a Muggin for your Windows Live Messenger or MSN display picture.<br />
<br />I&#8217;m not sure (unless I&#8217;ve tried) that a non-IE web browser is able to create and &#8220;install&#8221; the Muggin. As with my test, it was <a href="http://www.walkernews.net/2008/11/12/how-to-fix-ie-7-print-error-in-windows-vista/" title="How to fix IE7 printing error when the web browser is running Protected Mode in Windows Vista?" rel="bookmark">IE7 running in Protected Mode</a>.<br />
<br />Once the Muggin customization (optional) completes, make sure you log in to Windows Live Messenger before click the Download button.<br />
<br />Finally, the new animated display picture can only be seen by your MSN contacts if your MSN status is NOT set to &#8220;appear online&#8221;.<br />

<ul class="related_post"><li><a href="http://www.walkernews.net/2008/12/23/create-animated-display-picture-for-msn-or-windows-live-messenger/" title="Create Animated Display Picture For MSN Or Windows Live Messenger">Create Animated Display Picture For MSN Or Windows Live Messenger</a></li><li><a href="http://www.walkernews.net/2009/04/09/guide-to-fix-windows-live-messenger-login-error-80048820/" title="Guide To Fix Windows Live Messenger Login Error 80048820">Guide To Fix Windows Live Messenger Login Error 80048820</a></li><li><a href="http://www.walkernews.net/2009/04/08/how-to-fix-windows-live-messenger-login-error-code-80048820/" title="How To Fix Windows Live Messenger Login Error Code 80048820?">How To Fix Windows Live Messenger Login Error Code 80048820?</a></li><li><a href="http://www.walkernews.net/2008/11/13/windows-live-messenger-does-not-display-music-playing-in-windows-media-player/" title="Windows Live Messenger Does Not Display Music Playing In Windows Media Player">Windows Live Messenger Does Not Display Music Playing In Windows Media Player</a></li><li><a href="http://www.walkernews.net/2008/09/22/open-facebook-in-stealth-mode-appears-offline-after-login/" title="Open Facebook In Stealth Mode &#8211; Appears Offline After Login">Open Facebook In Stealth Mode &#8211; Appears Offline After Login</a></li><li><a href="http://www.walkernews.net/2009/07/18/how-to-embed-swf-in-html-code-or-wordpress-post/" title="How To Embed SWF In HTML Code Or WordPress Post?">How To Embed SWF In HTML Code Or WordPress Post?</a></li><li><a href="http://www.walkernews.net/2009/07/06/how-to-embed-swf-in-microsoft-office-2007-document/" title="How To Embed SWF In Microsoft Office 2007 Document">How To Embed SWF In Microsoft Office 2007 Document</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2008/12/21/how-to-create-muggin-for-msn-or-windows-live-messenger-display-picture/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using TRK To Enable Vista SP1 Administrator Account And Reset Windows Password</title>
		<link>http://www.walkernews.net/2008/12/07/using-trk-to-enable-vista-sp1-administrator-account-and-reset-windows-password/</link>
		<comments>http://www.walkernews.net/2008/12/07/using-trk-to-enable-vista-sp1-administrator-account-and-reset-windows-password/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 09:18:40 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Chntpw]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Shell Script]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Trick]]></category>
		<category><![CDATA[Trinity Rescue Kit]]></category>
		<category><![CDATA[TRK]]></category>
		<category><![CDATA[Winpass]]></category>
		<category><![CDATA[Youtube]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/?p=1549</guid>
		<description><![CDATA[A focus "video-shot" to demonstrate on how to use TRK to enable Windows Vista SP1 hidden Administrator account and reset the Windows password to blank.]]></description>
			<content:encoded><![CDATA[If you lose or forget the Windows password, can you regain Windows account login? The answer is certainly yes (and there is not only one route to the Rome).<br />
<span id="more-1549"></span><br />
Take <a href="http://www.walkernews.net/tag/windows-vista/" title="All posts related to Windows Vista in WalkerNews.net" rel="bookmark">Windows Vista</a> for example, the OS built in with a function calls &#8220;Create Password Reset Disk&#8221;. However, the question is how many of you bother to create one of this disk? <!--wgadh3-->Another problem of Windows Password Reset Disk is being unique to an account (good from security point of view).<br />
<br />That&#8217;s to say, even if you create a Windows Password Reset Disk for account A of Windows machine A, you cannot use it to reset account B of Windows machine A. In addition, what if the password reset disk corrupted? <br />
<br />If you wake up in such a bad day that you <a href="http://www.walkernews.net/2007/07/03/how-to-reset-linux-forgotten-root-password/" title="How to reset the forgotten Linux root password?" rel="bookmark">forget the password</a> and there is NO Windows password reset disk, Trinity Rescue Kit may be able to get you back to luck.<br />
<blockquote>
Trinity Rescue Kit (TRK) is a Live CD running <a href="http://www.walkernews.net/2008/11/21/how-to-check-what-kernel-build-options-enabled-in-the-linux-kernel/" title="What Linux kernel build options have been enabled during kernel compilation?" rel="bookmark">Linux kernel</a>; with an <a href="http://www.walkernews.net/2008/07/05/how-to-read-iso-image-file-in-linux/" title="How to mount and read ISO image file in Linux without burning it to CD/DVD-ROM?" rel="bookmark">ISO image size</a> at about 130MB; bootable from <a href="http://www.walkernews.net/2008/11/09/how-to-instantly-access-nokia-n73-memory-card-as-usb-drive/" title="How to instantly access Nokia N73 memory card as an USB mass storage drive in Windows Vista?" rel="bookmark">USB drive</a>, CD/DVD, or over network from PXE.
</blockquote>
<br />The TRK owner, Tom Kerremans (a.k.a. Harakiri), creates a <a href="http://www.walkernews.net/2008/08/29/gnu-coreutils-gnu-date-is-easier-for-date-time-calculation-in-linux-shell-script/" title="How easy to perform data time calculation in Linux shell script with the GNU date program?" rel="bookmark">shell script</a> calls <code>winpass</code> to automatically search and mount NTFS file system followed by calling <code>chntpw</code> to edit SAM file in <span class="fpath">%windir%\system32\config</span>.<br />
<br />The magic is the chntpw (Offline NT Password &#038; Registry Editor) that enable or unlock a Windows account (be it the <a href="http://www.walkernews.net/2007/11/11/secure-the-ultimate-vista-administrator-account/" title="How to secure the hidden, real Vista SP1 Administrator account." rel="bookmark">real Vista SP1 Administrator account</a>) and reset the Windows password to blank or new password.<br />
<br /><span class="subhead">How to use Trinity Rescue Kit (TRK) to unlock Vista SP1 hidden Administrator account and reset the forgotten password to blank?</span><br />
<br /><span style="color:#F00;font-weight:bold;font-weight:bold;">Linux OS is case-sensitive, i.e. Linux doesn&#8217;t agree &#8220;walker&#8221; and &#8220;Walker&#8221; are the same string. TRK is based on Linux kernel. Thus, please be reminded it&#8217;s also case-sensitive!</span><br />
<br /><object width="500" height="405"><param name="movie" value="http://www.youtube.com/v/lQafNEKW8iI&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/lQafNEKW8iI&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object><br />

<br />1) Download TRK from the genuine <a href="http://trinityhome.org/Home/index.php?wpid=5&#038;front_id=12" title="Download TRK from TrinityHome.org" rel="nofollow" target="_blank">TrinityHome.org</a>. In my &#8220;video-shot&#8221;, the latest Trinity Rescue Kit 3.3 build 321 is used (file name: <a href="http://mirror.tuxinator.org/trinityhome/trinity-rescue-kit.3.3-build-321.iso" title="Direct download TRK ISO image" rel="nofollow" target="_blank">trinity-rescue-kit.3.3-build-321.iso</a>, MD5 checksum: 128abbe0a4b4d863d08bd10263f90755).<br />
<br />2) Burn the <a href="http://www.walkernews.net/2007/09/22/how-to-create-cd-iso-image-in-linux/" title="How to create ISO image in Linux?" rel="bookmark">ISO image file</a> to CD/DVD-ROM and boots it up (the easier way to boot up TRK). While the TRK boot menu appears, you have about 10 seconds to choose one of the boot options or just let it boots up with default option (recommended).<br />
<br />3) After the Linux boot processes complete, you should see the <a href="http://www.walkernews.net/2008/07/07/linux-dummy-guide-how-to-send-email-with-content-and-attachment/" title="How to send email with attachment in Linux command prompt?" rel="bookmark">Linux command prompt</a> appears. You&#8217;re ready to execute <code>winpass</code> shell script to start searching local hard disk for Windows NTFS file systems with Windows installation folder (<span class="fpath">%windir%</span>). Unless it&#8217;s dual-boot machine, there is only 1 search result &#8211; enter 1 and press ENTER or just press ENTER to accept the default answer:<br />
<br /><div style="max-width:500px;"><img src="http://www.walkernews.net/wp-content/uploads/2008/12/trk-vista-1-a.jpg" alt="Type winpass to start searching Windows NTFS file system with Windows installation directory." title="Type winpass to start searching Windows NTFS file system with Windows installation directory." width="436" height="101" class="size-full wp-image-1550" /></div><sup>Type winpass to start searching Windows NTFS file system with Windows installation directory.</sup><br />
<br />When executing winpass without option switch, the default action of chntpw is to deal with Administrator account. To deal with particular Windows account, e.g. Walker, type<br />
<pre>
winpass -u Walker
</pre>
<br />Next, multiple lines of text scroll up. Take note of a section call <span class="fpath">SAM Policy Limits</span>:<br />
<br /><div style="max-width:500px;"><img src="http://www.walkernews.net/wp-content/uploads/2008/12/trk-vista-2-a.jpg" alt="Vet through the winpass digest of SAM file and check is the Vista SP1 hidden Administrator account is currently locked or disabled." title="Vet through the winpass digest of SAM file and check is the Vista SP1 hidden Administrator account is currently locked or disabled." width="493" height="102" class="size-medium wp-image-1557" /></div><sup>Vet through the winpass digest of SAM file and check is the Vista SP1 hidden Administrator account is currently locked or disabled.</sup><br />
<br />If the <a href="http://www.walkernews.net/2007/11/09/how-to-enable-vista-ultimate-administrator-account/" title="How to enable the real Vista SP1 Administrator account?" rel="bookmark">Vista SP1 hidden Administrator account</a> is locked/disabled (i.e. the <span class="fpath">dis/lock</span> keyword appears in &#8220;Locked?&#8221; column), choose <span class="subhead2">option 4</span> to &#8220;unlock and enable user account&#8221;:<br />
<br /><div style="max-width:500px;"><img src="http://www.walkernews.net/wp-content/uploads/2008/12/trk-vista-3-a.jpg" alt="Use TRK winpass shell script to unlock or enabled the ultimate Vista SP1 Administrator account." title="Use TRK winpass shell script to unlock or enabled the ultimate Vista SP1 Administrator account." width="500" height="193" class="size-full wp-image-1558" /></div><sup>Use TRK winpass shell script to unlock or enabled the ultimate Vista SP1 Administrator account.</sup><br />
<br />When the &#8220;Unlocked!&#8221; keyword is seen, it indicates the Administrator account is successfully unlocked/enabled. Finally, execute <code>winpass</code> again and choose <span class="subhead2">option 1</span> to reset the Administrator password to blank (doesn&#8217;t matter it&#8217;s actually blank or you&#8217;ve forgotten it).<br />
<br />That&#8217;s all to get the job done. Good luck!<br />

<ul class="related_post"><li><a href="http://www.walkernews.net/2008/12/26/will-trk-failed-if-user-cannot-change-password-option-is-set/" title="Will TRK Failed If User Cannot Change Password Option Is Set?">Will TRK Failed If User Cannot Change Password Option Is Set?</a></li><li><a href="http://www.walkernews.net/2008/12/24/should-you-enable-the-windows-vista-hidden-administrator-account/" title="Should You Enable The Windows Vista Hidden Administrator Account?">Should You Enable The Windows Vista Hidden Administrator Account?</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/11/how-to-use-putty-generated-rsa-key-to-login-linux-openssh-server/" title="How To Use Putty-generated RSA Key To Login Linux OpenSSH Server?">How To Use Putty-generated RSA Key To Login Linux OpenSSH Server?</a></li><li><a href="http://www.walkernews.net/2009/05/03/how-to-create-putty-based-rsa-public-key-for-openssh-server/" title="How To Create Putty-based RSA Public-key For OpenSSH Server?">How To Create Putty-based RSA Public-key For OpenSSH Server?</a></li><li><a href="http://www.walkernews.net/2009/05/02/how-to-regenerate-putty-based-rsa-public-key-from-its-private-key/" title="How To Regenerate Putty-based RSA Public-key From Its Private-key?">How To Regenerate Putty-based RSA Public-key From Its Private-key?</a></li><li><a href="http://www.walkernews.net/2009/04/06/how-to-fix-scp-and-ssh-login-prompt-is-very-slow-in-linux/" title="How To Fix: SCP And SSH Login Prompt Is Very Slow In Linux">How To Fix: SCP And SSH Login Prompt Is Very Slow In Linux</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2008/12/07/using-trk-to-enable-vista-sp1-administrator-account-and-reset-windows-password/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>How To Extend Windows Vista System Partition?</title>
		<link>http://www.walkernews.net/2008/12/01/how-to-extend-windows-vista-system-partition/</link>
		<comments>http://www.walkernews.net/2008/12/01/how-to-extend-windows-vista-system-partition/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 16:41:10 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Disk Management]]></category>
		<category><![CDATA[KnowHow]]></category>
		<category><![CDATA[System Partition]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Vista SP1]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/?p=1522</guid>
		<description><![CDATA[You can certainly extend Windows Vista system partition when it's about running out of free disk space. Although, the way of doing this job might not be that straightforward with some cases.]]></description>
			<content:encoded><![CDATA[Windows Vista Disk Management tool allows user to extend or shrink the disk partitions online, without relying on 3rd party partition utilities (e.g. Partition Magic).<br />
<span id="more-1522"></span><br />
That&#8217;s to say, if you&#8217;re running out of free disk space on one partition, there is no need of running fdisk <!--wgadh3-->to recreate partition and then reinstall Windows (like my time with Windows 95/98).<br />
<br />However, the step to extend or resize partition with <a href="http://www.walkernews.net/2007/03/13/optimize-windows-vista-sata-driver-performance/" title="How to optimize Windows Vista SATA hard disk driver for the best performance?" rel="bookmark">Windows Vista Disk Management tool</a> might not be that straightforward in some cases.<br />
<br />For example, the <span class="subhead2">Extend Volume</span> option might be greyed out if you want to extend C: drive (which is the Windows Vista system partition):<br />
<br /><div style="max-width:500px;"><img src="http://www.walkernews.net/wp-content/uploads/2008/11/vista-disk-management-2a.jpg" alt="How to extend Windows Vista system partition with the built-in Disk Management tool?" title="How to extend Windows Vista system partition with the built-in Disk Management tool?" width="420" height="196" class="size-full wp-image-1524" /></div><sup>How to extend Windows Vista system partition with the built-in Disk Management tool?</sup><br />
<br />You can&#8217;t extend Windows Vista system partition, because the built-in Disk Management tool is only able to extend the volume with focus into <span class="subhead2">next contiguous unallocated space</span>! In the screenshot (above), there is no &#8220;contiguous unallocated space&#8221; immediately after C: partition.<br />
<br /><span class="subhead">How to extend Windows Vista system partition with the bundled Disk Management tool?</span><br />
<br />There must be unallocated disk space after the partition that you want to extend. Unallocated disk space means a raw partition which is not formatted with a valid <a href="http://www.walkernews.net/2007/07/01/create-linux-loopback-file-system-on-disk-file/" title="How to create a loopback file system with a disk file in Linux?" rel="bookmark">file system</a> (e.g. NTFS, FAT32, EXT3,etc). <br />
<br />Thus, in this following screenshot, Windows Vista Disk Management is certainly able to extend or resize C: partition (i.e. system partition) by using the contiguous unallocated disk space:<br />
<br /><div style="max-width:500px;"><img src="http://www.walkernews.net/wp-content/uploads/2008/11/vista-disk-management-13.jpg" alt="How to trick Windows Vista Disk Management tool to extend C: partition?" title="How to trick Windows Vista Disk Management tool to extend C: partition?" width="420" height="184" class="size-full wp-image-1526" /></div><sup>How to trick Windows Vista Disk Management tool to extend C: partition?</sup><br />
<br />If you have two partitions, one being the system partition (e.g. C: drive) and the other being the data partition (e.g. D: drive), there are two ways of creating a contiguous raw partition to extend C: drive:<br />
<ul>
<li>The easier way: Copy all data/files in D: drive to an <a href="http://www.walkernews.net/2007/03/22/how-to-configure-usb-sata-hard-disk/" title="How do I connect a SATA hard disk to USB port?" rel="bookmark">USB hard disk</a> (e.g. Western Digital My Book), right-click D: drive and click <span class="subhead2">Delete Volume&#8230;</span> to erase the D: drive file system.<br />
&nbsp;</li>
<li>Troublesome way: Shrink the D: drive partition to create new partition (e.g. E: drive), move D: drive data/files to E: drive, and apply <span class="subhead2">Delete Volume&#8230;</span> in D: drive.</li>
</ul>
<br />The second way might not viable if there is not enough free disk space to backup the data/files in D: drive.<br />

<ul class="related_post"><li><a href="http://www.walkernews.net/2008/11/03/how-to-copy-or-backup-file-that-is-open-in-another-program/" title="How To Copy Or Backup File That Is Open In Another Program?">How To Copy Or Backup File That Is Open In Another Program?</a></li><li><a href="http://www.walkernews.net/2008/10/29/windows-vista-multiple-networks-wireless-to-public-wifi-and-wired-to-private-lan/" title="Windows Vista Multiple Networks: Wireless To Public WIFI and Wired To Private LAN">Windows Vista Multiple Networks: Wireless To Public WIFI and Wired To Private LAN</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/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></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2008/12/01/how-to-extend-windows-vista-system-partition/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Windows Live Messenger Does Not Display Music Playing In Windows Media Player</title>
		<link>http://www.walkernews.net/2008/11/13/windows-live-messenger-does-not-display-music-playing-in-windows-media-player/</link>
		<comments>http://www.walkernews.net/2008/11/13/windows-live-messenger-does-not-display-music-playing-in-windows-media-player/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 18:37:07 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Chat]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[KnowHow]]></category>
		<category><![CDATA[MSN]]></category>
		<category><![CDATA[Personal Message]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Windows Live Messenger]]></category>
		<category><![CDATA[Windows Media Player]]></category>
		<category><![CDATA[WLM]]></category>
		<category><![CDATA[WMP]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/?p=1359</guid>
		<description><![CDATA[How to fix the problem of Windows Live Messenger cannot display the title of song or music playing in Windows Media Player?]]></description>
			<content:encoded><![CDATA[<span class="subhead2">Problem:</span> Windows Live Messenger is not showing or displaying title of song played in <a href="http://www.walkernews.net/2008/08/17/windows-media-player-how-to-embed-wmv-file-in-html-code/" title="Windows Media Player: How to embed WMV file in HTML?" rel="bookmark">Windows Media Player</a>, i.e. none of the MSN contacts can see what song you&#8217;re listening to.<br />
<span id="more-1359"></span><br />
<span class="subhead2">Reason:</span> In order to display song or music title as &#8220;Personal Message&#8221; <!--wgadh-->in Windows Live Messenger, both <a href="http://www.walkernews.net/2007/06/12/storm-codec-ii-dominant-windows-media-player/" title="Storm Codec is the most popular Windows media player in China." rel="bookmark">Windows Media Player</a> and <a href="http://www.walkernews.net/2007/06/13/meebo-as-super-proxy-to-instant-messaging/" title="Meebo is a portal to all popular IM tools." rel="bookmark">Windows Live Messenger</a> must be configured for this feature.<br />
<br />Needless to say, the song or music must be playback in Windows Media Player (version 9 and above only).<br />
<br />(Note, it&#8217;s possible to display information of music playback in non-WMP player. But for this post, it&#8217;s about WMP and WLM :-).<br />
<br />Lastly, please be reminded that this feature is only available on Windows 2000 and above.<br />
<br />I think the second and third reason is straightforward. So, is time to look at how to configure Windows Live Messenger and Windows Media Player to display the song title you&#8217;re listening to for the online MSN contacts:<br />
<br /><span class="subhead">Configure Windows Live Messenger to display music title as personal message</span><br />
<br /><img style="float:left; margin:0 5px 0 0;" src="http://www.walkernews.net/wp-content/uploads/2008/11/live-messenger-personal-message-a.jpg" alt="How to display music information in Windows Live Messenger as Personal Message?" title="How to display music information in Windows Live Messenger as Personal Message?" width="295" height="144" class="size-full wp-image-1367" />Go to Windows Live Messenger, click the down-arrow icon of Personal Message box and click <span class="subhead2">Show What I&#8217;m Listening To</span>.<br />
<br />Alternatively, go to Tools menu, click Options and then the Personal option on left pane, make sure the <span class="subhead2">Show song information from Windows Media Player as a personal message</span> check-box is checked.<br />
<br /><span class="subhead">Configure Windows Media Player (version 11 on Windows Vista SP1) to show song title in Windows Live Messenger</span><br />
<br />In Windows Media Player, press ALT+T to bring up Tools menu, go to Plug-ins sub-menu and make sure the Windows Live Messenger Music Plugin is checked.<br />
<br /><span class="subhead">Note:</span><br />
<br />The song title display in Windows Live Messenger, change accordingly as Windows Media Player playing the playlist from track to track.<br />
<br />Once the music / song stop playing (press STOP not PAUSE, or simply close Windows Media Player), the last personal message before you playing the music/song is displayed in Windows Live Messenger (it&#8217;s empty if nothing was set there).<br />
<br /><span style="font-weight:bold;color:#F00;font-weight:bold;">For Windows 7</span>, <a href="http://www.walkernews.net/2009/12/07/windows-live-messenger-not-show-music-listening-in-windows-7-with-windows-media-player-12/" rel="bookmark">Windows Live Messenger will not show music playing by Windows Media Player 12</a> unless the songs are added to Windows 7 Music Library.<br />

<ul class="related_post"><li><a href="http://www.walkernews.net/2009/04/08/how-to-fix-windows-live-messenger-login-error-code-80048820/" title="How To Fix Windows Live Messenger Login Error Code 80048820?">How To Fix Windows Live Messenger Login Error Code 80048820?</a></li><li><a href="http://www.walkernews.net/2009/04/09/guide-to-fix-windows-live-messenger-login-error-80048820/" title="Guide To Fix Windows Live Messenger Login Error 80048820">Guide To Fix Windows Live Messenger Login Error 80048820</a></li><li><a href="http://www.walkernews.net/2008/12/23/create-animated-display-picture-for-msn-or-windows-live-messenger/" title="Create Animated Display Picture For MSN Or Windows Live Messenger">Create Animated Display Picture For MSN Or Windows Live Messenger</a></li><li><a href="http://www.walkernews.net/2008/12/21/how-to-create-muggin-for-msn-or-windows-live-messenger-display-picture/" title="How To Create Muggin For MSN Or Windows Live Messenger Display Picture?">How To Create Muggin For MSN Or Windows Live Messenger Display Picture?</a></li><li><a href="http://www.walkernews.net/2008/09/22/open-facebook-in-stealth-mode-appears-offline-after-login/" title="Open Facebook In Stealth Mode &#8211; Appears Offline After Login">Open Facebook In Stealth Mode &#8211; Appears Offline After Login</a></li><li><a href="http://www.walkernews.net/2008/06/11/tweak-windows-media-player-to-display-chinese-characters/" title="Tweak Windows Media Player To Display Chinese Characters">Tweak Windows Media Player To Display Chinese Characters</a></li><li><a href="http://www.walkernews.net/2008/11/19/how-to-install-and-start-telnet-server-in-red-hat-linux/" title="How To Install And Start Telnet Server In Red Hat Linux?">How To Install And Start Telnet Server In Red Hat Linux?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2008/11/13/windows-live-messenger-does-not-display-music-playing-in-windows-media-player/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
	</channel>
</rss>

