Difference between revisions of "Getting Started (PowerShell)"

Jump to navigation Jump to search
m (→‎Process Priority: Minor rewording and update)
Line 148: Line 148:
<source lang="powershell">
<source lang="powershell">
( [System.Diagnostics.Process]::GetCurrentProcess() ).PriorityClass
( [System.Diagnostics.Process]::GetCurrentProcess() ).PriorityClass
</source>


== Scripts ==
== Scripts ==