Results 1 to 10 of 935

Thread: Windows 10 and Office Excel

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Fuhrer, Vierte Reich DocAElstein's Avatar
    Join Date
    Aug 2014
    Posts
    10,457
    Rep Power
    10
    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.
    Last edited by DocAElstein; 05-24-2022 at 01:41 AM.

Similar Threads

  1. Tests and Notes on Range Referrencing
    By DocAElstein in forum Test Area
    Replies: 70
    Last Post: 02-20-2024, 01:54 AM
  2. Tests and Notes for EMail Threads
    By DocAElstein in forum Test Area
    Replies: 29
    Last Post: 11-15-2022, 04:39 PM
  3. Notes tests. Excel VBA Folder File Search
    By DocAElstein in forum Test Area
    Replies: 39
    Last Post: 03-20-2018, 04:09 PM
  4. Replies: 2
    Last Post: 12-04-2012, 02:05 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •