Update define.sh

This commit is contained in:
Kroese 2024-05-19 08:51:15 +02:00 committed by GitHub
parent 34098db958
commit f1bc86ea42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2036,6 +2036,10 @@ configXP() {
echo "" echo ""
echo "[TerminalServices]" echo "[TerminalServices]"
echo "AllowConnections=1" echo "AllowConnections=1"
echo ""
echo "[GuiRunOnce]"
echo "%SystemRoot%\notepad.exe"
echo "%SystemRoot%\system32\reg.exe add \"HKEY_CURRENT_USER\Control Panel\Desktop\" /v ScreenSaveActive /t REG_SZ /d 0 /f"
} | unix2dos > "$target/WINNT.SIF" } | unix2dos > "$target/WINNT.SIF"
{ echo "Windows Registry Editor Version 5.00" { echo "Windows Registry Editor Version 5.00"