Unattended Boot.ini Modifcation
#1
Posted 19 December 2004 - 12:29 PM
does anyone know how to add the /noguiboot switch to the boot.ini,
so that i would never see the windows boot screen, when i install my winxp.
So is there any way to replace the boot.ini, with a modified one or to add the switch
unattended.
ThX a lot,
Greetings,
Erlkönig
#2
Posted 19 December 2004 - 12:39 PM
[COMMANDS] "bootcfg /Default /ID 1" "bootcfg /Addsw /NG /ID 1"
Have fun!
#3
Posted 19 December 2004 - 12:39 PM
will add /noguilogo to the first OS in boot.ini.
Edit: doh, too late
#5
Posted 19 December 2004 - 06:21 PM
#6
Posted 19 December 2004 - 08:07 PM
#7
Posted 20 December 2004 - 01:57 AM
#8
Posted 20 December 2004 - 01:59 AM
Maybe I'll try it again.
#9
Posted 20 December 2004 - 02:43 AM
what if i wanted to change from
/noexecute=optin -=> /noexecute=AlwaysOff ???
#10
Posted 20 December 2004 - 11:17 AM
-------------------------------------------------
@echo off
bootcfg /raw "/Execute /fastdetect" /id 1
-------------------------------------------------
This disables DEP (Data Execution Prevention) completely. I use it on my unattended WindowsXP CD, and it works like a charm
#11
Posted 20 December 2004 - 05:35 PM
i'm not sure what the /Execute switch do, but i've corrected it to be this way:
bootcfg /raw "/noexecute=AlwaysOff /fastdetect" /id 1
thanks again!
*EDIT* OK, found out that /Execute is the reverse of /noexecute ... use /noexecute if you want to determine the switch above or just put /Execute to remove it totally
Kishiro, your code is fine ... sorry for my previous reply
For all, here's an explanation guide to the switches available for boot.ini.
http://www.sysinternals.com/ntw2k/info/bootini.shtml
#12
Posted 21 December 2004 - 12:47 AM
what i have here is this for my cmdlines.txt:
[COMMANDS] "RunOnceEx.cmd" "UserAccounts.cmd" "IESmallIcon.cmd" "REGEDIT /S RegTweaks.reg" "bootcfg /raw "/Execute /fastdetect" /id 1"
the bootcfg command didn't modify the string at all ...
should i ammend it to be this?:
[COMMANDS] "bootcfg /raw \""/Execute /fastdetect\"" /id 1"
#13
Posted 21 December 2004 - 02:18 AM
[COMMANDS] "RunOnceEx.cmd" "UserAccounts.cmd" "IESmallIcon.cmd" "REGEDIT /S RegTweaks.reg" "BOOTCFG /RAW \"/EXECUTE /FASTDETECT\" /ID 1"
#14
Posted 21 December 2004 - 02:45 AM
lemme try again in VM ...
*UPDATE* No luck, it's not added to boot.ini at all.
The only way i tested working is through batch file and point it from cmdlines.txt
#15
Posted 21 December 2004 - 06:30 AM
#16
Posted 21 December 2004 - 11:11 AM
i'll give it a try soon.
Greetings,
Erlkönig
- ← Unintentional Classic Theme After Silent Install
- Unattended Windows 2000/XP/2003
- Ntfs.sys Missing or corrupt →



Help
Back to top









