仅作为自己记录使用。

1. 关闭自带的防病毒软件 [可忽略]

以下注册表方式暂未经过验证!!!!【任选其一运行】

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender\Features]
"TamperProtection"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender]
"DisableAntiSpyware"=dword:00000001
"DisableRealtimeMonitoring"=dword:00000001
"DisableAntiVirus"=dword:00000001
"DisableSpecialRunningModes"=dword:00000001
"DisableRoutinelyTakingAction"=dword:00000001
"ServiceKeepAlive"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection]
"DisableBehaviorMonitoring"=dword:00000001
"DisableOnAccessProtection"=dword:00000001
"DisableScanOnRealtimeEnable"=dword:00000001
"DisableRealtimeMonitoring"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Signature Updates]
"ForceUpdateFromMU"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet]
"DisableBlockAtFirstSeen"=dword:00000001
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender\Features]
"TamperProtection"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender]
"DisableAntiSpyware"=dword:00000001
"DisableRealtimeMonitoring"=dword:00000001
"DisableAntiVirus"=dword:00000001

; Microsoft Defender Antivirus Mini-Filter Driver
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WdFilter]
"Start"=dword:00000004

 Microsoft Defender Antivirus Network Inspection System Driver
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WdNisDrv]
"Start"=dword:00000004

; Microsoft Defender Antivirus Network Inspection Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WdNisSvc]
"Start"=dword:00000004

; Microsoft Defender Antivirus Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinDefend]
"Start"=dword:00000004

2.系统激活

首先通过产品密钥变更系统为 LOT LTSC【如果之前使用过数字激活,大概率输入以下密钥后会自动激活】

CGK42-GYN6Y-VD22B-BX98W-J8JXD

LOT LTSC 有 10 年的维护期,而 LTSC 2024 仅只有 5 年的维护期,因此推荐使用 LOT LTSC。
之后使用 KMS 激活进行数字激活即可(一些激活工具在激活的过程中会自动的将 LTSC 变更为 LOT LTSC 版本)。

3.安装应用商店 [可忽略]

使用管理员运行 PowerShell 指令即可

wsreset -i

4.安装驱动 [略]

5.安装 OneDrive [可忽略]

直接在此链接下载安装即可。

https://www.microsoft.com/zh-cn/microsoft-365/onedrive/download

6.禁用 BitLocker

Win11 除去 LOT 的镜像不会自动启动 BotLocker 外,其余会在安装过程中自动启动 BitLocker [前提是符合 Win11 的安装标准且开启了安全启动,建议在安装之前先禁用安全启动]

也可以在安装过程中直接通过运行注册表,将下面的键值添加后继续安装则不会启动 BitLocker

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\BitLocker]
"PreventDeviceEncryption"=dword:00000001

7.待补充

作者:ALan