Windows XP Community - XPHeads



How do I restore the device manager icon in the tray?

microsoft.public.windowsxp.configuration_manage


Reply
  #1 (permalink)  
Old 06-12-2008, 11:18 PM
e125
 
Posts: n/a
How do I restore the device manager icon in the tray?
Recently my xp machine decided to stop showing the device manager icon (the
green arrow). As a result, I am unable to deactivate a piece of hardware
without just unplugging it. This is dangerous, though. I have tried to
re-activate it by tinkering with the tray manager (lower right-hand corner)
to no success.

Any suggestions would be welcomed.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 06-14-2008, 01:58 PM
Abo Yasmine
 
Posts: n/a
Re: How do I restore the device manager icon in the tray?

"e125" <e125@discussions.microsoft.com> wrote in message
news:03E3D26F-AD80-4C5F-84AE-680FAB21BC6E@microsoft.com...
> Recently my xp machine decided to stop showing the device manager icon
> (the
> green arrow). As a result, I am unable to deactivate a piece of hardware
> without just unplugging it. This is dangerous, though. I have tried to
> re-activate it by tinkering with the tray manager (lower right-hand
> corner)
> to no success.
>
> Any suggestions would be welcomed.


Hi

Run this command exactly as it shows...copy and paste:
RunDll32.exe shell32.dll,Control_RunDLL HotPlug.dll

Or prepare a batch file...copy and paste the following 4 lines in Notepad
and save as srh.bat (for safely remove hardware):

@echo off
cls
RunDll32.exe shell32.dll,Control_RunDLL HotPlug.dll
exit

Double-click srh.bat to execute.

Abo Yasmine


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 10:44 AM.








Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74