Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save JohnHammond/e90a7bfeb44d7d89e746fa303400b540 to your computer and use it in GitHub Desktop.
Save JohnHammond/e90a7bfeb44d7d89e746fa303400b540 to your computer and use it in GitHub Desktop.
if ([IntPtr]::Size -eq 4) {
$b=$env:windir+'\sysnative\WindowsPowerShell\v1.0\powershell.exe'
}else{
$b='powershell.exe'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment