[QQ]禁止和恢复QQ运行
- 开发笔记
- 2009-08-07
- 41热度
- 0评论
客户端上网控制( 为ISA定义一个域名集,现在只可访问指定网站)
企业禁止qq运行
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\QQ.exe]
"Debugger"="cmd.exe"
恢复qq运行
@echo off
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\QQ.exe" /f