询问者
windows server 2008 Remote Desktop Service 服务启动项灰色,无法启动

问题
全部回复
-
您好:
0 在命令提示符中输入winver 查看当前操作系统版本是server 2008 企业版还是server 2008 企业版sp11 请以管理员身份打开命令提示符输入以下命令看看是否有用
sfc /scannow
dism /online /cleanup-image /scanhealth
dism /online /cleanup-image /checkhealth
dism /online /cleanup-image /restorehealth
2 您这台服务器起啥功能呢?
打开powershell 输入get-windowsfeature 查看安装了哪些角色
如它是DC ,DNS 服务器等
3 此服务器安装了哪些应用呢?
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.- 已编辑 Andy YOUMicrosoft contingent staff 2019年5月24日 15:48
-
感谢你回复!
1、我的版本是server 2008 r2企业版
2、用sfc扫描过没有发现错误
dism结果如下
=================================
Checking System Update Readiness.
Binary Version 6.1.7601.23471
2019-05-26 21:43
Checking Windows Servicing Packages
Checking Package Manifests and Catalogs
Checking Package Watchlist
Checking Component Watchlist
Checking Packages
Checking Component Store
Summary:
Seconds executed: 907
No errors detected3、这个服务器没有起什么角色,上面部署的是第三方应用作为一台radius服务器。
技术成就梦想!
-
您好:
4 在命令提示符中以管理员身份运行下面命令,看看是否有报错信息
net start termservice5请您分享下在故障服务器上下面注册表键值情况
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TermService
检查image文件路径是 %SystemRoot%\System32\svchost.exe -k NetworkService
6 检查故障服务器上如下文件是否存在
%SystemRoot%\System32\termsrv.dll
7在设备管理器中看看是否有驱动是感叹号的
如果有你可以尝试重新安装他们. 然后检查确保在 %systemroot%\system32\drivers\termdd.sys 有termdd.sys文件存在
8您这台服务器加域了吗?
在命令提示符中输入gpresult /h remote.html 查看是否有关于terminal server或远程相关的策略。
9 在eventviewer\windows logs\system 中查看您这remote desktop servies 最后一次是什么时候停止的。
再查看eventviewer\windows logs\application 是否在这个服务停止时间安装了啥应用。
使用powershell如下命令导出故障机补丁更新列表,看看最后一次停止时间前是否安装了window更新
$QFE = Get-hotfix -computername $server | select-object -property Description,HotFixID,InstalledBy,InstalledOn | out-file c:\windows\temp\$server.txt
要把$server改成故障服务器名
10 您是否有正常情况的服务器备份能够恢复到正常状态?
11如果问题持续由于server 2008 已经过了生命周期,没有持续的补丁维护其安全性,您是否能够迁移使用radius到其他服务器?
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
- 已编辑 Andy YOUMicrosoft contingent staff 2019年5月27日 6:12
- 已建议为答案 Andy YOUMicrosoft contingent staff 2019年5月31日 15:15
-
您好:
请问问题解决了吗?Best Regards
Andy YOU
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.