|
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
|