How to Minimize Windows Live Messenger to System Tray in Windows 7

Windows 7 has one of the major changes in UI in the form of task bar which is called Super taskbar. Windows Live Messenger or any other IM clients generally minimizes to system tray in Windows Vista, but in Windows 7, even when minimized it stays in the task bar. If you feel the task bar gets crowded with icons, you can minimize messengers to system tray using the simple hack.

1. First close any running instances of Windows Live Messenger and then open Program files-> Windows  Live-> Messenger folder

2. Here you can find msnmgsr.exe file. Right click on the file and select properties.

3. In the properties window, select compatibility tab. Tick the check box for Run this program in compatibility mode for under “Compatibility Mode”, and then select Windows Vista from the drop down list.

image242

4. Click OK and now sign in back to Windows Live Messenger. Now if you minimize (or click X) the messenger, it goes to system tray.


How to Create a Windows 7 Reliablity Monitor Shortcut

thumb_Action_Center

This will allow you to download a Reliability Monitor shortcut that will open Windows 7 Reliability Monitor directly instead of having to go through the Action Center.

Here’s How:

1. Click on the download button below to download the Reliability_Monitor.zip file.

download

2. Click on Save, and save the .zip file to the desktop.

3. Open the .zip file and extract the Reliability Monitor shortcut to the desktop.

4. Right click on the Reliability Monitor shortcut, and click on Properties, General tab, and on the Unblock button. (See screenshot below)
NOTE: If you do not have a Unblock button under the General tab, then the shortcut is already unblocked and you can continue on to step 5.

Unblock

5. Move the Reliability Monitor shortcut to where you like for easy use.
NOTE: See the yellow TIP box at the top of the tutorial for about how to pin it to the taskbar if you like.

6. When done, you can delete the downloaded .zip file on the desktop if you like, or save it to use again.

Steps to change the volume licensing product key – Windows Xp

Steps to change the volume licensing product key

This article describes two methods for how to change the Windows XP product key after a Volume Licensing installation to resolve the issue. One method uses the Windows Activation Wizard graphical user interface (GUI) and the other method uses a Windows Management Instrumentation (WMI) script. The Activation Wizard method is easier. However, if you must change the product key for multiple computers, the script method is more suitable.

Method 1: Use the Activation Wizard

Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:

322756  (http://support.microsoft.com/kb/322756/ ) How to back up and restore the registry in Windows

If you only have a few volume licensing product keys to change, you can use the Activation Wizard.

Note We recommend that you run System Restore to create a new restore point before you follow these steps.

Deactivate Windows

  1. Click Start, and then click Run.
  2. In the Open box, type regedit, and then click OK.
  3. In the navigation pane, locate and then click the following registry key:
    HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\Current Version\WPAEvents
  4. In the topic pane, right-click OOBETimer, and then click Modify.
  5. Change at least one digit of this value to deactivate Windows.
Reactivate Windows and add new product key

  1. Click Start, and then click Run.
  2. In the Open box, type the following command, and then click OK.
    %systemroot%\system32\oobe\msoobe.exe /a
  3. Click Yes, I want to telephone a customer service representative to activate Windows, and then click Next.
  4. Click Change Product key.
  5. Type the new product key in the New key boxes, and then click Update.

    If you are returned to the previous window, click Remind me later, and then restart the computer.

  6. Repeat steps 1 and 2 to verify that Windows is activated. You receive the following message:
    Windows is already activated. Click OK to exit.
  7. Click OK.
  8. Install Windows XP Service Pack 1a or a later version of Windows XP.

If you cannot restart Windows after you install Windows XP SP1 or a later version of Windows XP, try the following steps:

  1. Restart your computer and start pressing F8 until you see the Windows Advanced Options menu.
  2. Select Last Known Good Configuration from the menu and press ENTER. This option starts Windows by using a previous good configuration.
  3. Repeat steps 1 through 8 under “Reactivate Windows and add new product key.”

If you can install SP1 or a later version of Windows XP and you can restart Windows, you have resolved the issue. If the issue has not been resolved, try method 2 or see the “Next Steps” section for more troubleshooting resources.

Solution to Fix Youtube or Other Embedded Flash Video No Sound in External Websites

youtubenosound

A video plays fine and properly when played directly in originating video sharing and hosting sites Youtube, MetaCafe, Google Video, CNet Videos, DailyMotion, iFilm, and Revver themselves, complete with the sound heard nicely. However, the audio is lost and no sound is heard when the Flash video is played on another third party or external sites or blogs that embedded these Youtube and other sites’ videos, although the video still moving. The symptom happens when users computers is using Flash 8 or 9, and uninstalling and reinstalling Adobe Flash Player won’t help.

Here is a simple solution to fix the problem that embedded flash video from Youtube, Google Video, Daily Motion, Revver, iFilm and Metacafe on third party websites or blogs failed to play sound and audio.

  1. Visit a web page with a Flash video embedded on the page.
  2. Click on the Flash video to activate the Flash plugin (only on SP2 or above), then right click on video to display the Flash properties menu.Adobe Flash Settings
  3. Click on “Settings” on contextual menu, then click the “Advanced…” button.Adobe Flash Advanced Settings
  4. A new web page window will launch loading Adobe – Flash Player – Manager. On the left pane, click on “Global Storage Settings Panel” link under “Flash Player Help Settings Manager” sub-section under “Table of Contents” section.
  5. A Adobe Flash Player Settings Manager applet will load on the right pane as a Flash object. Check (tick) the “Allow third-party Flash content to store data on your computer” checkbox so that it’s checked. The settings should be auto-save, if the setting is not saved, try to close all Internet Explorer or Firefox web browser windows and launch the Flash Manager to set the option again.Flash Global Storage Settings
  6. Try to play Flash video. The sound should be played properly.

Exchange best practices analyzer asking to install dotnet frame work 1.1 and after install owa is not working

Basically, you (or the software you were installing) switched your IIS site where OWA is installed into either a 32bit mode or ASP.NET 1.1. Since Exchange 2007 Outlook Web Access 2007 only runs on ASP.NET 2.0 in 64bit mode, you need to fix it back.

First, disable the 32bit mode for your web site. By default OWA goes into the Default Web Site context (0) so the following will take care of that:

cscript C:\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 0

Second, register ASP.NET 2.0 as the default framework for that web site:

C:\Windows\Microsoft.NET\Framework64\v2.0.50727>
aspnet_regiis.exe -i
Start installing ASP.NET (2.0.50727).
……………………………….
Finished installing ASP.NET (2.0.50727)

Restart IIS and you should be all set.

The security database on the server does not have a computer account for this workstation trust relationship

Error : “The security database on the server does not have a computer account for this workstation trust relationship” on Windows Vista with sp1

What to check

1

Make sure your computer account is not disabled in Active Directory users and computers

2

Check
configuration/administrative templates/network/dns client/primary DNS suffix in GPO and make sure its correct or defined

3

A) Start > Run > ADSIEDIT.MSC
B) Go to Domain Partition and mark the affected computer
C) Rightclick and Properties.
D) Doubleclick ServicePrincipalName
E) Add new value: HOST/yourcomputername.yourdomain.xyz or whatever HOST is missing.