Hottest Free Downloads - DownloadPipe.com Over 197,000 downloads! Bookmark Now!
DownloadPipe.com - New Downloads Every Minute
 SEARCH:
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

how to stop "unlist" sata drive in System Tray - "Safely R..

 
   Windows (Home) -> General Discussion RSS
Next:  Deleted "My Received Files" Items  
Author Message
RJK

External


Since: Jun 19, 2007
Posts: 85



(Msg. 1) Posted: Sat Feb 02, 2008 11:10 am
Post subject: how to stop "unlist" sata drive in System Tray - "Safely Remove Hardware"?
Archived from groups: microsoft>public>windowsxp>general, others (more info?)

Hello,

Does anyone know how stop the main boot drive (sata150 hd) being listed in
system trays' "Safely Remove Hardware" ?
....and a LiteON dvd rw drive as well, ...come to that !

I must have done it on my own machine ages ago (2xSATA hd's and 2 optical
dvd/cd drives), ...can't remember how !
....i.e I notice that on my own main PC sata and optical drives are not
listed for "safely remove hardware," though flash card reader bay drives I:\
J:\ K:\ AND L:\ could be "safely removed" ...which would mean a reboot
to get them back - if I removed them ?

....any pointers muchly appreciated.

TIA

regards, Richard

....OH ! ...how I wish I could remember how to do things on a PC, that I've
done in the past, ....or at least re-FIND that historic information in my
"how to" directory !!!!
Back to top
Login to vote
RJK

External


Since: Jun 19, 2007
Posts: 85



(Msg. 2) Posted: Sat Feb 02, 2008 11:19 am
Post subject: Re: how to stop "unlist" sata drive in System Tray - "Safely Remove Hardware"? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

after Googling, the PC I was "on" about does have a Nforce chipset,
http://www.tech-recipes.com/rx/1794/sata_drives_safely_remove_hardware...tificat
....I may have to resort to this ?

regards, Richard


"RJK" <notatospam RemoveThis @hotmail.com> wrote in message
news:%23RS$5wYZIHA.5980@TK2MSFTNGP04.phx.gbl...
> Hello,
>
> Does anyone know how stop the main boot drive (sata150 hd) being listed in
> system trays' "Safely Remove Hardware" ?
> ...and a LiteON dvd rw drive as well, ...come to that !
>
> I must have done it on my own machine ages ago (2xSATA hd's and 2 optical
> dvd/cd drives), ...can't remember how !
> ...i.e I notice that on my own main PC sata and optical drives are not
> listed for "safely remove hardware," though flash card reader bay drives
> I:\ J:\ K:\ AND L:\ could be "safely removed" ...which would mean a
> reboot to get them back - if I removed them ?
>
> ...any pointers muchly appreciated.
>
> TIA
>
> regards, Richard
>
> ...OH ! ...how I wish I could remember how to do things on a PC, that
> I've done in the past, ....or at least re-FIND that historic information
> in my "how to" directory !!!!
>
Back to top
Login to vote
Jeff Barnett

External


Since: Jun 22, 2007
Posts: 4



(Msg. 3) Posted: Sat Feb 02, 2008 4:24 pm
Post subject: Re: how to stop "unlist" sata drive in System Tray - "Safely Remove [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

RJK wrote:
> Hello,
>
> Does anyone know how stop the main boot drive (sata150 hd) being listed in
> system trays' "Safely Remove Hardware" ?
> ...and a LiteON dvd rw drive as well, ...come to that !
>
> I must have done it on my own machine ages ago (2xSATA hd's and 2 optical
> dvd/cd drives), ...can't remember how !
> ...i.e I notice that on my own main PC sata and optical drives are not
> listed for "safely remove hardware," though flash card reader bay drives I:\
> J:\ K:\ AND L:\ could be "safely removed" ...which would mean a reboot
> to get them back - if I removed them ?
>
> ...any pointers muchly appreciated.
>
> TIA
>
> regards, Richard
>
> ...OH ! ...how I wish I could remember how to do things on a PC, that I've
> done in the past, ....or at least re-FIND that historic information in my
> "how to" directory !!!!
>
>
>
Did you, in device manager, mark the sata drives to optimize for removal
instead of performance? (Just a thought?)

-- Jeff Barnett
Back to top
Login to vote
Uwe Sieber

External


Since: Dec 08, 2006
Posts: 15



(Msg. 4) Posted: Sat Feb 02, 2008 7:57 pm
Post subject: Re: how to stop "unlist" sata drive in System Tray - "Safely Remove [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

RJK wrote:
>
> Does anyone know how stop the main boot drive (sata150 hd) being listed in
> system trays' "Safely Remove Hardware" ?
> ...and a LiteON dvd rw drive as well, ...come to that !
>
> I must have done it on my own machine ages ago (2xSATA hd's and 2 optical
> dvd/cd drives), ...can't remember how !

From my archive:

This can be achieved by modifying a registry value.

Devices are shown there if they are marked as removable and
if they do no have the 'surprise removal ok' flag. These are
bit coded flags:

From cfgmgr32.h:
#define CM_DEVCAP_REMOVABLE (0x00000004)
#define CM_DEVCAP_SURPRISEREMOVALOK (0x00000080)

