I still have flashing powershell window. Something is wrong. Win 10 (1803)
-
-
Throttle is more convenient and functional , you should try it first.
A better version is upload below, input profile is enough.
Thanks a lot, I made a little tool to auto apply these settings
Run exe, then input xtu profile name, auto apply profile on at startup.
Run again, config removed.Attached Files:
Last edited: Jul 5, 2019Spartan@HIDevolution and hmscott like this. -
-
I hadn't used Intel XTU in ages until just recently, but I remember when I got my G750 in 2013 and was experimenting with undervolting I definitely remember that XTU used to automatically apply the settings after a boot up. It wasn't immediately but after a few minutes when I would check CPU-Z, I would see the core multipliers overclocked.
Can anyone confirm that this feature has been removed from newer/current versions of XTU?hmscott likes this. -
Cheers! -
Sorry, only four options :
- under-volt
- long boost watt
- short boost watt
- short boost time
If you don't want it working, type default value, for under-volt is 0.
Of course, run remove with admin everytime you want to change it.
First time to write ps scripts, sorry
I may improve it when I have time.
A better way to achieve this is to auto apply xtu profile.Last edited: Jan 5, 2019 -
Thanks for your reply, no problem.
I actually uninstalled the latest XTU version and just went back to version 6.2.0.19 (as someone mentioned earlier in the thread) and now its working again and automatically applying the underclock without any any powershell or messing around
So I think they removed the automatic applying from newer versions, which is a shame.hmscott likes this. -
All you need to do is to input your xtu profile name.
You should try throttlestop first, I think it is more convenient and functional.
Tested on Windows 10 with Powershell support !
Every time you run this little tools it will remove last settings.Attached Files:
Last edited: Jul 5, 20196.|THE|1|BOSS|.9 and RoryH like this. -
-
Sent from my SM-G965F using Tapatalk -
There are lots of articles and forum threads about this, you can find what you need through XTU docs, forums, and google:
https://www.google.com/search?q=intel+xtu+command+line+optionsDjadit likes this. -
Sent from my SM-G965F using Tapatalkhmscott likes this. -
what about getting a profile to auto load at windows logon? how does one do that? like a profile that only overclocks turbo speed?
-
-
Spartan@HIDevolution Company Representative
-
My goal would be to use latest XTU since I have a i7-8750H, and re-enable profile loading with undervolt on startup always working, even after hibernation or full shutdown...Last edited: May 5, 2019 -
-
6.|THE|1|BOSS|.9 Notebook Evangelist
Vasudev likes this. -
-
I am not sure which script you are using, for the first one, run `remove...` with admin, for the second, just run again.
The 2nd one is better if u are using win10.
If you can't remove it totally, you should check out your `task scheduler`.
It is very clean and won't break your pc.Last edited: Jul 5, 2019hmscott likes this. -
I found ThrottleStop to not misbehave in terms of automatically undervolting compared to setting up XTU.
hmscott likes this. -
I wonder if this is still necessary now. Maybe the new versions fixed it? I haven't found it misbehave yet
hmscott likes this. -
Set up DGC first with max CPU (4.5ghz) then add on multiplier with XTU between 4.7ghz - 5.0ghz depending on if it's a daily driver session or a benchmark session.
If you open DGC you are fine, but don't change any settings as it will go through and re-apply CPU settings too, and XTU will show the reduced core multipliers. Then you just go through XTU again to reset the core multipliers by hand - or if you have a profile setup Load it then Save it, then you are set again.
Both XTU and TS set settings in the BIOS so if you change settings in the BIOS you may find the OS setting apps get in the way. So if you've found the long term settings you want and move them to the BIOS - locked or unlocked - turn off the Windows settings tools, or at least disable them from running at boot time.
BTW, I always exit XTU systray app after boot time, I don't need the XTU monitoring service running and exiting that improves benchmarks. Exiting any process you don't need for benchmarking can improve performance - every little bit helps. -
i need help, it was working before update, i don t know what to change
-
....undervolting doesn't seem to be working
http://forum.notebookreview.com/thr...eem-to-be-working.830974/page-2#post-10989989
If you had a recent BIOS update, then you'll want to reverse that by reverting to the previous version - hopefully you can find a copy of the previous version to flash, follow the links in that link above and read those threads for more info.
If there was a Windows Update then find the element that is patching plundervolt and uninstall it - block it from reinstalling.
Good luck
Here's another workaround by @unclewebb :
http://forum.notebookreview.com/thr...-win-update-bios.831450/page-10#post-10990441Last edited: Feb 13, 2020 -
Hello friend, I tell you that I have tried to use this post and I followed all the steps but something does not work for me in the code since I get this error, I do not know if you can help
(I speak Spanish, sorry if something is wrong)
my file path is
C:\ProgramData\Intel\Intel Extreme Tuning Utility\Default.xtu
the code I stay
$ status = get-service -name "XTU3SERVICE" | Seleccionar objeto {$ _. Estado} | formato ancho
if ($ status -ne "Running") {start-service -name "XTU3SERVICE"}
"&" "C:\ProgramData\Intel\Intel Extreme Tuning Utility\Default.xtu" -t -id 34 -v -130
sleep 4
stop-process -id $ PID -force}
.
.
.
.
.
The error I get is the following
.
.
.
.
.
Online: 3 Character: 5
+ "&" "C: \ ProgramData \ Intel \ Intel Extreme Tuning Utility \ Default.xtu" - ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
Token '"C: \ ProgramData \ Intel \ Intel Extreme Tuning Utility \ Default.xtu"' unexpected in expression or statement.
Online: 3 Character: 69
+ ... rogramData \ Intel \ Intel Extreme Tuning Utility \ Default.xtu "-t -id 34 ...
+ ~~
Unexpected token '-t' in expression or statement.
Online: 3 Character: 72
+ ... amData \ Intel \ Intel Extreme Tuning Utility \ Default.xtu "-t -id 34 -v - ...
+ ~~~
Unexpected token '-id' in expression or statement.
+ CategoryInfo: ParserError: ) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId: UnexpectedToken
Help MeLast edited: Apr 25, 2020 -
ThatOldGuy Notebook Virtuoso
The latest versions of Throttlestop or XTU will hold the undervolt just fine.
If that does not work. Your OEM may have patched your BIOS to not allow undervolt due to an INTEL vulnerability (Which was nonsense and scaremongering about an exploit that virtually no one would ever use) @Papusan can tell you all about it
As for your code. I can't comment on the Spanish, or even if you can use Spanish mixed with English. There seems to be some spaces where there shouldn't be, missing at least one '-', and '}' should not be the last symbol. Lastly in the "C" folder path. the XTU path should lead to a ".exe" executable.Papusan likes this.
How to automatically under-volt in XTU without opening it
Discussion in '2015+ Alienware 13 / 15 / 17' started by ThatOldGuy, Mar 3, 2017.