File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11@ echo off
2- :: V1.13
2+ :: V1.14
33
44
55:: # elevate with native shell by AveYo
@@ -18,6 +18,8 @@ REG add HKCU\Software\Microsoft\Windows\CurrentVersion\UserProfileEngagement /v
1818REG 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
2020REG add HKLM\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings /v " IsContinuousInnovationOptedIn" /t REG_DWORD /d 1 /f 2 > nul
21+ :: Enable End Task on Taskbar
22+ reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\TaskbarDeveloperSettings /v TaskbarEndTask /t REG_DWORD /d 1 /f
2123:: Enable Num Lock
2224REG add " HKU\.DEFAULT\Control Panel\Keyboard" /v " InitialKeyboardIndicators" /t REG_SZ /d 2 /f 2 > nul
2325:: Disable password expire
You can’t perform that action at this time.
0 commit comments