Safely Remove Hardware Icon(that everyone hate)
#41
Posted 20 April 2005 - 01:20 PM
You think this could be caused by my antivirus program or Microsoft AntiSpyware?
Thanks for the help.
#42
Posted 20 April 2005 - 01:31 PM
http://unattended.ms...edfiles/wfp.htm
Alot of people here use unattended windows cd's that already have these tweaks by default, hence why i forgot to mention them. I'll update if i find a way of getting around this.
[EDIT] If this dll is disabled you will not be able to access power options in the control panel.
This post has been edited by DigeratiPrime: 09 June 2005 - 01:46 PM
#43
Posted 18 January 2006 - 08:49 AM
Sorry for bringing this up again....
If i rename batmeter.dll to batmeter.bak, the volume icon from taskbar is also gone.
Any workaround this?
#44
Posted 22 January 2006 - 08:31 AM
Tzeb, on Jan 19 2006, 12:49 AM, said:
Sorry for bringing this up again....
If i rename batmeter.dll to batmeter.bak, the volume icon from taskbar is also gone.
Any workaround this?
You should really leave your battery meter alone....
Here is an installer I made using the HideSRHi.exe posted earlier...
to work around the problem of it loading to early, I just call it using vbscript and a 5second wait....
Open the install dir and edit HideSRHi.vbs if you need to change this wait time... (Mainly for slower PCs)
This post has been edited by AmphetaMarinE: 22 January 2006 - 08:35 AM
#45
Posted 22 January 2006 - 09:58 AM
I probably disabled windows script host because i get "windows script host is disabled on this machine". I got around this by unchecking HideSRHi.vbs in msconfig and running HideSRHi.exe at startup.
#46
Posted 20 November 2006 - 06:39 AM
#47
Posted 20 November 2006 - 09:26 AM
see http://www.pcdoctor-...rdpress/?p=3079
presumably this would work for other devices as well, but for other devices like USB pens and card readers, its fairly important that they ARE removable.
#48
Posted 13 June 2007 - 12:36 PM
This post has been edited by mauzertim: 13 June 2007 - 12:38 PM
#49
Posted 13 June 2007 - 04:36 PM
mauzertim, on Jun 13 2007, 08:36 PM, said:
Warning ! promote software product in your first post can be a reason to ban you ... btw, welcome !
#50
Posted 10 August 2007 - 09:55 PM
I know it's not right but I'd really apperciate if anybody has a key code for that program. The Safely remove icon is just so annoying and I really want to get rid of it. Maybe there is an old version of USB Safely Remove from that site I can download which is free? If no body has or wants to give me a serial, does anybody have any suggestions or steps I can use to get rid of this Safely Remove Hardware Icon?
Thanks.
#51
Posted 10 August 2007 - 10:47 PM
Shotgun, on Jan 2 2005, 01:01 PM, said:
ripken204, on Jan 1 2005, 12:41 PM, said:
If you completely remove it, how are you going to unplug usb devices that are not hot-swappable?
BTW, you haven't specified if you are the ONLY person that's going to use that PC you want to remove the safe-remove icon.
He can Right click things like thumdrives in "My Computer" and select "Safely Remove"
#52
Posted 23 May 2008 - 02:11 PM
red_house, on Jan 2 2005, 04:54 AM, said:
This is quite true, but it is showing my RAID configuration as a device in the list (actually shows as SCSI although I'm not using SCSI drives). What I would like to know is if this is a SiliconImage driver issue I should reinstall with different drivers...
#53
Posted 23 May 2008 - 02:35 PM
#54
Posted 11 July 2008 - 04:59 PM
People had problems with the icon not appearing before the (previously linked) removal tool ran on startup.
I had the same, so I rewrote the same program in C++. It compiles to 5.5kb
Heres the code:
#include <stdlib.h>
#include <windows.h>
int main(int argc, char *argv[])
{
if (argc==2) Sleep(atoi(argv[1]));
NOTIFYICONDATA nid = {0};
nid.hWnd = FindWindow("SystemTray_Main", NULL);
nid.uID = 1226;
Shell_NotifyIcon(NIM_DELETE, &nid);
}
Simply place a startup shortcut to it, and optionally add to the parameters the time in milliseconds to wait before removal.
For example:
"hidesrh.exe 5000"
would wait 5 seconds, then hide the icon.
"hidesrh.exe"
would instantly hide the icon.
EDIT: someone requested a compiled version of my app, its here:
hidesrh__dennis123123_.zip (3.28K)
Number of downloads: 126
This post has been edited by dennis123123: 15 December 2008 - 03:22 PM
#55
#58
Posted 24 June 2011 - 04:47 AM



Help

Back to top










