首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 防止Windows烦恼

防止Windows烦恼

  • 资源大小:63.98 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: windows 防止 烦恼

资 源 简 介

Introduction This project attempts to prevent applications from performing certain annoying methods. Namely stealing your focus or un-hiding your taskbar. It does so by loading a DLL into every process and hooking certain Windows API functions. Currently, the only tested method to achieve the DLL injection is through the AppInit mechanism in Windows. Please note, on modern versions of Windows the AppInit process is disabled by default and even if enabled should only be used to load signed DLLs. The current builds of this project are not signed and, thus, enabling the AppInit process is strongly discouraged. The current version should be considered for testing purposes only. Installation For pre Win7-tech systems the following keys need to be set: LoadAppInit_DLLs(REG_DWORD) = 0x1 This will simply enable the AppInit DLL loading process. AppInit_DLLs(REG_SZ) =

文 件 列 表

StopThat.dll
Annoyance.exe
VIP VIP
0.181004s