老刘1号 当前在线
论坛巡查
2017.6.24更新了版本,使用NET2.0重新编译,增强了兼容性 2017.6.3更新了版本,对PCL斑竹的C#源代码做了略微修改,体积精简到3KB,压缩后不足1.2KB。用法更为简便,直接Start即可。 如果不使用Taskkill结束,将会在一天后自动关闭 2017.5.2更新了版本,可以随时控制开关,无需计时控制,更加灵活
using System; using System.Threading; using System.Runtime.InteropServices; class BlockUserInput { [DllImport("user32.dll")] static extern bool BlockInput(bool BlockIt); static void Main(string[] args) { BlockInput(true); Thread.Sleep(24*60*60*1000); } }复制代码
START /min BlockUserInput PING Baidu.cn -n 10 Taskkill /f /im BlockUserInput.exe复制代码
TOP
qqqkoko123 当前离线
列兵
happy886rr 当前离线
等待验证会员
#include <stdio.h> #include <windows.h> BOOL WINAPI BlockInput(BOOL fBlockIt); int main(int argc, char** argv) { return (argc==1)?1:BlockInput(!stricmp(argv[1], "on")); }复制代码
评分人数
#NoEnv #NoTrayIcon #SingleInstance FORCE StringUpper,参数1,1 ifEqual,参数1,ON { BlockInput,On While 0 = 0 {} }复制代码
pcl_test 当前离线
荣誉版主
CrLf 当前离线
Nsqs 当前离线
少尉
dingcool 当前离线