开发者

Windows explorer activity watch

开发者 https://www.devze.com 2023-02-15 07:22 出处:网络
I wanna write a program which record开发者_JS百科s all the folders and files a User browse using Windows Explorer.

I wanna write a program which record开发者_JS百科s all the folders and files a User browse using Windows Explorer.

I already have a soluton of using GetForegroundWindow, GetWindowText and FindWindow APIs every few milliseconds (a timer) in order to keep this record. But there might be a better solution out there.

any idea?


You can use mini-filter to monitor all I/O actions. ;-)

0

精彩评论

暂无评论...
验证码 换一张
取 消