mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
* PT Run service plugin * icon, localization and fixes * basic toast notification * service start mode * improved keys * fixed setup * improvements * added _ keyword * better shortcuts * action for open services.msc * pt run service plugin dll signing * renamed Microsoft.Plugin.Service * changed output dir * set ! action keyword * launcher dll Co-authored-by: Clint Rutkas <clint@rutkas.com>
13 lines
364 B
JSON
13 lines
364 B
JSON
{
|
|
"ID": "11A6C36E4E91439CA69F702CBD364EF7",
|
|
"ActionKeyword": "!",
|
|
"Name": "Service",
|
|
"Description": "Manages Windows services",
|
|
"Author": "davidegiacometti",
|
|
"Version": "1.0.0",
|
|
"Language": "csharp",
|
|
"Website": "https://aka.ms/powertoys",
|
|
"ExecuteFileName": "Microsoft.PowerToys.Run.Plugin.Service.dll",
|
|
"IcoPath": "Images\\service.dark.png"
|
|
}
|