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
Can I disable Highpoint HPT366 Ultra DMA controller to install Windows XP Pro?
VBA Find function Run time error 91, Object Variable or With block Variable not set
SQL average reduced to two decimal places
ShellExecute alternative
Problem in "Shoskele" banner
How can I move a print queue from one server to another without impacting users?
SQL Reporting Services Report taking LONG time to process....?
XPCOM is equivalent to COM, how about OCX?
count(*) vs count(0)
Enter Network Password prompt won't go away