Some Issues / Pull requests and other GitHub chaos confusion
https://github.com/ChrisTitusTech/wi...d0dff82da4ab46
Changing the PowerThrottlingOff key previously errored as the directory PowerThrottling does not exist by default
- Fixed by adding a check in two places for the PowerThrottling directory, and if it does not exist it creates it,
If(!(Test-Path "HKCU:\SYSTEM\CurrentControlSet\Control\Power\Power Throttling")){New-Item -Path "HKLM:\SYSTEM\CurrentControlSet\Control\Power" -Name "PowerThrottling"}
From Chris…. commented May 13, 2022 https://github.com/ChrisTitusTech/winutil/pull/3
The main issue with this PR is that it simply fails to do anything with Power Throttling by removing that path lines. A cleaner way is the complete removal of Power Throttling all together and the removal of it from the GUI. … I'm inclined to just remove the entire bit of code as it seems to have hurt more than helped. So I will close this PR and submit a new version with the full removal of Power Throttling.




Reply With Quote
Bookmarks