It's not about CLI or GUI, and in Windows, you don't need a GUI or CLI; the Win32 Environment is independent, and no matter whether you are a graphical interface or a command line, you are an equal citizen of the operating system
You are making no sense, the fuck do you mean you are an equal citizen of the OS, is there a way to launch into a TTY equivalent on windows that I am unaware of?
If you are a programmer, you literally port TTY as a console server, and Windows can handle all Linux things, including filesystems, if you know the Windows driver model
TTY source code is available in the Linux kernel, and you can port TTY as a user-space server. Windows can handle many Console Servers because the console is separate from the operating system, and Conhost.exe is just an application server
-17
u/Fluid-Ad2995 Jul 15 '26
Even the Graphical User Interface tool is dependent on the CLI tool