系统开机后无响应或黑屏问题的解决方法
发布时间:2018-08-17 07:16:42 所属栏目:MsSql教程 来源:站长网
导读:最近由于更新系统安全策略,需要run一个vbs脚本,脚本的大致功能是修改组策略,以便符合资安要求,但是脚本运行后重新启动电脑,发现系统开机以后无法显示桌面,但是按CTRL+ALT+DEL是可以显示任务管理器的,大致从网上搜索一篇类似的问题,现把问题描述和解
最近由于更新系统安全策略,需要run一个vbs脚本,脚本的大致功能是修改组策略,以便符合资安要求,但是脚本运行后重新启动电脑,发现系统开机以后无法显示桌面,但是按CTRL+ALT+DEL是可以显示任务管理器的,大致从网上搜索一篇类似的问题,现把问题描述和解决办法贴上: Author:wavellan Recently, my Windows Server 2003 box started acting up. I am not sure if one of the hotfixes downloaded automatically by the server caused this or a recently installed application is the culprit. When the server boots, it goes all the way to the CTRL+ALT+DEL window. After logging in, the Windows Desktop and Taskbar just seem to never appear. It just sits there. Eventually, after several minutes, the desktop appears but is generally unresponsive. In Safe Mode, the desktop appears with no problems. Resolve Method For those of you who are interested, I finally resolved this issue. It apears as some MS patch changed the permissions on the following registry key: HKEY_CLASSES_ROOTCLSID In order to resolve the problem, the following permissions were added Registry Key: HKEY_CLASSES_ROOTCLSID (and all child keys and values) Permissions Added: Authenticated users: Read access Network Service: full control (编辑:91站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
相关内容
- sql-server – 在SQL Server 2005上获得最少多列的最有效方
- 英特尔发布新版编译器 提高无线应用性能
- 极速火龙 CD压缩器1.28版 (2千字) 算法分析
- 金山WPS收购共创开源 两路夹击办公软件市场
- join – Access(Jet)SQL:TableB中的DateTime标记位于Table
- 微软公布Windows 2003改进清单 iSCSI支持最关键
- Windows Server 2008 R2配置IIS7.5+PHP Manager+PHP5.3+Mys
- html中input提示文字样式修改的示例代码
- VMware Workstation 内部错误怎么办
- sqlserver 存储过程动态参数调用实现代码