Start-Job / Get-Job
SafeBackground jobs
Start-Job { <処理> }
Runs work in the background; Get-Job tracks it, Receive-Job collects results — keep working meanwhile.
Examples
Start-Job { Get-ChildItem C:\ -Recurse }; Get-JobHeavy scan in the background
Syntax
Start-Job {block} / Get-Job / Receive-Job <id> [-Keep]
Before you run it
Job management only.
Related commands
- nohupKeep running after logout
- jobs / fg / bgJob control
The same reference, with no signal at all
Every command and flow from this site, held on your device and searchable with no connection. Free to install, no ads.
Get it free on the App Store