I want know if it possible to install and boot windows 10 home in cli/tui like you would do in something like arch linux i know that windows before xp had dos mode because of 9x kernel but windows xp and forward is based on nt kernel i checked this question on superuser this But seems that its only possible to boot to cmd.exe instead of explorer.exe Even windows server have to install from gui and to login to windows 10 or any windows that its not server edition you will login from a gui and install windows from gui so is there something like dos mode or bare bones arch linux in windows 10 home?
Asked
Active
Viewed 630 times
1 Answers
0
Commentors have said this, but I'm making this an answer, and the answer is no, Windows desktop OSes cannot boot to command-line only mode in any way.
There are not work arounds. There are not tricks. You cannot boot Windows 10 Home or any of the other current Windows desktop OSes (11, professional, etc) into a cli mode.
The Windows server lines support such a mode, but these are quite different from the desktop OS and you cannot modify the desktop versions to behave like the server either.
music2myear
- 41,771
-
This answer is factually inaccurate - simplest method to demonstrate, Safe Mode with Command Prompt. More complex: Windows uses the default Windows Shell (Wikipedia) as the UI users interact with and a different shell can be used. In Safe Mode with Command Prompt, Windows loads, but not the Windows Shell, which is why only a terminal is shown, however if
explorer.exeis executed within the terminal, the Windows Shell loads as normal. – JW0914 Jun 09 '22 at 04:21 -
Feel free to demonstrate this by writing an answer showing how to make a Windows desktop OS load the CLI in normal mode, as the question asks. – music2myear Jun 09 '22 at 04:28
-
Whether I choose to write an answer or not has nothing to do with this answer's glaring factual inaccuracies. I've provided a simple way to demonstrate the inaccuracy - boot to Safe Mode with Command Prompt. Detailed explanations can be found by reading Microsoft Docs (previously linked to) on the Windows Shell to understand how and when it loads, as well as how to replace it. – JW0914 Jun 09 '22 at 04:39
explorer.exeserves two separate functions, the first instance starts the Windows Shell and all subsequent invocations open File Explorer (this can be easiest seen by killing theexplorer.exebackground process tree, opening Task Manager viaCtrl+Alt+Del, then runningexplorer.exeas a new task: the Windows Shell starts, but File Explorer does not launch)" – JW0914 Jun 09 '22 at 12:38explorer.exe] at log in (explorer.exeserves two separate functions, the first instance starts the Windows Shell and all subsequent invocations open File Explorer), instead, it needs to only start the PowerShell executable (either the default version included with Windows [powershell.exe] orpwsh.exe) after log in (best to start PowerShell sincecmdcan be loaded viacmd) – JW0914 Jun 18 '22 at 13:39winlogin.exe?" As in have Windows present a cli login GUI like BSD/other command line OSes? That I don't know, but my hunch is no from the machine itself (OpenSSH could be configured, but that's pointless for the machine itself). Because you're looking for a very specific use case, your best resource is going to be digging through Microsoft Docs, starting with the Windows Shell man page. I know it's possible after login, but unsure about before login. – JW0914 Jun 19 '22 at 12:39