I got my XPS 9560 a week ago. One of the first things I did was UNDERVOLT to -0.135 V (after testing 0.005 V at a time (offset).
I use a task scheduler powershell script to start it every time I login.
"$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 -135
sleep 4
stop-process -id $PID -force"
sometimes it works, sometimes it doesn't. When I checked HWmonitor a few minutes ago it said it was currently at -0.135 V, but it had spiked to +0.389 V to the offset. When I run benchmark applications like Intel XTU stress test, utilization doesn't go above 50%, and the frequency of the CPU never goes above 1.5Ghz. Please help me, did I damage my CPU?
Can this voltage spike damage my CPU?
I use a task scheduler powershell script to start it every time I login.
"$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 -135
sleep 4
stop-process -id $PID -force"
sometimes it works, sometimes it doesn't. When I checked HWmonitor a few minutes ago it said it was currently at -0.135 V, but it had spiked to +0.389 V to the offset. When I run benchmark applications like Intel XTU stress test, utilization doesn't go above 50%, and the frequency of the CPU never goes above 1.5Ghz. Please help me, did I damage my CPU?
Can this voltage spike damage my CPU?