Compile Winutil

This commit is contained in:
ChrisTitusTech
2024-08-07 16:57:14 +00:00
committed by github-actions[bot]
parent 9a1fbd77a7
commit ee0a2818b6
19 changed files with 388 additions and 171 deletions

View File

@ -70,7 +70,7 @@ Disables MS Copilot AI built into Windows since 23H2.
Write-Host "Remove Copilot"
dism /online /remove-package /package-name:Microsoft.Windows.Copilot
```
## Undo Script
@ -79,7 +79,7 @@ Disables MS Copilot AI built into Windows since 23H2.
Write-Host "Install Copilot"
dism /online /add-package /package-name:Microsoft.Windows.Copilot
```
## Registry Changes