autorun to VBS / other script . . . . . .
Hi guys,
need a bit of help here. I'm trying to encrypt some USB drives using truecrypt in traveller mode.
I encrypt the drive and copy the traveller mode file fine and on a non domain PC everything works as it should.
The problem now is that it wont work on my domain machines because i have autorun disabled and would like to keep it that way. What i'd like to do is have a vbscript or anything really that I can place on the desktop (or shortcut to) that performs the same action as the original autorun.inf file on the USB drive..
Here's what the autorun.inf is doing..
[autorun]
label=TrueCrypt Traveler Disk
icon=TrueCrypt\TrueCrypt.exe
action=Mount TrueCrypt volume
open=TrueCrypt\TrueCrypt.exe /q background /lY /e /m rm /v "SECURE"
shell\start=Start TrueCrypt Background Task
shell\start\command=TrueCrypt\TrueCrypt.exe
shell\dismount=Dismount all TrueCrypt volumes
shell\dismount\command=TrueCrypt\TrueCrypt.exe /q /d
Any ideas how to get that to work??