Horje
start-process id powershell Code Example
start-process id powershell
$app = Start-Process notepad -passthru
Wait-Process $app.Id
start-process id powershell
# Starts Notepad and returns the ID
(Start-Process Notepad -passthru).ID




Shell

Related
how to hide hostname mac terminal Code Example how to hide hostname mac terminal Code Example
git new branch from current Code Example git new branch from current Code Example
reload .bashrc Code Example reload .bashrc Code Example
rename remote branch in git Code Example rename remote branch in git Code Example
netcat reverse shell Code Example netcat reverse shell Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11