http://www.neilturner.me.uk/2007/04/05/create_a_safely_remove_ha.html
For a legacy laptop that runs well excepting there's no Safely Remove Hardware icon in the systray for your USB drives, you can use this command to create a shortcut.
%windir%\system32\RunDll32.exe shell32.dll,Control_RunDLL HotPlug.dll
Alternately, without a shortcut you can go thru Device Manager, right-click on the device for Properties, and on the Policies tab there is an underlined link for "Safely Remove Hardware".
Just found Uwe Sieber's page with many cool notes and command line tools, including "RemoveDrive". This utility even has a switch to show the open file handles on the drive to identify which app or service is preventing removal.
http://www.uwe-sieber.de/usbstick_e.html
http://www.uwe-sieber.de/drivetools_e.html#RemoveDrive
Thursday, November 17, 2011
Friday, November 11, 2011
Creating or editing the System Properties Support Information
http://www.techiecorner.com/17/how-to-set-your-own-support-information-in-system-properties/
The information provided by the Support Information button is found in OEMINFO.INI, which is found in the sysdir, i.e. %windir%\SYSTEM on Win95-98-Me, %windir%\SYSTEM32 on NT-based and newer.
File has the following format:
[Version]
Microsoft Windows 2000 SP4
WinVer=5.00.2195
[General]
Manufacturer=Dell
Model=Inspiron 8100
SupportURL=http://support.dell.com/support/topics/global.aspx/support/my_systems_info/details?servicetag=BSRG111
[Support Information]
Line1=Your Dell Service Tag is BSRG111
Line2=Your Dell Express Service Code is 25683756085
Line3=Dell Ship Date was 11/28/2001
Line4=This information verified 11/11/2011.
The information provided by the Support Information button is found in OEMINFO.INI, which is found in the sysdir, i.e. %windir%\SYSTEM on Win95-98-Me, %windir%\SYSTEM32 on NT-based and newer.
File has the following format:
[Version]
Microsoft Windows 2000 SP4
WinVer=5.00.2195
[General]
Manufacturer=Dell
Model=Inspiron 8100
SupportURL=http://support.dell.com/support/topics/global.aspx/support/my_systems_info/details?servicetag=BSRG111
[Support Information]
Line1=Your Dell Service Tag is BSRG111
Line2=Your Dell Express Service Code is 25683756085
Line3=Dell Ship Date was 11/28/2001
Line4=This information verified 11/11/2011.
Subscribe to:
Posts (Atom)