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