microsoft/PowerToys

[File Locksmith] Request confirmation on closing processes

Open

#21,807 创建于 2022年11月6日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)C# (7,978 fork)batch import
Area-User InterfaceHelp WantedIdea-EnhancementProduct-File Locksmith

仓库指标

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

描述

Add a warning/confirmation message that is shown when you close the process owned by a different user or the system/nt-service, ... user? Originally posted by @htcfreek in https://github.com/microsoft/PowerToys/issues/21688#issuecomment-1302507429

The warning/confirmation message should prevent users from losing data or crashing the system.

We can have the following message cases:

  • Same user: Are you sure to close the process <name>?
  • Different user: Are you sure to close the process _name_? Attention, it is owned by the user <user name>.
  • System process (User=System/Service/...): Are you sure to close the process <name>? ATTENTION, IT IS A CRITICAL SYSTEM PROCESS!

We can also add a setting to warn only for processes that are critical or belongs to an other user.

贡献者指南