产品概述
产品优势
应用场景
访问管理
使用限制
检测项 | 检测内容 |
操作系统环境相关 | |
| |
| |
| |
| |
| |
系统资源使用率相关 | |
| |
| |
| |
| |
远程连接相关 | |
| |
| |
| |
| |
| |
| |
| |
网络配置相关 | |
| |
| |
| |
| |

resmon 并按 Enter,打开资源监视器窗口。msconfig 并按 Enter,打开“系统配置”窗口。

msconfig 并按 Enter,打开系统配置窗口。
taskmgr.exe 并按 Enter,打开“任务管理器”窗口。
sysdm.cpl 并按 Enter,打开“系统属性”窗口。Path,检查环境变量。
请确保以下4个环境变量存在、顺序无误且位置处在最顶端。若您还有其他自定义环境变量,请尽量放至最底端。
若您的环境变量出现问题,请进行修复:%SystemRoot%\\system32%SystemRoot%%SystemRoot%\\System32\\Wbem%SYSTEMROOT%\\System32\\WindowsPowerShell\\v1.0\\
resmon 并按 Enter,打开资源监视器。
sysdm.cpl 并按 Enter,打开“系统属性”窗口。
resmon 并按 Enter,打开资源监视器。
Get-Service termservice |Start-Service -Verbose

sc.exe queryex termservice

taskkill.exe /f /pid “PID数字”
taskkill.exe /f /pid 800
Start-Service TermService

Set-ItemProperty 'HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Terminal Server\\WinStations\\RDP-Tcp\\' -Name fEnableWinStation -Value "1" -Force

netsh.exe winsock reset

regedit 并按 Enter,打开“注册表编辑器”。WinStations 文件。WinStations 文件,在弹出菜单中选择导出。WinStations.reg 为例。WinStations.reg。WinStations 文件,并将导出的 WinStations 文件导入异常实例。请双击需导入的 WinStations.reg 文件,并在弹出窗口中单击是即可完成导入。
Set-ItemProperty 'HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Terminal Server\\WinStations\\RDP-Tcp\\' -Name fEnableWinStation -Value "1" -Force

Set-ItemProperty 'HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Terminal Server\\' -Name "fDenyTSConnections" -Value 0 -Force

Remove-Item -Path 'Cert:\\LocalMachine\\Remote Desktop\\*' -Force -ErrorAction SilentlyContinue
Restart-Service TermService -Force

Remove-WindowsFeature Remote-Desktop-Services

Set-ItemProperty HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Lsa -Name forceguest -Value 0 -Force

wf 并按 Enter,打开“高级安全 Windows 防火墙”窗口。
netsh int ipv4 set dynamicport tcp start=10000 num=55536
netsh int ipv4 set dynamicport udp start=10000 num=55536
Set-ItemProperty HKLM:\\SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters\\ -Name TcpTimedWaitDelay -Value 30 -Force

Set-ItemProperty HKLM:\\SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters\\ -Name TcpTimedWaitDelay -Value 30 -Force

ncpa.cpl 并按 Enter,打开“网络连接”窗口。
ncpa.cpl 并按 Enter,打开“网络连接”窗口。
ncpa.cpl 并按 Enter,打开“网络连接”窗口。183.60.83.19 和 183.60.82.98)。route print
route add 169.254.0.0 mask 255.255.128.0 $Gateway -p
$Gateway 需替换为您实际的网关地址。文档反馈