Windows 10 LTSC (支持UEFI,默认密码Teddysun.com)
系统 :debian x11
apt-get install -y xz-utils openssl gawk file wget screen && screen -S os
wget --no-check-certificate -O NewReinstall.sh https://raw.githubusercontent.com/fcurrk/reinstall/master/NewReinstall.sh && chmod a+x NewReinstall.sh && bash NewReinstall.sh
https://dl.lamp.sh/vhd/cn_win2012r2_uefi.xz
Teddysun.com
netsh advfirewall firewall add rule name="block_tcp_135_137_138_139_445" protocol=TCP dir=in localport=135,137,138,139,445 action=block
netsh advfirewall firewall add rule name="block_udp_135_137_138_139_445" protocol=UDP dir=in localport=135,137,138,139,445 action=block
禁ping
netsh advfirewall firewall add rule name="Block ICMPv4" protocol=ICMPv4 dir=in action=block
netsh advfirewall firewall add rule name="Block ICMPv6" protocol=ICMPv6 dir=in action=block
win11
wget -qO DebianNET.sh qiu.sh/dd && bash DebianNET.sh -dd "https://dl.lamp.sh/vhd/zh-cn_windows11_22h2.xz"
win10
wget -qO DebianNET.sh qiu.sh/dd && bash DebianNET.sh -dd "https://dl.lamp.sh/vhd/zh-cn_windows10_ltsc.xz"
账号密码 用户名: administrator 密码:Teddysun.com 端口:3389
评论(0)