Most novice computer users get stumped when they run into a problem and have to reboot a computer into safe mode, so how can you script this to make it automatic?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here is a batch script that will restart a Windows XP, Vista, or Windows 7 computer into safe mode.
This script was originally posted by ChunkDog at: https://forum.ultravnc.net/viewtopic.php?f=50&t=29663
I have modified it, and added a vbscript that asks the user if he/she wants to restart into safe mode, and based on the users input, it calls the batch file.
This has not yet been tested on Windows 8.