if ([Environment]::Is64BitProcess) { “PowerShell 64 bits” } else { “PowerShell 32 bits” }
%windir%\sysnative\WindowsPowerShell\v1.0\powershell.exe -Executionpolicy Bypass .\testRegistryImport.ps1
%windir%\sysnative\WindowsPowerShell\v1.0\powershell.exe -Executionpolicy Bypass .\testRegistryDelete.ps1