Windows startup Powershell script not closing after Start-Process
- by Matthew Phipps
I've got a Powershell V2.0 startup script for my work computer (XP Professional 64-bit), as follows:
start "C:\Program Files (x86)\Microsoft Office\Office12\OUTLOOK.EXE" -ArgumentList "/recycle"
sleep -S 2
start "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -ArgumentList "https://mail.google.com"
sleep -S 2
start "C:\Program Files…