diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1
index da35d0cf..84c475bd 100644
--- a/scripts/Windows/OS/Install.ps1
+++ b/scripts/Windows/OS/Install.ps1
@@ -32,7 +32,7 @@ function Invoke-WindowsInstallation([Context] $context)
         choco install -y selenium-gecko-driver;
         Install-Package -Force Selenium.WebDriver -SkipDependencies;
 
-        winget install --accept-source-agreements --accept-package-agreements -e --id AutoIt.AutoIt;
+        winget install --accept-source-agreements --accept-package-agreements -e --id AutoHotkey.AutoHotkey;
 
         $context.Set("SoftwarePrerequisitesInstalled", 1, "DWord");
     }