Greetings-
I have a system that whenever you turn it on, it always brings up the startup menu. Even if the PC is safely shut down.
What is causing this?
Thanks,
Al
Printable View
Greetings-
I have a system that whenever you turn it on, it always brings up the startup menu. Even if the PC is safely shut down.
What is causing this?
Thanks,
Al
Go to start menu, go to run - type MSCONFIG
Go to advanced and uncheck the box that says enable start up menu.
Or, if you do not have SFC (if you are running 95) or if you just want to do it from a prompt, edit the msdos.sys on the root drive (you'll need to remove read-only attribute) and find the line that says:
BootMenu=1
change it to read:
BootMenu=0
Good luck!!!!