Jump to content
LaptopVideo2Go Forums

GPU Downclocking for no apparent reason? optimize Powermizer


Guest Carsten

Recommended Posts

Guest Carsten

Hallo!

Zu dem Beitrag: GPU Downclocking for no apparent reason? Disable Powermizer

Hier ein Batchfile um den PowerMizer zu optimieren!

Netzbetrieb => optimale Leistung | Batterie => optimale Energieeinsparung

@echo off

rem NVidia Einstellungen für PowerMizer optimieren: Netzbetrieb => optimale Leistung | Batterie => optimale Energieeinsparung

rem kann sich lokal unterscheiden! BITTE ANPASSEN!

set V_KEY={645ECD80-5EAF-416F-8681-36F790333FB5}

rem 3322 => Einstellungen werden verwendet | 3333 => Einstellungen werden ignoriert

REG ADD HKLM\SYSTEM\CurrentControlSet\Control\Video\%V_KEY%\0000 /v PerfLevelSrc /t REG_DWORD /d 0x00003322 /f

rem 3 => Optimale Stromeinsparung | 2 => Ausgewogene Leistung/Stromeinsparung | 1 => Maximale Leistung

rem Batteriebetrieb

REG ADD HKLM\SYSTEM\CurrentControlSet\Control\Video\%V_KEY%\0000 /v PowerMizerLevel /t REG_DWORD /d 0x00000003 /f

rem Netzbetrieb

REG ADD HKLM\SYSTEM\CurrentControlSet\Control\Video\%V_KEY%\0000 /v PowerMizerLevelAC /t REG_DWORD /d 0x00000001 /f

rem PowerMizer aktivierten | 1 => aktiviert | 2 => deaktiviert

REG ADD HKLM\SYSTEM\CurrentControlSet\Control\Video\%V_KEY%\0000 /v PowerMizerEnable /t REG_DWORD /d 0x00000001 /f

echo Computer muss neu gestartet werden!

shutdown /r /t 300

Link to comment
Share on other sites

English translation, via Google Translate: Also, maybe this should be moved in the German language forum by a moderator?

Hello!

The story: GPU Downclocking for no apparent reason? Disable Powermizer

Here is a batch file in order to optimize the PowerMizer!

Grid operation => optimal performance | Battery => optimal energy savings

@ echo off

NVidia rem settings for PowerMizer optimizes network operation => optimal performance | Battery => optimal energy savings

rem may differ locally! Customize PLEASE!

set V_KEY = (645ECD80-5EAF-416F-8681-36F790333FB5)

rem 3322 => settings are used | 3333 => settings are ignored

REG ADD HKLM \ SYSTEM \ CurrentControlSet \ Control \ video \% V_KEY% \ 0000 / PerfLevelSrc v / t REG_DWORD / d 0x00003322 / f

rem 3 => Optimal electricity savings | 2 => Balanced power / electricity savings | 1 => Maximum power

REM battery operation

REG ADD HKLM \ SYSTEM \ CurrentControlSet \ Control \ video \% V_KEY% \ 0000 / PowerMizerLevel v / t REG_DWORD / d 0x00000003 / f

REM network operation

REG ADD HKLM \ SYSTEM \ CurrentControlSet \ Control \ video \% V_KEY% \ 0000 / PowerMizerLevelAC v / t REG_DWORD / d 0x00000001 / f

rem PowerMizer activated | 1 => enabled | 2 => disabled

REG ADD HKLM \ SYSTEM \ CurrentControlSet \ Control \ video \% V_KEY% \ 0000 / PowerMizerEnable v / t REG_DWORD / d 0x00000001 / f

echo computer must be restarted!

shutdown / r / t 300

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...