Runspace Conversion

This commit is contained in:
Chris Titus
2022-10-18 08:08:23 -05:00
parent a0a8b190dc
commit d586219192
9 changed files with 5285 additions and 1756 deletions

31
config/feature.json Normal file
View File

@ -0,0 +1,31 @@
{
"Featuresdotnet": [
"NetFx4-AdvSrvs",
"NetFx3"
],
"Featureshyperv": [
"HypervisorPlatform",
"Microsoft-Hyper-V-All",
"Microsoft-Hyper-V",
"Microsoft-Hyper-V-Tools-All",
"Microsoft-Hyper-V-Management-PowerShell",
"Microsoft-Hyper-V-Hypervisor",
"Microsoft-Hyper-V-Services",
"Microsoft-Hyper-V-Management-Clients"
],
"Featureslegacymedia": [
"WindowsMediaPlayer",
"MediaPlayback",
"DirectPlay",
"LegacyComponents"
],
"Featurewsl": [
"VirtualMachinePlatform",
"Microsoft-Windows-Subsystem-Linux"
],
"Featurenfs": [
"ServicesForNFS-ClientOnly",
"ClientForNFS-Infrastructure",
"NFS-Administration"
]
}