Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

In XP, is it possible to start up networking (similar to Safe Mode with Networking) while logged in via the "Safe Mode with Command Prompt" option?

I tried net start "network connections" but this says it cannot be started in Safe Mode. Any other ideas?

FYI, Safe Mode with Networking is not an option in this case, due to UI restrictions preventing the use of a command prompt or the Run command in anything other than Safe Mode with Command Prompt.

share|improve this question
Not that it matters, since the question was answered already -- but, "closed as off topic"? Really? It's desktop support related for a "Business Workstation operating systems" as outlined in the FAQ. – romandas Jun 17 '12 at 2:34

closed as off topic by sysadmin1138 Jan 1 '12 at 18:41

Questions on Server Fault are expected to relate to professional server, networking, or related infrastructure administration within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

4 Answers

up vote 1 down vote accepted

I don't think you can - the networking subsystem and drivers are not loaded, and they can't be started.

With Safe Mode with Networking, have you tried browsing to the CMD.exe file and double clicking it? Have you tried copying and renaming the file to something else then executing it?

share|improve this answer
No browse capability either. It's a limited GUI, even in Safe Mode. – romandas Jul 9 '09 at 18:50
Is there a way to load subsystems after boot? – romandas Jul 9 '09 at 19:02
+1 and accepted -- So far there is no known way to do this. It's the correct answer even if I don't like it. :) – romandas Jul 14 '09 at 3:10

As other have said you won't be able to do it.

My suggestion would be to launch into Safe mode with networking and then create a batch file that uses the runat command to launch cmd.exe. Set runat to run cmd.exe 5 mins from now and wait. A Dos box should pop and you'll have networking and a command prompt. Sorry i can't give you the exact command my xp box is in the middle of reinstalling windows right now.

share|improve this answer

Would what you want to do better be suited to a bootable BartPE or Windows PE CD/DVD? You can then have networking and access to your disks.

share|improve this answer
Unfortunately, those options are not available. – romandas Jul 10 '09 at 2:04

No, because safe mode is slimmed down as much as possible. Default drivers are loaded and anything extra is not loaded. I am not sure safe mode even initiates the default network card drivers unless you are in the safe mode with networking.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.