Jump to content

Unattended Boot.ini Modifcation


Recommended Posts

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

Link to comment
Share on other sites


@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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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"

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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