Restart Vista in safe mode

B

Baud

Hello,
Being logged in Vista, I would like to restart it in safe mode without using
the F8 option.
I saw MSCONFIG can be parametrized to do so.
Is there another way, for instance with a "dos-like" command ?

Thanks!
 
J

Jon

Baud said:
Hello,
Being logged in Vista, I would like to restart it in safe mode without
using the F8 option.
I saw MSCONFIG can be parametrized to do so.
Is there another way, for instance with a "dos-like" command ?

Thanks!

Sure. You could do it with these 2 commands (run elevated eg in a batch
file) .....

bcdedit /set {current} safeboot Minimal
shutdown /r /t 0
 
B

Baud

Jon said:
Sure. You could do it with these 2 commands (run elevated eg in a batch
file) .....

bcdedit /set {current} safeboot Minimal
shutdown /r /t 0
Thank you Jon for your quick answer.
Is the BCDEDIT change you mention permanent, or only for the next reboot?
 
J

Jon

Baud said:
Thank you Jon for your quick answer.
Is the BCDEDIT change you mention permanent, or only for the next reboot?


I would suspect that it's a permanent change, but you could test it out with
a couple of reboots to make sure.

To revert to 'normal' booting, you could use a similar command.

cmd /c bcdedit /deletevalue {current} safeboot
 
J

Jon

To revert to 'normal' booting, you could use a similar command.

cmd /c bcdedit /deletevalue {current} safeboot


Sorry that should have been

bcdedit /deletevalue {current} safeboot

No need for the 'cmd /c'
 

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

Similar Threads

Access Safe Mode with F2 then F8 2
Safe mode screen freeze 3
f8 not working / vista safe mode 2
Booting Vista in Safe Mode 4
Can't get out of safe mode 4
Safe Mode 2
Safe mode 2
Starting Vista in Safe Mode 12

Top