diff --git a/images/win/scripts/Installers/Install-WindowsFeatures.ps1 b/images/win/scripts/Installers/Install-WindowsFeatures.ps1 index 8435eb25..b4680242 100644 --- a/images/win/scripts/Installers/Install-WindowsFeatures.ps1 +++ b/images/win/scripts/Installers/Install-WindowsFeatures.ps1 @@ -23,4 +23,8 @@ foreach ($feature in $windowsFeatures) { } else { throw "Failed to activate Windows Feature '$($feature.name)'" } -} \ No newline at end of file +} + +# it improves Android emulator launch on Windows Server +# https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/manage/manage-hyper-v-scheduler-types +bcdedit /set hypervisorschedulertype root