The device capabilities are found in the registry in a value
named 'Capabilities' under (sample for one of my IDE drives):
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\PCIIDE\IDECHANNEL\4&2527311&0&0

If you take away 4 from the value or add 80h and then
refresh the save removal dialog by toggeling the checkbox,
then the drive is gone.
But the value is reset when you attach the drive for the
next time or on next boot. This is hard coded into the driver
and read each time the drive is loaded. If you export the modified
value a reg file then you can silently load it on startup by
regedit /s hidecardreader.reg

The device id string of your drive (this
PCIIDE\IDECHANNEL\4&2527311&0&0 thing) is found in the properties
of the drive in the device manager. My ListUsbDrives tool
shows it too (the 'Ctrl DevID'):
http://www.uwe-sieber.de/files/listusbdrives.zip


Meanwhile I've added a function to do this to my USB
drive letter manager.
http://www.uwe-sieber.de/usbdlm_e.html
Still, you have to determine the device id, but everything
else is left to the USBDLM service.

In the USBDLM.INI set for instance for an USB drive

[HideFromSafelyRemoveHardware]
DeviceID1=USB\VID_058F&PID_6369

But you can use the drive's 'Friendly Name' too, like

[HideFromSafelyRemoveHardware]
DeviceID1=Multi Card Reader



Uwe
Back to top
Login to vote
RJK

External


Since: Jun 19, 2007
Posts: 85



(Msg. 5) Posted: Sat Feb 02, 2008 7:57 pm
Post subject: Re: how to stop "unlist" sata drive in System Tray - "Safely Remove Hardware"? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks for your response, which I will further investigate.
I may try:-
http://www.tech-recipes.com:80/rx/1794/sata_drives_safely_remove_hardw..._notifi
first !

regards, Richard


"Uwe Sieber" <mail DeleteThis @uwe-sieber.de> wrote in message
news:60jsu2F1r7i1eU1@mid.individual.net...
> RJK wrote:
>>
>> Does anyone know how stop the main boot drive (sata150 hd) being listed
>> in system trays' "Safely Remove Hardware" ?
>> ...and a LiteON dvd rw drive as well, ...come to that !
>>
>> I must have done it on my own machine ages ago (2xSATA hd's and 2 optical
>> dvd/cd drives), ...can't remember how !
>
> From my archive:
>
> This can be achieved by modifying a registry value.
>
> Devices are shown there if they are marked as removable and
> if they do no have the 'surprise removal ok' flag. These are
> bit coded flags:
>
> From cfgmgr32.h:
> #define CM_DEVCAP_REMOVABLE (0x00000004)
> #define CM_DEVCAP_SURPRISEREMOVALOK (0x00000080)
>
> The device capabilities are found in the registry in a value
> named 'Capabilities' under (sample for one of my IDE drives):
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\PCIIDE\IDECHANNEL\4&2527311&0&0
>
> If you take away 4 from the value or add 80h and then
> refresh the save removal dialog by toggeling the checkbox,
> then the drive is gone.
> But the value is reset when you attach the drive for the
> next time or on next boot. This is hard coded into the driver
> and read each time the drive is loaded. If you export the modified
> value a reg file then you can silently load it on startup by
> regedit /s hidecardreader.reg
>
> The device id string of your drive (this
> PCIIDE\IDECHANNEL\4&2527311&0&0 thing) is found in the properties
> of the drive in the device manager. My ListUsbDrives tool
> shows it too (the 'Ctrl DevID'):
> http://www.uwe-sieber.de/files/listusbdrives.zip
>
>
> Meanwhile I've added a function to do this to my USB
> drive letter manager.
> http://www.uwe-sieber.de/usbdlm_e.html
> Still, you have to determine the device id, but everything
> else is left to the USBDLM service.
>
> In the USBDLM.INI set for instance for an USB drive
>
> [HideFromSafelyRemoveHardware]
> DeviceID1=USB\VID_058F&PID_6369
>
> But you can use the drive's 'Friendly Name' too, like
>
> [HideFromSafelyRemoveHardware]
> DeviceID1=Multi Card Reader
>
>
>
> Uwe
>
>
>
>
>
>
>
>
>
Back to top
Login to vote
Onsokumaru

External


Since: Jan 02, 2008
Posts: 4



(Msg. 6) Posted: Sat Feb 02, 2008 10:54 pm
Post subject: Re: how to stop "unlist" sata drive in System Tray - "Safely Remove Hardware"? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I really wouldn't worry about it.

I think you will find if you try to "safely remove" your main HDD, XP will
not let you, saying it is in use, or something similar.

If you are so concerned try the reghack. It seems pretty simple, just do a
system restore point first.

You could probably use the same trick for your other devices, you would just
need to know what registry key to add the DWORD value to.

If you accidentally remove something else, you could try going into device
manager and "scan for hardware changes", and the device will probably
re-connect without a reboot.




