mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
[Windows] Run bcdedit /set hypervisorschedulertyupe root (#7394)
This commit is contained in:
@@ -23,4 +23,8 @@ foreach ($feature in $windowsFeatures) {
|
|||||||
} else {
|
} else {
|
||||||
throw "Failed to activate Windows Feature '$($feature.name)'"
|
throw "Failed to activate Windows Feature '$($feature.name)'"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user