Whenever I plug in a USB device, Windows Live Messenger pops up the dialog box:

Please Install the Windows Live Device manager

How can I disable it other than by actually installing the software?

link|improve this question

80% accept rate
feedback

2 Answers

up vote 1 down vote accepted

According to the related pages on Google, the only solution that seems to work is:

  • Install it,
  • Run msconfig (start > run > msconfig) and disable it from the Startup tab.
link|improve this answer
Windows Live Messenger? – RCIX Apr 27 '10 at 23:15
The bet is to install Windows Live Device manager, and then disable it from msconfig's startup tab. – Mehper C. Palavuzlar Apr 28 '10 at 6:51
feedback

You can disable it without installing the software by editing the registry:

  • Start / Run / regedit
  • Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\
  • Create Key: MSNDeviceManager
  • Add string: InstallDir
  • Add value for the string to be: %windir%

When exported the key should look like:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSNDeviceManager]
"InstallDir"="%windir%"

This worked for me (winXp).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.