Microsoft
Software
Hardware
Network
Question : How can i manually run autorun.inf?
I have a USB stick with Truecrypt installed. Truecrypt created an autorun.inf file a but try as I might I cannot get SBS 2003 to run this file when the USB stick is inserted.
The autorun.inf file contains code similar to this:
--------------------
[autorun]
label=MyData
icon=truecrypt.exe
action=Mount TrueCrypt Volume
open=truecrypt /v MyData.tc /li /q /a /m rm /e
shell=mounttc
shell\mounttc=&Mount
shell\mounttc\command=true
crypt /v MyData.tc /li /q /a /m rm /e
shell=dismounttc
shell\dismounttc=Dismount
shell\dismounttc\command=t
ruecrypt /di /q
shell=runtc
shell\runtc=Run TrueCrypt
shell\runtc\command=truecr
ypt
==================
I would like if possible to get the USB stick to run autorun.inf autmatically, but if this is not possible can the autorun.inf file be executed manually?
Answer : How can i manually run autorun.inf?
Sorry, I don't understand your question, anyhow you can create a batch file in your USB (Same dir as the autorun.ini;
say name it run.bat which contains the following line;
truecrypt /v MyData.tc /li /q /a /m rm /e
then just double click run.bat.
Random Solutions
XLP to XLS file conversion
How large can an Outlook.PST and Archive.PST file be?
"Messaging Interface Returned an Unknown Error" when composing message
Symantec update of their AV files
Cloning X300 from Symantec Ghost 8.3
Exchange RUS in Co-exhistance producing 8270 Error
How do i use the namespace in ActionScript 3.0?
muweb.dll The specified file could not be found when trying to run Microsoft Update
How to Implement Full Text Search in MSSQL 2005
CERunAppAtTime not working as expected