How to toggle between this:
wmic process where name="ScpService.exe" CALL setpriority "high priority"
and this:
wmic process where name="ScpService.exe" CALL setpriority "normal"
When set to high, toggle to normal and when set to normal, toggle to high. Without creating 2 differents batch files.
wmic process where name="ScpService.exe" CALL setpriority "high priority"
and this:
wmic process where name="ScpService.exe" CALL setpriority "normal"
When set to high, toggle to normal and when set to normal, toggle to high. Without creating 2 differents batch files.