DEV Community

Discussion on: Basic Windows Commands every one MUST know

Collapse
 
f1lt3r profile image
F1LT3R • Edited

Best Windows command I ever used was:

dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
Collapse
 
mahithchigurupati profile image
Mahith

That is to install the Windows Subsystem for Linux. Quite useful for Advanced users. Thanks for sharing Alistair