Skip to content

Commit 778062f

Browse files
committed
Update removemsapp.bat
Add Num Lock at start up
1 parent b948a50 commit 778062f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

removemsapp.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
2-
:: V1.11
2+
:: V1.12
33

44

55
::# elevate with native shell by AveYo
@@ -18,6 +18,8 @@ REG add HKCU\Software\Microsoft\Windows\CurrentVersion\UserProfileEngagement /v
1818
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v "HideFileExt" /t REG_DWORD /d 0 /f 2> nul
1919
:: Enable Get Latest Updates as soon as available
2020
REG add HKLM\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings /v "IsContinuousInnovationOptedIn" /t REG_DWORD /d 1 /f 2> nul
21+
:: Enable Num Lock
22+
REG add "HKU\.DEFAULT\Control Panel\Keyboard" /v "InitialKeyboardIndicators" /t REG_SZ /d 2 /f 2> nul
2123
:: do not put screen and pc to sleep
2224
powercfg /change monitor-timeout-ac 0 2> nul
2325
powercfg /change monitor-timeout-dc 0 2> nul

0 commit comments

Comments
 (0)