Compare commits

...

5 Commits

Author SHA1 Message Date
ModernTTY 442c5664f1
Merge 9893babd86 into 8fed24b8b3 2024-04-19 13:26:32 +00:00
ModernTTY 9893babd86
Merge branch 'test-2024-03-30' into remove-copilot-ai 2024-04-19 16:26:29 +03:00
ModernTTY e16987eea9
New uninstall method 2024-04-17 16:43:31 +03:00
ModernTTY dcd6a4e2db
Small fixup 2024-04-16 14:11:49 +03:00
ModernTTY 83628d8784
Remove copilot option 2024-04-16 13:43:06 +03:00
1 changed files with 18 additions and 0 deletions

View File

@ -2311,6 +2311,24 @@
"
]
},
"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": [
"
Get-AppxPackage *copilot* | Remove-AppxPackage
Set-ItemProperty -Path \"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\" -Name \"ShowCopilotButton\" -Type \"DWord\" -Value \"0\"
"
],
"UndoScript": [
"
"
]
},
"WPFTweaksRemoveOnedrive": {
"Content": "Remove OneDrive",
"Description": "Copies OneDrive files to Default Home Folders and Uninstalls it.",