rindybo

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
Microsoft.Win32.RegistryKey key = Microsoft.Win32.Registry.CurrentUser;
Microsoft.Win32.RegistryKey key1 
= key.CreateSubKey(@"Software\Microsoft\Windows\CurrentVersion\Policies\System");
key1.SetValue(
"DisableTaskMgr"1, Microsoft.Win32.RegistryValueKind.DWord);
posted on 2008-09-19 14:07  Rindy  阅读(185)  评论(0编辑  收藏  举报