Change PowerShell Script Process Priority

Change PowerShell Script Process Priority

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

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...
 

Ian

Administrator
Joined
Oct 27, 2013
Messages
1,736
Reaction score
630
This article has been removed and is no longer available for download.
 

Regedit32

Moderator
Joined
Mar 4, 2016
Messages
3,617
Reaction score
1,139
I see you've been busy while I was lying around the hospital.

It's a good topic to expand on, as a lot of people get put off PowerShell when they see it appearing running at a crawl.
 

Ian

Administrator
Joined
Oct 27, 2013
Messages
1,736
Reaction score
630
I've really been enjoying learning it :). I haven't coded anything new in the past month, but I've got some ideas in mind for future projects :D.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top