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
Date Time with Sql 2005
Error detected by database DLL?! Pls come in, thanks
adding links to htmlText
Error c1041724 after installing KB928388 and KB926666
Trying to use an external page in a Wordpress site
How do i change profile of current users in AIX
Format Paragraph
How to Migrate User Profiles
System error, Event id 1003, error code 00000077
Send Email From VB6