reboot to safe mode

  • Thread starter Thread starter Maxim
  • Start date Start date
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
 
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
 
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
 
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
 
Back
Top