Jump to content

Recommended Posts

Posted

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 switch

unattended.

ThX a lot,

Greetings,

Erlkönig


Posted

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.

Posted

@cybpsych

-------------------------------------------------

@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 :P

Posted

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 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

Posted

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"

Posted

This should work:

[COMMANDS]
"RunOnceEx.cmd"
"UserAccounts.cmd"
"IESmallIcon.cmd"
"REGEDIT /S RegTweaks.reg"
"BOOTCFG /RAW \"/EXECUTE /FASTDETECT\" /ID 1"

Posted

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...