"Jon" <> wrote in message
news:...
> "Baud" <> wrote in message
> news:...
>> 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
>
> --
> Jon
>
Thank you Jon for your quick answer.
Is the BCDEDIT change you mention permanent, or only for the next reboot?
|