|
|
本帖最后由 wuliyen 于 2026-4-20 21:38 编辑
镜像展开约4.5G
声音、网络、打印、蓝牙、远程、游戏等支持
默认开启打印功能,不需要的自行关闭服务
- @echo off
- sc config spooler start= disabled
- net stop spooler
- net stop printnotify
- exit
复制代码
默认关闭远程,需要的自行调整注册表选项
- Windows Registry Editor Version 5.00
- [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Terminal Server]
- "fDenyTSConnections"=dword:00000001
- [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Remote Assistance]
- "fAllowToGetHelp"=dword:00000000
- [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SessionEnv]
- "Start"=dword:00000004
- [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\UmRdpService]
- "Start"=dword:00000004
- [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services]
- "fAllowToGetHelp"=dword:00000000
- "fAllowUnsolicited"=dword:00000000
复制代码
https://www.123684.com/s/jvKTjv-3DqBA?pwd=F4bn#
|
|