通过注册表来控制系统键[原创]

 1using System;
 2using System.Collections.Generic;
 3using System.Text;
 4using Microsoft.Win32;
 5using System.Windows.Forms;
 6
 7
 8namespace BOM.NewUI.Functions
 9{
10    /// <summary>
11    /// 系统键控制
12    /// CONTROL + ALT + DELETE
13    /// </summary>

14    public class SystemKeyControl
15    {
16        启用系统键
33
34        停用系统键
55    }

56}

57
原文地址:https://www.cnblogs.com/winnxm/p/927818.html