Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| windows:hyper-v:windows-vm-template-creation [2026/05/15 14:26] – chris | windows:hyper-v:windows-vm-template-creation [2026/05/15 14:43] (current) – chris | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Virtual Machine Template (Windows) - Creation ====== | ====== Virtual Machine Template (Windows) - Creation ====== | ||
| + | CTRL-SHIFT-F3 --> Audit Mode | ||
| + | <code powershell> | ||
| + | Get-WindowsCapability -Online -Name " | ||
| + | Get-WindowsCapability -Online -Name " | ||
| + | Get-WindowsCapability -Online -Name " | ||
| + | Get-WindowsCapability -Online -Name " | ||
| + | Get-WindowsCapability -Online -Name " | ||
| + | Get-WindowsCapability -Online -Name " | ||
| + | Get-WindowsCapability -Online -Name " | ||
| + | Get-WindowsCapability -Online -Name " | ||
| + | Get-WindowsCapability -Online -Name " | ||
| + | Remove-WindowsFeature WindowsAdminCenterSetup | ||
| + | Remove-WindowsFeature Windows-Defender | ||
| + | Remove-WindowsFeature XPS-Viewer | ||
| + | Remove-WindowsFeature Wireless-Networking | ||
| + | Remove-WindowsFeature FS-SMB1 | ||
| + | Remove-WindowsFeature AzureArcSetup | ||
| + | |||
| + | Get-AppxProvisionedPackage -Online | ? {$_.DisplayName -Like ' | ||
| + | Get-AppxPackage | ? {$_.Name -like ' | ||
| + | |||
| + | powercfg /setactive SCHEME_MIN | ||
| + | |||
| + | Set-ItemProperty -Path " | ||
| + | |||
| + | Set-ItemProperty -Path " | ||
| + | Set-ItemProperty -Path " | ||
| + | |||
| + | |||
| + | </ | ||