惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
H
Help Net Security
云风的 BLOG
云风的 BLOG
Apple Machine Learning Research
Apple Machine Learning Research
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Hugging Face - Blog
Hugging Face - Blog
博客园_首页
D
Docker
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Blog — PlanetScale
Blog — PlanetScale
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI
博客园 - Franky
B
Blog RSS Feed
Stack Overflow Blog
Stack Overflow Blog
L
LangChain Blog
量子位
V
Visual Studio Blog
Y
Y Combinator Blog
小众软件
小众软件
N
Netflix TechBlog - Medium
博客园 - 三生石上(FineUI控件)
Microsoft Security Blog
Microsoft Security Blog
雷峰网
雷峰网

博客园 - chris

关于Exchange2007 报452 4.3.1 Insufficient system resources错误 Dell 本本 windows 2003 驱动 Dundas Charts for Windows Forms latest versions Infragistics NetAdvantage WPF 2009 Vol. 1 Infragistics NetAdvantage 2008 Vol. 3 RadControls for ASP.NET AJAX 2009.1.402 Xceed Ultimate Suite 2009 v3.2.9175 Incl.Keygen ComponentArt License Key Generator For All Products Telerik RADControls Winforms 2008 Q3 FarPoint Spread for ASP.NET v4.0.3505 for DotNET Framework v2/3.5 Xceed Ultimate Suite 2009 v3.2.9123 Data Dynamics ActiveReports v3.0.2003.2005 for .NET Syncfusion Essential Studio Enterprise v7.1.0.20 CodeSMART 2009 for VS.NET Axtools CodeSmart 2007 for VB6 Arcadia PowerTouch Professional EP 2007 R15 for activeX TeeChart Pro ActiveX 8.0.0.1 & TeeChart.Net 3.2 for VB6 & .Net ComponentArt Charting 2008 1.346 .net 2 ComponentArt Web UI 2008.2 for ASP.NET 3.5
如何关闭“SBCore service”服务 - chris - 博客园
chris · 2009-08-03 · via 博客园 - chris

(不废话,直接操作)

在Small Business Server 2003里,有了个“SBCore Service”,它是一个“提供核心服务器服务”的关键服务,文件在“c:"windows"system32"sbscrexe.exe”。

(1)运行Regedt32.exe中找到:

      HKEY_LOCAL_MACHINE"SYSTEM"CurrentControlSet"Services"SBCore

(2)击右键选择权限在权限设置里面加入你现在的帐号. 按F5在RegEdt32来刷新,接着在高级设置里面设置操作权限设置完成.就可以对上面的键值进行操作了。

(3)选择“开始---"Start"” DWORD值,并将其值2改成4。

(4)调整文件c : " Windows " system32 " sbscrexe.exe的权限,使得每个用户拒绝任何形式的访问此文件。

(5)任务管理器关闭sbscrexe.exe进程

(6)查看 服务-- SBCore service,属性--登陆 发现SBCore service服务关闭了

(7)恭喜你问题解决了!

-----------------------------------------------

以上是在网上找到的,基本都是一样,但是实际操作的时候,不行

正确的应该是,先改文件的权限,然后再改注册表.