microsoft/PowerToys

[pt run] Add what program was run to logger for audit.

Open

#35,627 创建于 2024年10月28日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)C# (7,978 fork)batch import
Cost-SmallHelp WantedProduct-PowerToys RunRun-Plugin

仓库指标

Star
 (133,154 star)
PR 合并指标
 (平均合并 14天 20小时) (30 天内合并 117 个 PR)

描述

Description of the new feature / enhancement

I love to use PowerToys Run. However, I accidentally ran an application uninstaller as the search unexpectedly included it as a top result. Pressing enter will execute the uninstall immediately without asking for confirmation, leading to the application being uninstalled without any way to abort. Some uninstallers ask for confirmation during startup, but not all. This is an even bigger problem as not all uninstallers have the application's name visible, making it hard to find out what was removed. The lack of a PowerToys Run execution log also adds to this problem.

A new option to exclude uninstallers would be the best solution (if possible), but I'm open to other solutions to the core problem. Another solution is a box where I can enter partial strings that would be excluded from the search result (adding "uninstall" would omit any result with that as part of the name).

Scenario when this would be used?

Not having to worry about accidentally running a destructive operation would speed up my workflow, as an incorrect Run search would not potentially cause an application to be removed.

Supporting information

No response

贡献者指南