Jump to content

Rambler

Member
  • Posts

    63
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Czech Republic

Everything posted by Rambler

  1. Bâshrat: thanks for the find kris_h: i can't help you with that method, but i can say i'm using method3 and the drivers work fine for me. I've included both Sound A and B btw.
  2. Hi. I was writing this simple VBS script and i would need help on how to insert triple double quotes in command. I'm trying to run a program with WshShell.Run, but the problem is that i need to run the program under another user. As there's no WScript.RunAs (AFAIK), then i thought i would resort to using a command like this: WshShell.Run Chr(34) & "runas /user:administrator "%programfiles%\app_path\app.exe"" & Chr(34) The problem are those double quotes around the %programfiles%\app_path\app.exe part - you can't use them here for obvious reasons. I tried to use another Chr(34) instead of ", but it doesn't work. Can anyone help me out? Thanks
  3. Your assumption is correct Ah so KtD stands for keep the drivers - you are correct that i don't need nor use that option. Guess i should read through the script more thoroughly next time Anyway thanks for reply.
  4. RunOnceEx always runs after user logs on. That's how it's supposed to work As you alread have AutoLogon=Yes, AutoLogonCount=1, then everything should work smoothly without your interaction.
  5. Hi, i was wondering which of the 3 available methods would be the best when installing windows from a distribution folder via network - ie. not using any cdrom. The distribution share is only available prior to installing windows for copying the files, it is not restored later. I don't fancy using method 1. Method 2 wouldn't work for obvious reasons, because it places files in the root of the cd/dist. folder. Method 3 worked for me when i copied the 7za.exe from the OEM/bin folder to $OEM$\$1 and edited my unattend.txt file with the entries made to winnt.sif, but then i was going through the batch files and found this section in BTS_DPs_finish.cmd: :KtD_M2M3 SET tagfile=\I386 FOR %%i in (c d e f g h i j k l m n o p q r s t u v w x y z) do if exist "%%i:%tagfile%" set CDDRIVE=%%i: IF NOT EXIST %CDDRIVE%\I386\presetup.cmd GOTO KtD_M1 IF EXIST %DPDIR%\SetupCopyOEMInf.exe ( START %CDDRIVE%\OEM\bin\WatchDriverSigningPolicy.exe START /WAIT %DPDIR%\SetupCopyOEMInf.exe %DPDIR% TASKKILL /F /IM WatchDriverSigningPolicy.exe ) ELSE ( %CDDRIVE%\OEM\bin\SetDevicePath.exe %SystemRoot%\Inf ) GOTO Cleanup Which (if i get it right) won't work in my case, effectivelly skipping to the KtD_M1 section? It doesn't seem to have any side effects, but i would like to know if there's some easy modification for usage with distribution folders. Thanks for any input.
  6. Hi guys, i wanted to use DP Sound A for my Intel D915GAG board, but i'm not sure if it will work - Intel D915GAG board claims to have Realtek ALC860 sound chip, but Bashrat lists only ALC861 in the list - are these the same and will the DP work with this motherboard? Thanks
×
×
  • Create New...