Skip to content

windows不装任何软件 准确定位弹窗软件 #14

Description

@zhongfly

来源https://www.v2ex.com/t/506514

系统版本windows 7+

1.弹窗找广告进程:
开始菜单搜索步骤记录器(或者win+r输入psr.exe)。
打开录制,然后鼠标移动到弹窗广告上面。
结束录制在录制文件里面即可显示进程号和进程名。

2.根据进程名称找路径:打开cmd,输入wmic,然后输入process where (Description="c.exe")

wmic process where name="qq.exe" get processid,executablepath,name

或者用任务管理器,右键打开位置。

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions