As someone else posted, you can boot into Safe Mode with Command Prompt.
Or just boot into Safe Mode and open a Command Prompt.
[[To start your computer at a command prompt
1. Print these instructions before continuing. They will not be available
after you shut your computer down in step 2.
2. Click Start, click Shut Down, and then, in the drop-down list, click
Shut down.
3. In the Shut Down Windows dialog box, click Restart, and then click OK.
4. When you see the message Please select the operating system to start,
press F8.
5. Use the arrow keys to highlight Safe Mode with Command Prompt, and then
press ENTER.
6. If you have a dual-boot or multiple-boot system, choose the installation
that you need to access using the arrow keys, and then press ENTER.
Notes
NUM LOCK must be off before the arrow keys on the numeric keypad will
function.]]
---
Edit the boot.ini or...
Use the System Configuration Utility (msconfig.exe).
Edit the boot.ini by adding these switches:
/safeboot:minimal(alternateshell)
[[Safe Mode with Command Prompt (SAFEBOOT_OPTION=Minimal(AlternateShell)):
This option is the same as Safe mode, except that Cmd.exe starts instead of
Windows Explorer.]]
Start | Run | Type: msconfig | OK |
Boot.ini tab | Select the following:
/SAFEBOOT
MINIMAL (ALTERNATESHELL)
Those two settings get you this switch >>>
/safeboot:minimal(alternateshell)
/safeboot: = This switch causes Windows to start in Safe Mode.
minimal(alternateshell) = Command Prompt (cmd.exe), if...
This switch starts Windows in Safe Mode with a command prompt...
If these keys have the AlternateShell Value Data listed as cmd.exe
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\SafeBoot
and/or
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Control\SafeBoot
and/or
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot
Value Name: AlternateShell
Value Type: REG_SZ
Value Data: cmd.exe
[[Note: The /sos, /bootlog, and /noguiboot switches are not required with
any one of these settings, but the switches can help with troubleshooting.
These switches are included if you press F8 and then select one of the
modes. ]]
++++++++++++
I forgot to add...
Edit the boot.ini by adding these switches.
/safeboot:minimal(alternateshell)
===
After making those boot.ini changes using msconfig, you need to click Apply
and Close.
Then click on: Restart.
===
After booting into the Safe Mode with the Command Prompt.
And when you're done using the command prompt...
Close the command prompt by typing:
exit
Hit the Enter key.
Or...
Click on the Close [X].
Or...
Start the Windows shell.
Type:
explorer
Hit the Enter key.
Or...
Open Task Manager...
Ctrl + Shift + Esc | File | New Task (Run...) | Type: explorer | OK |
Either way, this warning will come up.
--------
Desktop Warning
Windows is running in safe mode.
This special diagnostic mode of windows enables you to fix a
problem which may be caused by your network or hardware
settings. Make sure these settings are correct in Control Panel, and
then try starting Windows again. While in safe mode, some of your
devices may not be available.
To proceed to work in safe mode, click Yes. If you prefer to use
System Restore to restore your computer to a previous state, click
No.
--------
Also, when done doing whatever, you need to open msconfig again...
Open Task Manager...
Ctrl + Shift + Esc | File | New Task (Run...) | Type: msconfig | OK |
UNSelect: /SAFEBOOT under the boot.ini tab | Click Apply |
Under the General tab Select: Normal Startup - load all device drivers and
services | Click Apply and Close
Or...
Open Task Manager...
Ctrl + Shift + Esc | File | New Task (Run...) | Type: explorer | OK |
And open msconfig from Start | Run
Or Windows key + R to open the run box.
--
Hope this helps. Let us know.
Wes
MS-MVP Windows Shell/User
In