Skip to content

Commit ae0151b

Browse files
committed
Enable End Task on Taskbar
Enable End Task on Taskbar
1 parent 3fab055 commit ae0151b

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.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
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 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
2224
REG add "HKU\.DEFAULT\Control Panel\Keyboard" /v "InitialKeyboardIndicators" /t REG_SZ /d 2 /f 2> nul
2325
:: Disable password expire

0 commit comments

Comments
 (0)