how to change GUI mode to CORE mode any windows OS Get link Facebook X Pinterest Email Other Apps January 19, 2019 GUI to CORE mode open your PowerShell; you can search on the start menu. and type the command given below. uninstall-WindowsFeature server-gui-mgmt-infra, server-gui-shell -restart and hit enter and wait CORE mode to GUI mode type a command on command prompt PowerShell and hit Enter then type the command given below install-WindowsFeature server-gui-mgmt-infra, server-gui-shell -restar hit enter and wait if you have questions then you can comment I will reply you. thanks for visiting my blog. Get link Facebook X Pinterest Email Other Apps Comments
Enable hyper-v using power shell June 10, 2020 Enable-WindowsOptionalFeature –Online -FeatureName Microsoft-Hyper-V –All -NoRestart Install-WindowsFeature RSAT-Hyper-V-Tools -IncludeAllSubFeature then restart Read more
Comments
Post a Comment