WIN XP SP2 的SERVER 服务不见了!
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了WIN XP SP2 的SERVER 服务不见了!相关的知识,希望对你有一定的参考价值。
本人不算菜鸟,也算不上大虾。现通过ADSL路由方式上网。为了自己电脑的安全,我禁用了系统的 SERVER , Workstation , Computer Browser , Windows Time ,Terminal Services , Remote Registry , Task Scheduler, NetMeeting Remote Desktop Sharing,Messenger ,Network Connections ,Remote Access Connection Manager, Remote Desktop Help Session Manager等服务,今天使用“计算机管理”查看本地用户隶属于哪个组时需要开SERVER , Workstation 时发现SERVER 服务找不到了!进入DOS SHELL 下输入NET SHARE 时,提示:“服务名无效。请键入 NET HELPMSG 2185以获得更多帮助。”2185帮助的解释是:“视图启动系统中没有配置的服务."
也就是说我系统中的SERVER服务不知怎样被删除了,现在我该怎样恢复上去呢?
不是那样的,现在就是server.msc 找不到SERVER 服务,怎么启用啊?
Exchange 2016 &XP&outlook 2010 sp2无法配置解决方法
环境:Server :Windows Server 2016 + Exchange Server 2016 CU4
客户端:Windows XP sp3 + outlook 2010 sp2
以上环境无法配置outlook,会一直提示输入密码,在win7下正常。解决方法如下:
顺利列出其他环境的解决方法:
Exchange 2007/2010 Set-OutlookAnywhere -Identity ‘SERVER\Rpc (Default Web Site)‘ -SSLOffloading $true -ClientAuthenticationMethod NTLM -IISAuthenticationMethods Basic,NTLM
Exchange 2013+ with backwards compatibility with Outlook 2010 and 2007 Set-OutlookAnywhere -Identity ‘SERVER\Rpc (Default Web Site)‘ -SSLOffloading $true -ExternalClientAuthenticationMethod NTLM -InternalClientAuthenticationMethod NTLM -IISAuthenticationMethods Basic,NTLM,Negotiate
Exchange 2013+ with Outlook 2013+
Set-OutlookAnywhere -Identity ‘SERVER\Rpc (Default Web Site)‘ -SSLOffloading $true -ExternalClientAuthenticationMethod Negotiate- InternalClientAuthenticationMethod Negotiate -IISAuthenticationMethods Basic,NTLM,Negotiate
Set the CertPrincipalName for the OutlookProvider settings.
Set-OutlookProvider -Identity EXCH -CertPrincipalName msstd:(Subject name of certificate)
Set-OutlookProvider -Identity EXPR -CertPrincipalName msstd:(Subject name of certificate)
Set-OutlookProvider -Identity WEB -CertPrincipalName msstd:(Subject name of certificate)
设置 Client Access Server‘s Autodiscover:
Set-ClientAccessServer -Identity ‘SERVER‘ -AutoDiscoverServiceInternalUri ‘https://OWAHOSTNAME/Autodiscover/Autodiscover.xml‘
设置所有IIS虚拟目录:
Set-ActiveSyncVirtualDirectory -Identity ‘SERVER\Microsoft-Server-ActiveSync (Default Web Site)‘ -ActiveSyncServer ‘https://OWAHOSTNAME/Microsoft-Server-ActiveSync‘ -InternalUrl ‘https://OWAHOSTNAME/Microsoft-Server-ActiveSync‘ -ExternalUrl ‘https://OWAHOSTNAME/Microsoft-Server-ActiveSync‘
Set-EcpVirtualDirectory -Identity ‘SERVER\ecp (Default Web Site)‘ -InternalUrl ‘https://OWAHOSTNAME/ecp‘ -ExternalUrl ‘https://OWAHOSTNAME/ecp‘
Set-OabVirtualDirectory -Identity ‘SERVER\OAB (Default Web Site)‘ -InternalUrl ‘https://OWAHOSTNAME/OAB‘ -ExternalUrl ‘https://OWAHOSTNAME/OAB‘ -RequireSSL $true
Set-OwaVirtualDirectory -Identity ‘SERVER\owa (Default Web Site)‘ -InternalUrl ‘https://OWAHOSTNAME/owa‘ -ExternalUrl ‘https://OWAHOSTNAME/owa‘
Set-AutodiscoverVirtualDirectory -Identity ‘SERVER\Autodiscover (Default Web Site)‘ -InternalUrl $null -ExternalUrl $null
Set-PowerShellVirtualDirectory -Identity ‘SERVER\PowerShell (Default Web Site)‘ -InternalUrl ‘https://OWAHOSTNAME/powershell‘ -ExternalUrl ‘https://OWAHOSTNAME/powershell‘ -RequireSSL $true
Set-WebServicesVirtualDirectory -Identity ‘SERVER\EWS (Default Web Site)‘ -InternalUrl ‘https://OWAHOSTNAME/ews/exchange.asmx‘ -ExternalUrl ‘https://OWAHOSTNAME/ews/exchange.asmx‘ -InternalNLBBypassUrl $null
Set the FQDN option of all the enabled Send Connectors: Get-SendConnector | Where-Object {$_.Enabled -eq $true} | Set-SendConnector -Fqdn OWAHOSTNAME
重启IIS后客户端配置正常!
以上是关于WIN XP SP2 的SERVER 服务不见了!的主要内容,如果未能解决你的问题,请参考以下文章
Windows XP SP2(MS08-067漏洞复现及利用)
Windows XP SP2 Background Intelligent Transfer Service 服务无法启动