|
19 | 19 | "panel": "1", |
20 | 20 | "Order": "a011_", |
21 | 21 | "feature": [ |
22 | | - "HypervisorPlatform", |
23 | | - "Microsoft-Hyper-V-All", |
24 | | - "Microsoft-Hyper-V", |
25 | | - "Microsoft-Hyper-V-Tools-All", |
26 | | - "Microsoft-Hyper-V-Management-PowerShell", |
27 | | - "Microsoft-Hyper-V-Hypervisor", |
28 | | - "Microsoft-Hyper-V-Services", |
29 | | - "Microsoft-Hyper-V-Management-Clients" |
| 22 | + "Microsoft-Hyper-V-All" |
30 | 23 | ], |
31 | 24 | "InvokeScript": [ |
32 | | - "Start-Process -FilePath cmd.exe -ArgumentList '/c bcdedit /set hypervisorschedulertype classic' -Wait" |
| 25 | + "bcdedit /set hypervisorschedulertype classic" |
33 | 26 | ], |
34 | 27 | "link": "https://winutil.christitus.com/dev/features/features/hyperv" |
35 | 28 | }, |
|
107 | 100 | "Order": "a018_", |
108 | 101 | "feature": [], |
109 | 102 | "InvokeScript": [ |
110 | | - " |
111 | | - If (!(Test-Path 'HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Session Manager\\Configuration Manager\\LastKnownGood')) { |
112 | | - New-Item -Path 'HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Session Manager\\Configuration Manager\\LastKnownGood' -Force | Out-Null |
113 | | - } |
114 | | - New-ItemProperty -Path 'HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Session Manager\\Configuration Manager\\LastKnownGood' -Name 'Enabled' -Type DWord -Value 1 -Force |
115 | | - Start-Process -FilePath cmd.exe -ArgumentList '/c bcdedit /Set {Current} BootMenuPolicy Legacy' -Wait |
116 | | - " |
| 103 | + "bcdedit /set bootmenupolicy legacy" |
117 | 104 | ], |
118 | 105 | "link": "https://winutil.christitus.com/dev/features/features/enablelegacyrecovery" |
119 | 106 | }, |
|
125 | 112 | "Order": "a019_", |
126 | 113 | "feature": [], |
127 | 114 | "InvokeScript": [ |
128 | | - " |
129 | | - If (!(Test-Path 'HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Session Manager\\Configuration Manager\\LastKnownGood')) { |
130 | | - New-Item -Path 'HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Session Manager\\Configuration Manager\\LastKnownGood' -Force | Out-Null |
131 | | - } |
132 | | - New-ItemProperty -Path 'HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Session Manager\\Configuration Manager\\LastKnownGood' -Name 'Enabled' -Type DWord -Value 0 -Force |
133 | | - Start-Process -FilePath cmd.exe -ArgumentList '/c bcdedit /Set {Current} BootMenuPolicy Standard' -Wait |
134 | | - " |
| 115 | + "bcdedit /set bootmenupolicy standard" |
135 | 116 | ], |
136 | 117 | "link": "https://winutil.christitus.com/dev/features/features/disablelegacyrecovery" |
137 | 118 | }, |
138 | 119 | "WPFFeaturesSandbox": { |
139 | 120 | "Content": "Windows Sandbox", |
| 121 | + "Description": "Windows Sandbox is a lightweight virtual machine that provides a temporary desktop environment to safely run applications and programs in isolation.", |
140 | 122 | "category": "Features", |
141 | 123 | "panel": "1", |
142 | 124 | "Order": "a021_", |
143 | | - "Description": "Windows Sandbox is a lightweight virtual machine that provides a temporary desktop environment to safely run applications and programs in isolation.", |
| 125 | + "feature": [ |
| 126 | + "Containers-DisposableClientVM" |
| 127 | + ], |
144 | 128 | "link": "https://winutil.christitus.com/dev/features/features/sandbox" |
145 | 129 | }, |
146 | 130 | "WPFFeatureInstall": { |
|
0 commit comments