mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-01-05 20:44:55 -06:00
Remove copilot option
This commit is contained in:
parent
2ee10b57d4
commit
83628d8784
@ -2285,6 +2285,26 @@
|
|||||||
"
|
"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"WPFTweaksRemoveCopilot": {
|
||||||
|
"Content": "Remove Microsoft Copilot",
|
||||||
|
"Description": "Removes MS Copilot AI built into Windows since 23H2.",
|
||||||
|
"category": "z__Advanced Tweaks - CAUTION",
|
||||||
|
"panel": "1",
|
||||||
|
"Order": "a025_",
|
||||||
|
"InvokeScript": [
|
||||||
|
"
|
||||||
|
Remove-AppxPackage \"Microsoft.Windows.Ai.Copilot.Provider\"
|
||||||
|
Remove-AppxPackage \"MicrosoftWindows.Client.CoPilot\"
|
||||||
|
Set-ItemProperty -Path \"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\" -Name \"ShowCopilotButton\" -Type \"DWord\" -Value \"0\"
|
||||||
|
"
|
||||||
|
],
|
||||||
|
"UndoScript": [
|
||||||
|
"
|
||||||
|
Write-Host \"Install Microsoft Edge\"
|
||||||
|
Start-Process -FilePath winget -ArgumentList \"install -e --accept-source-agreements --accept-package-agreements --silent Microsoft.Edge \" -NoNewWindow -Wait
|
||||||
|
"
|
||||||
|
]
|
||||||
|
},
|
||||||
"WPFTweaksRemoveOnedrive": {
|
"WPFTweaksRemoveOnedrive": {
|
||||||
"Content": "Remove OneDrive",
|
"Content": "Remove OneDrive",
|
||||||
"Description": "Copies OneDrive files to Default Home Folders and Uninstalls it.",
|
"Description": "Copies OneDrive files to Default Home Folders and Uninstalls it.",
|
||||||
|
Loading…
Reference in New Issue
Block a user