Skip to content

Instantly share code, notes, and snippets.

@vemacs
Last active December 20, 2015 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vemacs/93dfa35fe53713c90c2a to your computer and use it in GitHub Desktop.
Save vemacs/93dfa35fe53713c90c2a to your computer and use it in GitHub Desktop.
$status = get-service -name "XTU3SERVICE" | Select-Object {$_.status} | format-wide
if ($status -ne "Running") { start-service -name "XTU3SERVICE"}
& 'C:\Program Files (x86)\Intel\Intel(R) Extreme Tuning Utility\Client\XTUCli.exe' -t -id 34 -v -100.58593750000
sleep 3
& 'C:\Program Files (x86)\Intel\Intel(R) Extreme Tuning Utility\Client\XTUCli.exe' -t -id 83 -v -100.58593750000
sleep 4
stop-process -id $PID -force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment