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
san stroage data shows on one node only
Using GUIDs as primary key in Mysql innodb and how it affects inner joins
Step-by-step: How to disable SMTP commands TURN and ETRN (Windows Server 2003)?
IIS 6 Crash alot and how to use automatic restart IIS 6
Find competitors top 10 inbound links by highest Google page rank
net use skip if credentials don't match
DHCP database corruption
Exchange 2003 w/IMF Spoofed Spam emails?
Need shareware soft to open an EPS file.....
Readonly access to SQL server 2008 database?