Friday, 27 April 2012

cpu stress for windows



powershell script to send cpu to 100% - open several powershell windows to spike all the cores - thanks to WWoIT

$result = 1; foreach ($number in 1..2147483647) {$result = $result * $number};

No comments:

Post a Comment