Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

hyper v powershell windows

// menyalakan hyper v
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All

// matikan hyper v
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
Source by mohsai.com #
 
PREVIOUS NEXT
Tagged: #hyper #powershell #windows
ADD COMMENT
Topic
Name
2+6 =