< # .SYNOPSIS This script starts up a process using System.Diagnostics.Process .DESCRIPTION This script creates 7 occurences of IExplore.exe, using diffrent start up options, based on a sample script in MSDN. .NOTES File Name : Start-process2.ps1 ...