Tag: rundll32.exe

  • Creating a shortcut and hotkey to Windows’ "Safely Remove Hardware" dialog

    In a previous post I talked about using Windows’ “Safely Remove Hardware” dialog to avoid losing data from USB drives. Having done some more research, I’ve found a way to create a shortcut to this dialog. The shortcut is simple to create, and uses a RunDll32.exe command that looks like this: RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll  …