Skip to content

Commit 2cef471

Browse files
committed
新增 显示联想电池养护模式
1 parent 6a7c36b commit 2cef471

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/config.bat

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\InputMethod\Settings\CHS" /V "Doub
2828
@REM 修改允许备份频率为0分钟
2929
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore" /V "SystemRestorePointCreationFrequency" /T REG_DWORD /F /D 0
3030

31+
@REM 显示联想电池养护模式
32+
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Lenovo\PCManager\BatteryCache" /V "IsBatteryPolymer" /T REG_DWORD /F /D 0
3133
:end-main
3234
timeout 4
3335
endlocal

0 commit comments

Comments
 (0)