$ErrorActionPreference = 'Stop'; $packageName= 'Alkami.PowerShell.SystemProfile' $targetLocation = Join-Path $env:windir "system32\WindowsPowerShell\v1.0\profile.ps1" Remove-Item $targetLocation -Force