How can I close Windows Messenger without the program reminding me that it's still running?

John Savill

June 23, 2002

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. The Windows Messenger component typically runs as a background process, but it runs as a foreground process while you're communicating with a contact. After you close the foreground application, Windows Messenger continues to run as a background process (so people can initiate contact with you), an icon remains in the notification area, and an information balloon informs you that the program is still running.

Click here to view image

If you select the "Click here to not show this reminder again" check box, Windows Messenger won't display the information balloon the next time you close the foreground application. You might want to make this setting the default action (or create a custom policy to do so), in which case you need to know how the registry stores the setting. To modify the registry subkey so that Windows Messenger doesn't notify you that the program is still running, perform the following steps:

  1. Start a registry editor (e.g., regedit.exe).

  2. Navigate to the HKEY_CURRENT_USERSoftwareMicrosoftMessengerService subkey.

  3. Double-click the DSBkgndMode binary value.

  4. To turn off the Windows Messenger information-balloon notification, set the value to

    00 00 00 00

    To turn on the Windows Messenger information-balloon notification, set the value to

    01 00 00 00
  5. Click OK.

  6. Close the registry editor.

The change takes effect immediately.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like