Ichinisan
Lifer
Many of us have experienced this problem:
It is too easy to mess up when trying to enter Safe Mode. Many installations of Windows XP have a much smaller window of opportunity to press the F8 key. Many keyboard controllers disable the keyboard if you press a key before it is initialized. Sometimes the display will not fade in until it is too late.
With my new job as a cable modem installation tech, I have to restart computers in Safe Mode all the time to bypass spyware and diagnose problems. I can usually get to Safe Mode without wasting too much time, but I'm trying to write a spyware/adware awareness document for our customers (the spyware/adware problem is *seriously* out-of-hand). I need to explain a fool-proof way to get users into Safe Mode.
If possible, I need to write some kind of script or batch file that will cause Windows to enter Safe Mode without having the user manually modify BOOT.INI
Is this possible? I know that the last part of the script should include "shutdown -r -f -t 0"
Is it possible to restart to Safe Mode using an applet like MSCONFIG? I think that MSCONFIG would be inadequate. If selective startup is used to disable all optional items, it simply moves them to another backup key so that they will not be executed on the next startup. However, when the system shuts downit will tell all background processes to close; Spyware processes could simply re-add the missing registry keys when Windows is shutting down.
It is too easy to mess up when trying to enter Safe Mode. Many installations of Windows XP have a much smaller window of opportunity to press the F8 key. Many keyboard controllers disable the keyboard if you press a key before it is initialized. Sometimes the display will not fade in until it is too late.
With my new job as a cable modem installation tech, I have to restart computers in Safe Mode all the time to bypass spyware and diagnose problems. I can usually get to Safe Mode without wasting too much time, but I'm trying to write a spyware/adware awareness document for our customers (the spyware/adware problem is *seriously* out-of-hand). I need to explain a fool-proof way to get users into Safe Mode.
If possible, I need to write some kind of script or batch file that will cause Windows to enter Safe Mode without having the user manually modify BOOT.INI
Is this possible? I know that the last part of the script should include "shutdown -r -f -t 0"
Is it possible to restart to Safe Mode using an applet like MSCONFIG? I think that MSCONFIG would be inadequate. If selective startup is used to disable all optional items, it simply moves them to another backup key so that they will not be executed on the next startup. However, when the system shuts downit will tell all background processes to close; Spyware processes could simply re-add the missing registry keys when Windows is shutting down.