简体   繁体   中英

Is it possible to run Windows 10 in powershell/cmd only?

My development environment is Linux, however we have to support older Windows non-GUI software. The software is written in ASP.net (not core).

What I am hoping to be able to do is install Windows inside a VM and build/run the software within that VM. I don't need the UI so I am hoping to reduce the machine load by running Windows in a non-GUI mode.

Is that possible?

Maybe you can use Windows 10 IoT Enterprise . It supports a headless mode (no UI).

Windows 10 IoT Enterprise is a full version of Windows 10 that delivers enterprise manageability and security to IoT solutions. [...] It is a binary equivalent to Windows 10 Enterprise, so you can use the same familiar development and management tools as client PCs and laptops.

There is Windows Server Core which is basically a stripped down variant of Windows server. But it's not possible to run Windows 10 without GUI. The only option is to kill explorer.exe, but that's not a very nice solution in my opinion.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM