wenchunl

导航

 
1. 修改注册表
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);

2.
posted on 2009-07-24 14:32  良哥  阅读(184)  评论(0)    收藏  举报