Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Restart Vista in safe mode

Reply
Thread Tools Display Modes

Restart Vista in safe mode

 
 
Baud
Guest
Posts: n/a

 
      01-22-2008
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!

 
Reply With Quote
 
 
 
 
Jon
Guest
Posts: n/a

 
      01-22-2008
"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



 
Reply With Quote
 
Baud
Guest
Posts: n/a

 
      01-22-2008
"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?

 
Reply With Quote
 
Jon
Guest
Posts: n/a

 
      01-22-2008
"Baud" <> wrote in message
news:OsyTn$...
> 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

--
Jon



 
Reply With Quote
 
Jon
Guest
Posts: n/a

 
      01-22-2008

"Jon" <> wrote in message
news:...

> 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'

--
Jon


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can only log into Vista in Safe Mode... CGDS Windows Vista General Discussion 8 08-31-2010 04:30 AM
vista safe mode luke10988 Windows Vista General Discussion 5 02-25-2008 07:10 PM
Stuck in Safe Mode in Normal Startup mode need help! Mike Windows Vista Performance 1 02-24-2008 09:58 AM
Works in safe mode but not in standard mode Poormo Windows Vista Installation 12 04-25-2007 01:12 PM
Re: Unwanted restart even in Safe mode Gary G. Little Windows Vista Installation 0 12-06-2006 04:41 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59