mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
@@ -163,6 +163,7 @@ namespace Wox.Plugin.CMD
|
||||
{
|
||||
UseShellExecute = true,
|
||||
FileName = "cmd.exe",
|
||||
WorkingDirectory = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile),
|
||||
Arguments = arguments,
|
||||
Verb = runAsAdministrator ? "runas" : ""
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user