There are many places across the web and Stack Overflow where one is discouraged from changing the priority of a ThreadPool thread or TPL Task
If you do change anything, use try/finally to make sure you leave it as you found it.