- 运行环境:PC-windows操作系统
- 软件语言:简体中文|授权方式:绿色免费版
- 软件类型:国产软件 - 系统工具 - 优化设置
- 软件大小:1.00 KB
- 下载星级:
- 软件官网:暂无
- 更新时间:2019/1/22 18:55:55
【软件截图】

【基本介绍】
Fn+F5快捷键修复必备工具V2.79.1, 支持各种品牌电脑的Fn快捷键功能修复。
Fn+F5快捷键修复工具相关知识教程:
@echo off
cls
@echo off
if exist "C:\Program Files\Lenovo\Energy Management\Energy Management.exe" (goto regPM32) else if exist "C:\Program Files (x86)\Lenovo\Energy Management\Energy Management.exe" (goto regPM64) else goto hotkey
:regPM32
REG add HKLM\SOFTWARE\Microsoft\Windows(窗口化操作系统system)\CurrentVersion\Run /f /v "Energy Management" /t REG_SZ /d "C:\Program Files\Lenovo\Energy Management\Energy Management.exe"
goto hotkey
:regPM64
REG add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /f /v "Energy Management" /t REG_SZ /d "C:\Program Files (x86)\Lenovo\Energy Management\Energy Management.exe"
goto hotkey
:hotkey
ver | find "5.1">NUL && IF errorlevel 0 goto xp
if exist "C:\Program Files\Lenovo\Energy Management\Utility.exe" (goto reghotkey32) else ( if exist "C:\Program Files (x86)\Lenovo\Energy Management\Utility.exe" (goto reghotkey64) else ( goto nointall ))
:reghotkeyxp
REG add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /f /v "EnergyUtilty" /t REG_SZ /d "C:\Program Files\Lenovo\Energy Management\Utilty.exe"
goto run
:reghotkey32
REG add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /f /v "EnergyUtilty" /t REG_SZ /d "C:\Program Files\Lenovo\Energy Management\Utility.exe"
goto run
:reghotkey64
REG add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /f /v "EnergyUtility" /t REG_SZ /d "C:\Program Files (x86)\Lenovo\Energy Management\Utility.exe"
goto run
:xp
if exist "C:\Program Files\Lenovo\Energy Management\Utilty.exe" (goto reghotkeyxp) else (goto nointall)
goto end
:run
if exist "C:\Program Files\Lenovo\Energy Management\Utility.exe" (goto runUtility) else ( if exist "C:\Program Files\Lenovo\Energy Management\Utilty.exe" (goto runUtility) else ( if exist "C:\Program Files (x86)\Lenovo\Energy Management\Utility.exe" (goto runUtility64) else ( goto nointall)))
:runUtility
start "" "C:\Program Files\Lenovo\Energy Management\Utility.exe"
goto end
:runUtilty
start "" "C:\Program Files\Lenovo\Energy Management\Utilty.exe"
goto end
:runUtility64
start "" "C:\Program Files (x86)\Lenovo\Energy Management\Utility.exe"
goto end
:end
start mshta vbscript:msgbox("布置设置完成!",vbInformation,"提示信息")(window.close)&&exit
exit
:nointall
start mshta vbscript:msgbox("请先安装Lenovo电源管理程序!",vbInformation,"提示信息")(window.close)&&exit
pause