Real Geek Forums  

Go Back   Real Geek Forums > Archives > Operating Systems > Windows XP > Windows XP Configuration & Management

Notices

Reply

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

 

LinkBack Thread Tools Display Modes
Old 06-12-2008, 11:18 PM   #1 (permalink)
Default 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.
e125
Guest
 
Posts: n/a
Reply With Quote  
Old 06-14-2008, 01:58 PM   #2 (permalink)
Default 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...
Quote:
> 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


Abo Yasmine
Guest
 
Posts: n/a
Reply With Quote  
Reply

Tags
None

Thread Tools
Display Modes

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

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


Similar Threads

Thread Thread Starter Forum Replies Last Post
Why there is tray icon? Jhou Windows XP Embedded 4 02-25-2005 08:28 PM
Getting rid of icon in tray Sandy Windows XP Messenger 3 09-03-2004 01:32 AM
Tray icon Macus Windows XP Embedded 3 06-24-2004 03:48 AM
no display icon in device manager + no video acceleration game_starved Windows XP Video 0 04-06-2004 04:49 PM
Tray Icon Bell Starr Windows XP Basics 2 08-07-2003 08:39 PM


All times are GMT. The time now is 12:05 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright © 2005 - 2007 RealGeek.com. All rights reserved.

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 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90