博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2006年6月13日

摘要: 上周做了BDC域升级,但是因为前域中有很多组策略没有迁移,造成了30%的客户端启动后只有三个服务启动,其他的服务都因为权限问题无法开启,想了一下主要是由二个策略引起的,一个是软件策略还有一个是强制管理员策略,还好在30%出起故障后重新启用以前的域.关闭了组策略才正常. 阅读全文

posted @ 2006-06-13 18:59 中晨 阅读(124) 评论(0) 推荐(0)

摘要: internal class NativeMethods { [DllImport("user32.dll")] public extern static IntPtr GetDesktopWindow(); [System.Runtime.InteropServices.DllImport("user32.dll")] public static extern IntPtr GetWi... 阅读全文

posted @ 2006-06-13 11:27 中晨 阅读(1192) 评论(0) 推荐(0)