Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Windows XP Boot Screen Bypass?

Status
Not open for further replies.

StriderZero

Programmer
Oct 25, 2006
4
US
I'm looking for a way to disable the windows boot screen during login. I know the way by altering the boot.ini file and disabling the gui. However I would like, instead of the gui or a black screen, to be able to see my files loading on the screen, much like the same way that it shows when booting in safe mode. Purpose is partially for appearance and partially to monitor what end-user files are loading in a normal boot. Any help would be much appreciated.
 
Add:

/sos /noguiboot

To the startup entry in boot.ini. E.g.

[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows XP" /fastdetect /sos /noguiboot


____________________________
Users Helping Users
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top