From e24fc93bc096fab0631e6fba4f98965d39e1913b Mon Sep 17 00:00:00 2001 From: salem <77879189@qq.com> Date: Fri, 18 Sep 2026 16:40:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20=E7=94=B2=E9=AA=A8?= =?UTF-8?q?=E6=96=87DD=20win11=20IoT=20enterprise=E6=95=99=E7=A8=8B(arm).M?= =?UTF-8?q?D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 甲骨文DD win11 IoT enterprise教程(arm).MD | 29 +++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 甲骨文DD win11 IoT enterprise教程(arm).MD diff --git a/甲骨文DD win11 IoT enterprise教程(arm).MD b/甲骨文DD win11 IoT enterprise教程(arm).MD new file mode 100644 index 0000000..fe55de7 --- /dev/null +++ b/甲骨文DD win11 IoT enterprise教程(arm).MD @@ -0,0 +1,29 @@ +``` +下载reinstall脚本 +```bash +curl -O https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.sh || wget -O reinstall.sh $_ +``` + +获取直链 +1. 访问网站 [https://ntriver.org/drive?en-us_windows_11_iot_enterprise_ltsc_2024_arm64_dvd_ec517836.iso](https://ntriver.org/drive?en-us_windows_11_iot_enterprise_ltsc_2024_arm64_dvd_ec517836.iso) +2. 右键 Download 获取下载直链 + +补充以下脚本并运行脚本 (tempdelivery 是下载直链) + +``` +bash reinstall.sh windows \ +--image-name "Windows 11 IoT Enterprise LTSC 2024" \ +--iso "https://tempdelivery.13376767.xyz/db/en-us_windows_11_iot_enterprise_ltsc_2024_arm64_dvd_ec517836.iso?t=gGjjkJWQTDMQ3zCT&a=45102&u=rfzqKDfnNlt6CKwd&sig=1c9f2133d13fca12d2ac9eddd7634ca6e93a8c816878a2d5836d98582119f141" +``` + +输入 windows 你想设置的账号密码 + +如果你想看 log,现在阅读脚本的输出(duplicate 一个当前的 ssh,账号和密码都是你设置的 win 的账号密码),然后阅读终端输出 + +reboot,然后等待安装(安装前请确保 3389 端口未打开,安装后会被爆破) + +安装结束后,等待 15-30 分钟失联时间,然后打开防火墙,立刻 RDP 连接,安装 RDP 防护工具 +(个人推荐[https://github.com/devnulli/EvlWatcher/releases/tag/v2.1.62](https://github.com/devnulli/EvlWatcher/releases/tag/v2.1.62) ) + +> +> 此教程发布于内板,只公开一天,不要转载,需要可右键浏览器自行通过 Print to PDF 打印 \ No newline at end of file