Fix WPFTweaksRemoveCopilot's InvokeScript (#4077)

This commit is contained in:
Gabi
2026-02-18 22:22:23 +02:00
committed by GitHub
parent ae4b3f3ac7
commit 89147414a0

View File

@@ -1879,7 +1879,6 @@
$Sid = (Get-LocalUser $Env:UserName).Sid.Value
New-Item \"HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Appx\\AppxAllUserStore\\EndOfLife\\$Sid\\$Appx\" -Force
Remove-AppxPackage $Appx
}
"
],
"UndoScript": [