Alguém relatou um problema semelhante e parece que foi causado pelo painel de controle ATI / AMD Catalyst. Fechar e removê-lo da inicialização pode resolver o problema.
Fonte: link
Eu gosto de diminuir o ritmo do meu processador para manter a calma. Eu uso a seguinte configuração:
Masduranteosjogos(geralmentepor4-5minutos),asconfiguraçõesvoltamautomaticamentepara100%.
Eu também tentei fazer um novo plano de energia, mas a mesma coisa acontece. Meu processador é o Amd anthlon X2 4600 (2.4 GHz) e o SO é o Windows 7.
Por que o estado do processador está mudando automaticamente e como evitá-lo?
Alguém relatou um problema semelhante e parece que foi causado pelo painel de controle ATI / AMD Catalyst. Fechar e removê-lo da inicialização pode resolver o problema.
Fonte: link
Eu não tenho certeza, mas acho que isso significa usar 100% dos 85% de seu poder de processamento atribuído.
De acordo com este thread, isso também pode ser causado pelo programa ASUS touchpad. Para o meu dispositivo (ASUS T300 Chi com Windows 10), importando a seguinte tarefa :
<?xml version="1.0" encoding="UTF-16"?>
<Task version="1.4" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
<RegistrationInfo>
<Date>2013-09-24T21:40:06.4839126</Date>
<Author>DuctTapeDude</Author>
<Description>Combats 100% Minimum CPU use from the Asus Smart Gesture thing</Description>
</RegistrationInfo>
<Triggers>
<EventTrigger>
<Enabled>true</Enabled>
<Subscription><QueryList><Query Id="0" Path="System"><Select Path="System">*[System[Provider[@Name='Microsoft-Windows-UserModePowerService'] and (Level=4 or Level=0) and Task = 10 and (EventID=12) and Security[@UserID='S-1-5-18']]]</Select></Query></QueryList></Subscription>
</EventTrigger>
</Triggers>
<Principals>
<Principal id="Author">
<UserId>S-1-5-18</UserId>
<RunLevel>HighestAvailable</RunLevel>
</Principal>
</Principals>
<Settings>
<MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
<DisallowStartIfOnBatteries>false</DisallowStartIfOnBatteries>
<StopIfGoingOnBatteries>true</StopIfGoingOnBatteries>
<AllowHardTerminate>false</AllowHardTerminate>
<StartWhenAvailable>false</StartWhenAvailable>
<RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
<IdleSettings>
<StopOnIdleEnd>true</StopOnIdleEnd>
<RestartOnIdle>false</RestartOnIdle>
</IdleSettings>
<AllowStartOnDemand>true</AllowStartOnDemand>
<Enabled>true</Enabled>
<Hidden>true</Hidden>
<RunOnlyIfIdle>false</RunOnlyIfIdle>
<DisallowStartOnRemoteAppSession>false</DisallowStartOnRemoteAppSession>
<UseUnifiedSchedulingEngine>false</UseUnifiedSchedulingEngine>
<WakeToRun>false</WakeToRun>
<ExecutionTimeLimit>PT5S</ExecutionTimeLimit>
<Priority>7</Priority>
</Settings>
<Actions Context="Author">
<Exec>
<Command>C:\Windows\System32\powercfg.exe</Command>
<Arguments>/SETDCVALUEINDEX SCHEME_BALANCED SUB_PROCESSOR PROCTHROTTLEMIN 0</Arguments>
</Exec>
<Exec>
<Command>C:\Windows\System32\powercfg.exe</Command>
<Arguments>/SETACVALUEINDEX SCHEME_BALANCED SUB_PROCESSOR PROCTHROTTLEMIN 4</Arguments>
</Exec>
<Exec>
<Command>C:\Windows\System32\powercfg.exe</Command>
<Arguments>/SETDCVALUEINDEX SCHEME_BALANCED SUB_PROCESSOR SYSCOOLPOL 0</Arguments>
</Exec>
<Exec>
<Command>C:\Windows\System32\powercfg.exe</Command>
<Arguments>/SETDCVALUEINDEX SCHEME_BALANCED 44f3beca-a7c0-460e-9df2-bb8b99e0cba6 3619c3f2-afb2-4afc-b0e9-e7fef372de36 0</Arguments>
</Exec>
</Actions>
</Task>
fornecida em este tópico parece ter consertado para mim.