December 19, 200421 yr Hi everybody,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 switchunattended.ThX a lot,Greetings,Erlkönig
December 19, 200421 yr you can specify it in cmdlines.txt:[COMMANDS]"bootcfg /Default /ID 1""bootcfg /Addsw /NG /ID 1"Have fun!
December 19, 200421 yr BOOTCFG /RAW "/NOGUIBOOT" /A /ID 1will add /noguilogo to the first OS in boot.ini.Edit: doh, too late hp38guser's commands will work too.
December 20, 200421 yr Alanoll, I don't think it does... I'm pretty sure long ago I tried taking bootcfg from XP and using it on 2000 and it wouldn't let me run it.Maybe I'll try it again.
December 20, 200421 yr a bit confused here ...what if i wanted to change from/noexecute=optin -=> /noexecute=AlwaysOff ???
December 20, 200421 yr @cybpsych-------------------------------------------------@echo offbootcfg /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
December 20, 200421 yr thanks Kishiro,i'm not sure what the /Execute switch do, but i've corrected it to be this way:bootcfg /raw "/noexecute=AlwaysOff /fastdetect" /id 1thanks 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
December 21, 200421 yr hi again ... having trouble with boot.ini ..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"
December 21, 200421 yr This should work:[COMMANDS]"RunOnceEx.cmd""UserAccounts.cmd""IESmallIcon.cmd""REGEDIT /S RegTweaks.reg""BOOTCFG /RAW \"/EXECUTE /FASTDETECT\" /ID 1"
December 21, 200421 yr ok now is see what has confused me 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
December 21, 200421 yr think u can obtain BBD 2.0 from MS webby freely, contains script for modifying the boot.ini.....
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now