"RJK" <notatospam DeleteThis @hotmail.com> wrote in message
news:e91JA2YZIHA.4448@TK2MSFTNGP03.phx.gbl...
> after Googling, the PC I was "on" about does have a Nforce chipset,
> http://www.tech-recipes.com/rx/1794/sata_drives_safely_remove_hardware...tificat
> ...I may have to resort to this ?
>
> regards, Richard
>
>
> "RJK" <notatospam DeleteThis @hotmail.com> wrote in message
> news:%23RS$5wYZIHA.5980@TK2MSFTNGP04.phx.gbl...
>> Hello,
>>
>> Does anyone know how stop the main boot drive (sata150 hd) being listed
>> in system trays' "Safely Remove Hardware" ?
>> ...and a LiteON dvd rw drive as well, ...come to that !
>>
>> I must have done it on my own machine ages ago (2xSATA hd's and 2 optical
>> dvd/cd drives), ...can't remember how !
>> ...i.e I notice that on my own main PC sata and optical drives are not
>> listed for "safely remove hardware," though flash card reader bay drives
>> I:\ J:\ K:\ AND L:\ could be "safely removed" ...which would mean a
>> reboot to get them back - if I removed them ?
>>
>> ...any pointers muchly appreciated.
>>
>> TIA
>>
>> regards, Richard
>>
>> ...OH ! ...how I wish I could remember how to do things on a PC, that
>> I've done in the past, ....or at least re-FIND that historic information
>> in my "how to" directory !!!!
>>
>
>
Back to top
Login to vote
RJK

External


Since: Jun 19, 2007
Posts: 85



(Msg. 7) Posted: Sun Feb 03, 2008 12:53 am
Post subject: Re: how to stop "unlist" sata drive in System Tray - "Safely Remove Hardware"? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks Jeff,

Already spotted that one, and checked a while ago, - hd is set for
"perofrmance."
I have spotted a couple of possibilities, one is that it's to do with having
an Nvidia Nforce chipset on the board, (of the machine in question i.e. not
my main PC). Having said that, I could have sworn that I tweaked my
registry ages ago, when I fitted two SATA hd's to my main PC, to solve the
same issue. I've rummaged through my *.mht directory and can't find it,
....I try always to save such details for future reference.
http://www.tech-recipes.com/rx/1794/sata_drives_safely_remove_hardware...tificat
....haven't tried this yet.

regards, Richard


"Jeff Barnett" <jbbrus.RemoveThis@ca.rr.com> wrote in message
news:uCT1ksfZIHA.4172@TK2MSFTNGP02.phx.gbl...
> RJK wrote:
>> Hello,
>>
>> Does anyone know how stop the main boot drive (sata150 hd) being listed
>> in system trays' "Safely Remove Hardware" ?
>> ...and a LiteON dvd rw drive as well, ...come to that !
>>
>> I must have done it on my own machine ages ago (2xSATA hd's and 2 optical
>> dvd/cd drives), ...can't remember how !
>> ...i.e I notice that on my own main PC sata and optical drives are not
>> listed for "safely remove hardware," though flash card reader bay drives
>> I:\ J:\ K:\ AND L:\ could be "safely removed" ...which would mean a
>> reboot to get them back - if I removed them ?
>>
>> ...any pointers muchly appreciated.
>>
>> TIA
>>
>> regards, Richard
>>
>> ...OH ! ...how I wish I could remember how to do things on a PC, that
>> I've done in the past, ....or at least re-FIND that historic information
>> in my "how to" directory !!!!
>>
>>
> Did you, in device manager, mark the sata drives to optimize for removal
> instead of performance? (Just a thought?)
>
> -- Jeff Barnett
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Migrating WIN XP from old IDE HDD to new system with SATA - Hoping someone here can help. I am building a new machine, as my old one seems to have given up the ghost (shuts down after about 15 mins of operation, gave me an excuse to replace the old machine anyway) I run Win XP Pro currently and want to stay....

next to system tray - Using XP and next to my system tray, I have 'my domputer' sort of gray out andalso a double forward arrow which when expanded show my D drive, shared documents, Guest documents etc, how can I get rid of it or not to show it along the task bar, thanks

External drive NTFS file system corrupted - HI. I have a Dell PC P4 2.8GHz 1Gb DDR using Windows XP home edition. I have attached an USB external drive (maxtor) 60Gb to it for 2 years already. The external drive was formatted in NTFS and has no boot sector (no windows). Yesterday, I got a..

Help on IDE to SATA and SysPrep Required Please. - Dear All, I have not long done a re-install, so really don't want to be doing another one so soon, but I've just been given a SATA drive to replace my IDE C Drive for Xmas.... I've done a bit of research and it appears it can be done the easy way, b...

downloads and videos stop before completing - I had a problem with Norton 2005 IS corrupting some files. It affected both browsers, IE 6.0 and Netscape so that I could not get online. I'm not sure if the downloading and video problems are related. Anyway, Norton told me what to do to get back....
       Windows (Home) -> General Discussion All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum
Categories:
  Windows Forums
 Game Forums
 Linux Forums
 Mac Forums
 PDA Forums
 Mobile Forums
  Top  |  Store  |  RSS Feeds RSS  |  Data Feeds  |  Advertise  |  Submit  |  Bookmark  |  Newsletter  |  Contact