From 98951a5930f47e89b7f6db7fb29c201630d78e97 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 28 May 2024 00:15:05 +0200 Subject: [PATCH] Update define.sh --- src/define.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/define.sh b/src/define.sh index 4845920..b471678 100644 --- a/src/define.sh +++ b/src/define.sh @@ -2229,6 +2229,9 @@ prepareInstall() { echo "[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]" echo "\"LimitBlankPasswordUse\"=dword:00000000" echo "" + echo "[HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\srvWiz]" + echo "@=dword:00000000" + echo "" echo "[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]" echo "\"RunCount\"=dword:00000000" echo ""