mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-01 18:42:35 -05:00
New uninstall method
This commit is contained in:
@ -2293,8 +2293,7 @@
|
||||
"Order": "a025_",
|
||||
"InvokeScript": [
|
||||
"
|
||||
Remove-AppxPackage \"Microsoft.Windows.Ai.Copilot.Provider\"
|
||||
Remove-AppxPackage \"MicrosoftWindows.Client.CoPilot\"
|
||||
Get-AppxPackage *copilot* | Remove-AppxPackage
|
||||
Set-ItemProperty -Path \"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\" -Name \"ShowCopilotButton\" -Type \"DWord\" -Value \"0\"
|
||||
"
|
||||
],
|
||||
|
Reference in New Issue
Block a user