Guest Hans Näslund Posted September 3, 2007 Posted September 3, 2007 Sometimes it happens that the icon fore safe removal of hardware disappears from the task bar. The way to restore it is to run the following command by clicking on Start > Run...: "RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll" Now I would like to write a BAT file that does this, so I could simply click on an icon to restore the safe removal function. Would anybody like to help me with this?
Guest N1K Posted September 3, 2007 Posted September 3, 2007 RE: Help with a BAT file? Open notepad and copy that line in it. Save the file with the .bat extenstion. You're done :) -- MCSA, MCDST, MCP Systems Specialist http://www.wincert.net "Hans Näslund" wrote: > Sometimes it happens that the icon fore safe removal of hardware disappears > from the task bar. > > The way to restore it is to run the following command by clicking on Start > > Run...: > > "RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll" > > Now I would like to write a BAT file that does this, so I could simply click > on an icon to restore the safe removal function. Would anybody like to help > me with this? > > >
Recommended Posts