Ian
Administrator
- Joined
- Oct 27, 2013
- Messages
- 1,736
- Reaction score
- 630
Ian submitted a new article:
Change PowerShell Script Process Priority - Lower or raise the process priority of your PowerShell script
Read more about this article...
Change PowerShell Script Process Priority - Lower or raise the process priority of your PowerShell script
If you've got an intensive PowerShell script, you may find that running it can slow your system to a crawl - as it is given "default" process priority and has to compete with other system applications. Likewise, you may have an important script you wish to run with priority over other system tasks.
You can change the process priority of your script by adding the following code to the beginning, where PRIORITYLEVEL is equal to one of the following options:
Read more about this article...