We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7c36b commit 2cef471Copy full SHA for 2cef471
config/config.bat
@@ -28,6 +28,8 @@ reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\InputMethod\Settings\CHS" /V "Doub
28
@REM 修改允许备份频率为0分钟
29
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore" /V "SystemRestorePointCreationFrequency" /T REG_DWORD /F /D 0
30
31
+@REM 显示联想电池养护模式
32
+reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Lenovo\PCManager\BatteryCache" /V "IsBatteryPolymer" /T REG_DWORD /F /D 0
33
:end-main
34
timeout 4
35
endlocal
0 commit comments