Und zwar sind meine Festplatten verschlüßelt. Und das vidialia bundel ist auf ner cryptet partition.
Hab mir ne schöne Batch file zum starten gemacht. Da ich die auto run programme ja erst nach dem mounten von d un e geht.
ZitatAlles anzeigen[SIZE="1"]:main
@echo off
color F0
cls 9F
REM *********************************************************************
REM ** [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
REM *********************************************************************:main
IF NOT EXIST e:\NUL GOTO pw_input
IF NOT EXIST d:\NUL GOTO pw_input
IF NOT EXIST k:\NUL GOTO pw_input
goto all_connected:pw_input
echo ******************************
echo *** enter password ***
echo ******************************
Set /p password=cls
echo ******************************
echo *** now mounting ***
echo ******************************goto connect
:connect
IF NOT EXIST e:\NUL GOTO connect_e
IF NOT EXIST d:\NUL GOTO connect_d
IF NOT EXIST k:\NUL GOTO connect_frage
goto all_connected:connect_e
echo *** Mounting E:\ ***
C:\Programme\TrueCrypt\TrueCrypt.exe /v \Device\Harddisk0\Partition3 /le /p "%password%" /q
goto connect
:connect_d
echo *** Mounting D:\ ***
C:\Programme\TrueCrypt\TrueCrypt.exe /v \Device\Harddisk0\Partition2 /ld /p "%password%" /q
goto connectREM ****************************************************
REM **Eingabe auf Forderung zum Mounten von Festplatte X
REM ****************************************************:connect_frage
echo *** ?Mounting K:\? ***
echo ******************************
echo *** (y)es (n)o ***
echo ******************************
SET Choice=
SET /P Choice=
IF NOT '%Choice%'=='' SET Choice=%Choice:~0,1%
IF /I '%Choice%'=='y' GOTO connect_k
IF /I '%Choice%'=='n' GOTO all_connected
ECHO "%Choice%":connect_k
echo *** Mounting K:\ ***C:\Programme\TrueCrypt\TrueCrypt.exe /v \Device\Harddisk1\Partition1 /lk /p "%password%" /q
goto connectREM **************************
REM **Alle Laufwerke verbunden
REM **************************:all_connected
echo ******************************
echo *** drives mounted ***
echo ******************************
wait 1
cls:startup_progs
echo ******************************
echo *** Loading ***
echo ******************************
echo *** Pidgin ***
echo *** Niedriger als Normal ***
Start /BelowNormal D:\Programme\komunikation\pidgin\pidgin.exe
echo ******************************echo *** Rainlendar2 ***
echo *** Niedrig ***
Start /low C:\Optik\Rainlendar2\Rainlendar2.exe
echo ******************************echo *** BTTray ***
echo *** Niedriger als Normal ***
Start /BelowNormal C:\Programme\ANYCOM\"Blue USB-200-250"\BTTray.exe
echo ******************************
echo *** Privoxy ***
echo *** Normal ***
Start /Normal D:\Programme\anonym\"Vidalia Bundle"\Privoxy\privoxy.exeecho ******************************
echo *** Vidalia ***
echo *** Normal ***
Start /Normal D:\Programme\anonym\"Vidalia Bundle"\Vidalia\vidalia.exe:startup_optik
wait 1
echo ******************************
Start /low C:\Optik\Windows\TransparentB.exe
echo *** removing ***
echo *** icon background ***
echo *** set: ***
echo *** text colorblack ***
echo ******************************wait 7
goto end:end
EXIT[/SIZE]
Und zwar Speit Privoxy rum wenn es über die Batch geladen wird.
bei dem befehl
Start /Normal D:\Programme\anonym\"Vidalia Bundle"\Privoxy\privoxy.exe
da findet der die config nicht geb ich sie mit an
Start /Normal D:\Programme\anonym\"Vidalia Bundle"\Privoxy\privoxy.exe "D:\Programme\anonym\Vidalia Bundle\Privoxy\config.txt"
findet er es kommt aber sone warn meldung
cant load actions file .\standart.action" wenn ich privoxy normal starte gehts ganz normal.