microsoft/PowerToys

[Run] Launching a process starts it in `c:\Program Files\PowerToys` (default working directory)

Open

#3,159 创建于 2020年5月19日

在 GitHub 查看
 (14 评论) (4 反应) (0 负责人)C# (7,978 fork)batch import
Help WantedIssue-BugProduct-PowerToys Run

仓库指标

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

描述

Environment

Windows build number: `_dep.200508`
PowerToys version: 0.18
PowerToy module for which you are reporting the bug (if applicable): Launcher

Steps to reproduce

  • Configure your default profile in the Windows Terminal to not have a startingDirectory, so that the Terminal will use your current path as the starting directory.
  • Run > wt to launch the terminal

Expected behavior

When I run programs in the Win+R run dialog, they use C:\windows\system32 as the CWD.

This is probably expected, but I was definitely a little surprised. I think the best solution might be letting the user set the CWD to use for launched processes, instead of defaulting to ...\PowerToys\

贡献者指南