论坛风格切换
  • 87阅读
  • 5回复

永久关闭turbo boost [复制链接]

上一主题 下一主题
 
只看楼主 倒序阅读 0 发表于: 05-01
尝试一下
享受生活,轻轻松松玩音响
玩音响,玩的就是电流和振动。
只看该作者 1 发表于: 05-01

sudo nano /Library/LaunchDaemons/com.turboboost.disable.plist
享受生活,轻轻松松玩音响
玩音响,玩的就是电流和振动。
只看该作者 2 发表于: 05-01

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>Label</key>
    <string>com.turboboost.disable</string>
    <key>ProgramArguments</key>
    <array>
        <string>/usr/local/bin/turbo-boost-switcher</string>
        <string>off</string>
    </array>
    <key>RunAtLoad</key>
    <true/>
    <key>StandardOutPath</key>
    <string>/tmp/turboboost.log</string>
    <key>StandardErrorPath</key>
    <string>/tmp/turboboost.err</string>
</dict>
</plist>
享受生活,轻轻松松玩音响
玩音响,玩的就是电流和振动。
只看该作者 3 发表于: 05-01

# 1. 安装Homebrew(如已安装自动跳过)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

# 2. 安装turbo-boost-switcher工具
brew install turbo-boost-switcher

# 3. 立即关闭当前Turbo Boost
sudo turbo-boost-switcher off

# 4. 创建开机永久禁用配置文件
sudo tee /Library/LaunchDaemons/com.turboboost.disable.plist > /dev/null << EOF
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>Label</key>
    <string>com.turboboost.disable</string>
    <key>ProgramArguments</key>
    <array>
        <string>/usr/local/bin/turbo-boost-switcher</string>
        <string>off</string>
    </array>
    <key>RunAtLoad</key>
    <true/>
    <key>StandardOutPath</key>
    <string>/tmp/turboboost.log</string>
    <key>StandardErrorPath</key>
    <string>/tmp/turboboost.err</string>
</dict>
</plist>
EOF

# 5. 设置权限并加载开机服务
sudo chown root:wheel /Library/LaunchDaemons/com.turboboost.disable.plist
sudo launchctl load /Library/LaunchDaemons/com.turboboost.disable.plist

# 6. 验证最终状态
turbo-boost-switcher status
享受生活,轻轻松松玩音响
玩音响,玩的就是电流和振动。
只看该作者 4 发表于: 05-01
享受生活,轻轻松松玩音响
玩音响,玩的就是电流和振动。
只看该作者 5 发表于: 05-01


How to install:

Get the Pro version here to help keeping alive this project :).
You can also download a free binary application or the source code to compile it with XCode.

享受生活,轻轻松松玩音响
玩音响,玩的就是电流和振动。
快速回复
限100 字节
 
上一个 下一个