|
![]() |
Overclock.net - Overclocking.net > Case Mods & Cases > Case Mods - General Discussion | |
Drive Stealthing Drive Access
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | |||||||||||||
|
PC Gamer
|
If I were to stealth one of my drives i know to "eject" the drive i would have to make a shortcut file and put it somewhere so it would open when i clicked on it. Does anyone know what the target is for opening a drive or how to do it w/o pushing the button. (I already know how to right click on the drive and push eject in my computer) but i need a way to do it in 1 click that I could have on my desktop.
__________________
The Pain Train [AOC COMPETITIVE PVP CLAN]
Last edited by admin : 08-10-05 at 01:09 AM. Reason: Communicate Effectively - Punctuation, Spelling, Grammar etc.. |
|||||||||||||
|
|
|
|
|
#2 (permalink) | |||||||||||
|
Mobo Master
|
You mean on a network or trying to hide it from a bunch of people using the same computer? For a network put a $ sign in front of it. The other one I don't know...
__________________![]()
|
|||||||||||
|
|
|
|
|
#3 (permalink) | ||||||||||||||
|
Networking Nut
|
Quote:
__________________
Damage is king, Speed kills, Style is everything.
Last edited by admin : 08-10-05 at 01:08 AM. |
||||||||||||||
|
|
|
|
#4 (permalink) | |||||||||||
|
Mobo Master
|
If you have something you don't want anyone else to see you could always put it on a flash drive or burn it on a CD.
__________________
|
|||||||||||
|
|
|
|
|
#5 (permalink) | |||||||||||||
|
Bifford
![]() |
Create a new text file and change the name to "eject.vbs" (or whatever name .vbs)
Now paste the following code: Code:
CreateObject("Shell.Application").Namespace(17).ParseName("F:\").InvokeVerb("E&ject")
Tested on XP Pro
__________________
Helpful Posts (Hopefully )Overclocker's Calculator Photo Editing - B&W w/Color Accents
Last edited by BFRD : 08-10-05 at 07:49 PM. |
|||||||||||||
|
|
|
|
#6 (permalink) | |||||||||
|
T.1337
![]() |
Quote:
__________________
Main Rig:3.4E @ 4.15ghz, P5WD2, X1900XTX, 2X512 Corsair PC8000UL, Raptors Raid 0, OCZ Powerstream 520. Rig #2: (folding 24/7) 2.8E @ 3.22, IS7, BFG 6800 Ultra, 2X512 Geil PC4000, 60GB Maxtor, Aspire 500 watt. Rig #3: (folding 24/7 @ 75%) 2.6B @2.9, IC7, 9800XT, 2X256 Corsair PC3200, 120GB WD, Aspire 500 watt. Fold for Overclock.net!
|
|||||||||
|
|
|
|
#8 (permalink) | ||||||||
|
Overclocker
|
Push it. It may sound harsh on the mechanics, but every drive I have seen will detect if you push it part-way closed and use the motor for the rest.
__________________
|
||||||||
|
|
|
|
|
#9 (permalink) | ||||||||
|
*cough* Stock *cough*
|
Woah, very nice psot with the php part. rap 4 u. I fell ur gonna get lots of em off of this. But indeed, how do u make it go back in... and where did u get this? I wana make a small php file with a gui in css/html maybe java, and make it control as many things as i can. I so want 2 knwo wher eu got it.. If u pm me with the source, i wont tell no one
__________________![]() Nvm, googled it foudn lotsa helped. Thnx for pointing us in a direction. Peeps, i tihnk ill make afaq on lots of these things.
Last edited by n-sanity : 08-10-05 at 07:29 PM. |
||||||||
|
|
|
|
|
#10 (permalink) | ||||||||
|
*cough* Stock *cough*
|
I just researched shell applications and coding them, and i just wrote a better one.
__________________Windows recognizes the drives you have on ur pc, i believe even dvd drives are listed under the same name. so heres my script: Set oWMP = CreateObject("WMPlayer.OCX.7" ) Set colCDROMs = oWMP.cdromCollection colCDROMs.Item(ur cdrom number).Eject ] also save it as a .vbs , but here you can select which drive you want to eject, for example 0 would be ur first or master cdrom, 1 would be the second one. try this: Set oWMP = CreateObject("WMPlayer.OCX.7" ) Set colCDROMs = oWMP.cdromCollection colCDROMs.Item(0).Eject this will eject ur first cdrom. Set oWMP = CreateObject("WMPlayer.OCX.7" ) Set colCDROMs = oWMP.cdromCollection colCDROMs.Item(1).Eject Will eject the next cdrom in line, or the slave.
|
||||||||
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|