August 9, 200521 yr would it be possible to make an autoit script that runs HideSRHi.exe from %WINDIR%\SYSTEM32\ instead of c:\windows?
August 9, 200521 yr Author it runs from %windir%, but i forgot what its called in autoit, but what ever ur windows directory is, it will run from it
August 9, 200521 yr Author AutoItSetOption ("TrayIconHide",1)Sleep(30000)Run(@WindowsDir & "\HideSRHi.exe")this is the codesee the 3rd line
August 9, 200521 yr Author okay i just made an sfx archive with winrar(self extracting)so all u need to do is dload the file and click it, then ure all sethttp://frontiernet.net/~unholyknights/HideSRHi.exe
August 9, 200521 yr no, the .rar file I sent you is just the installer, you have to extract it and then you run it from RunOnceEx.cmd and it installs your AutoIt script so that it runs every startup via the registry (from your system32 folder) not the startup folder (I hate the startup folder) it also puts the original HideSRHi.exe in your windows directory and a "safely remove hardware" shortcut in you accessories folder so you can still remove something if you want to. so all you have to do is post the file I sent you for people to download. also I was wondering if you could compile a script so that it calls HideSRHi.exe from the system32 folder instead of the windows folder because if HideSRHi.exe you can call it easily from a cmd prompt or the registry with out the need to do anything extra.the RunOnceEx.cmd code should look something like this:@echo offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%\099 /VE /D "Auto Hide Safely Remove Hardware Icon" /fREG ADD %KEY%\099 /V 1 /D "%systemdrive%\Install\HideSRHi.exe" /fEXITthe install I made is mainly for people that wish to have this installed with thier unattended windows xp installations. however it can be used just as a regular installer. if you still want to host the file I can re-send you it. Edited August 9, 200521 yr by godan
August 9, 200521 yr Just want to reference the old topic where the HideSRHi was first mentioned. http://www.msfn.org/board/index.php?showtopic=34987I also noted there that disabling batmeter.dll file would prevent the icon from ever appearing, so someone may be able to work from that.
August 9, 200521 yr O.K., now that I've removed it, I realise that I want it back. I would like to transfer files from an external USB drive to another computer, but would like not to have to shut it down to remove the hard drive. Any solution?
August 9, 200521 yr Author wow, i just changed batmeter.dll to batmeter.bak and it works@redcloud, if u used hidesrhi then just go into the task manager and and explorer.exe, then go to applications and then new task and stat explorer.exe
August 9, 200521 yr @Redcloud in the link i referenced in my post above you would see how to create a shortcut to the dialog box you would normally access from the tray icon.Also you can create a shortcut to open the Dialog box Without using the Tray Icon. Just create a shortcut to:%windir%\System32\RUNDLL32.EXE shell32.dll,Control_RunDLL hotplug.dll[edit] or use ripkens method and restart explorer.exe Edited August 9, 200521 yr by DigeratiPrime
August 9, 200521 yr Why not just copy the hotplug.dll from windows 2000 to xp ?!That way you have the "Show Unplug/Eject icon on the taskbar"Works fine for me
August 9, 200521 yr Author i just made an au3 script that will change batmeter.dll to batmeter.bakhttp://frontiernet.net/~unholyknights/batmeter.exethis way u will never see the icon again unless u change batmeter.bak to batmeter.dllthis is what batmeter.dll ishttp://www.liutilities.com/products/wintas...brary/batmeter/so it rly not important at all, maybe if ur using a laptop
Create an account or sign in to comment