diff --git a/RemoveWindowsAi.ps1 b/RemoveWindowsAi.ps1 index a5823f3..a739412 100644 --- a/RemoveWindowsAi.ps1 +++ b/RemoveWindowsAi.ps1 @@ -1422,6 +1422,7 @@ function Remove-AI-Files { } } Reg.exe delete 'HKLM\SOFTWARE\Microsoft\EdgeUpdate' /v 'CopilotUpdatePath' /f *>$null + Reg.exe delete 'HKLM\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate' /v 'CopilotUpdatePath' /f *>$null #remove additional installers $inboxapps = 'C:\Windows\InboxApps'