在Windows 6.5上禁用时钟应用程序
此代码在Windows 6中正常运行..但在Windows 6.5中不起作用
PDA(Intermic CN51)System.Byte[] offValue = new byte[1];
offValue[0] = 0x30;
Microsoft.Win32.RegistryKey registryKey =
Microsoft.Win32.Registry.LocalMachine.OpenSubKey(@"\Software\Microsoft\Clock\", true);
registryKey.SetValue("AppState", offValue);
registryKey.Close();
我想尝试使用XML代码,但我不知道如何使用这个
-->
<characteristic type="HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowRun">
<parm name="1" value="clock.exe" datatype="string" />
</characteristic>
<!--
答案 0 :(得分:0)
要按政策停用某个程序,您需要首先全局设置“黑名单”的使用,然后使用不允许的应用列表:
<div class="col-md-6 col-md-offset-3 col-sm-6 col-sm-offset-3 col-xs-12 center">
<form>
<div class="form-group">
<input type="text" class="form-control" name="name" id="name" placeholder="Name"/>
</div>
<div class="form-group">
<input type="email" class="form-control" name="email" id="email" placeholder="Email"/>
</div>
<button id="goGettr" class="btn btn-success btn-lg">Make Me A Go Gettr!</button>
</form>
</div>
另见http://www.hjgode.de/wp/2010/03/27/blacklist-applications-to-disable-use/