|
|
本帖最后由 wuliyen 于 2026-6-13 22:30 编辑
更新为8655版
镜像展开约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://1817650899.share.123865.com/123pan/jvKTjv-L2NMA?pwd=Hpjp#
|
评分
-
查看全部评分
|