From 43eb6fa3dd3379ff736585332384e96ae4c0c85e Mon Sep 17 00:00:00 2001 From: Michael Moran Date: Mon, 13 Oct 2025 06:25:19 +1100 Subject: [PATCH] Update Invoke-Tiny11Cleanup.ps1 Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Invoke-Tiny11Cleanup.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Invoke-Tiny11Cleanup.ps1 b/Invoke-Tiny11Cleanup.ps1 index f8c2a4a..447dc65 100644 --- a/Invoke-Tiny11Cleanup.ps1 +++ b/Invoke-Tiny11Cleanup.ps1 @@ -277,8 +277,8 @@ Write-Output "Preventing installation of DevHome and Outlook..." Set-RegistryValue 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Orchestrator\UScheduler_Oobe\OutlookUpdate' 'workCompleted' 'REG_DWORD' '1' Set-RegistryValue 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Orchestrator\UScheduler\OutlookUpdate' 'workCompleted' 'REG_DWORD' '1' Set-RegistryValue 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Orchestrator\UScheduler\DevHomeUpdate' 'workCompleted' 'REG_DWORD' '1' -Remove-RegistryValue 'HKLM\SOFTWARE\Microsoft\WindowsUpdate\Orchestrator\UScheduler_Oobe\OutlookUpdate' -Remove-RegistryValue 'HKLM\SOFTWARE\Microsoft\WindowsUpdate\Orchestrator\UScheduler_Oobe\DevHomeUpdate' +Remove-RegistryValue 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Orchestrator\UScheduler_Oobe\OutlookUpdate' +Remove-RegistryValue 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Orchestrator\UScheduler_Oobe\DevHomeUpdate' # Disable Copilot Write-Output "Disabling Copilot..."