reboot to safe mode

M

Maxim

Dear All:

I would like to use command-line to reboot computer and go to safe mode
without pressing F8. Is that possible to use "shutdown" command to
complete it?

Thanks for your response.

Maxim
 
W

Wesley Vogel

You have to change the boot.ini first.

Open the System Configuration Utility...
Start | Run | Type: msconfig | Click OK |
BOOT.INI tab | Select /SAFEBOOT

/safeboot: = This switch causes Windows to start in Safe Mode.

After making those boot.ini changes using msconfig, you need to click Apply
and Close.

Then click on: Restart or reboot however you would like. I.e.
shutdown -r -t 00

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
M

Maxim

Thanks.

[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP
Professional" /fastdetect /NoExecute=OptIn
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP
Professional" /fastdetect /NoExecute=OptIn /safeboot:minimal

Maxim
 
W

Wesley Vogel

You're welcome.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
Maxim said:
Thanks.

[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP
Professional" /fastdetect /NoExecute=OptIn
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP
Professional" /fastdetect /NoExecute=OptIn /safeboot:minimal

Maxim


Wesley said:
You have to change the boot.ini first.

Open the System Configuration Utility...
Start | Run | Type: msconfig | Click OK |
BOOT.INI tab | Select /SAFEBOOT

/safeboot: = This switch causes Windows to start in Safe Mode.

After making those boot.ini changes using msconfig, you need to click
Apply and Close.

Then click on: Restart or reboot however you would like. I.e.
shutdown -r -t 00
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top