feat: Improve Windows configuration (#161)

This commit is contained in:
Kroese
2024-02-08 17:49:26 +01:00
committed by GitHub
parent 4534f66d73
commit b92d2589b1
13 changed files with 59 additions and 134 deletions

View File

@@ -826,7 +826,7 @@ prepareXP() {
echo "AdminPassword=*"
echo "TimeZone=0"
echo "AutoLogon=Yes"
echo "AutoLogonCount=99999"
echo "AutoLogonCount=65432"
echo ""
echo "[UserData]"
echo "FullName=\"Docker\""

View File

@@ -58,6 +58,6 @@ SAMBA="/etc/samba/smb.conf"
} | unix2dos > "$SHARE/readme.txt"
smbd -D
wsdd -i dockerbridge -p -n "host.local" &
wsdd -i dockerbridge -p -n "host.lan" &
return 0