禁止使用命令提示符

Posted feiyucha

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了禁止使用命令提示符相关的知识,希望对你有一定的参考价值。

实现效果:

  技术分享图片

知识运用:
  
RegistryKey类的CreateSubKey和SetValue方法

实现代码:

        private void button1_Click(object sender, EventArgs e)
        {
            RegistryKey regMain;
            RegistryKey regChild;
            regMain = Registry.CurrentUser;
            regChild = regMain.CreateSubKey(@"SoftwarePoliciesMicrosoftWindowsSystem");
            regChild.SetValue("DisableCMD",1);
            regChild.Close();
            MessageBox.Show("禁止成功!");
        }
        private void button2_Click(object sender, EventArgs e)
        {
            RegistryKey regMain;
            RegistryKey regChild;
            regMain = Registry.CurrentUser;
            regChild = regMain.CreateSubKey(@"SoftwarePoliciesMicrosoftWindowsSystem");
            regChild.SetValue("DisableCMD", 0);
            regChild.Close();
            MessageBox.Show("禁止成功!");
        }

  


以上是关于禁止使用命令提示符的主要内容,如果未能解决你的问题,请参考以下文章

npm : 无法加载文件 D:softcodeProcess ode ode_global pm.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/go.micr +(代码片段

禁止 GPG 命令中的密码提示

MS Access - 使用子表单过滤时禁止保存提示

cmd是啥

vscode 编写python如何禁止 flake8 提示 line too long

Windows 8上的WAMP禁止错误