[BUG] Click shutdowntimer exe not working #45

This commit is contained in:
Markus Hofknecht 2020-03-29 14:30:52 +02:00
parent 3b0903e39e
commit 998c756639

View file

@ -278,11 +278,11 @@ namespace SystemTrayMenu.DataClasses
{
try
{
//https://stackoverflow.com/questions/31627801/
using (Process p = new Process())
{
p.StartInfo = new ProcessStartInfo(TargetFilePath)
{
FileName = TargetFilePathOrig,
Arguments = Arguments,
WorkingDirectory = WorkingDirectory,
CreateNoWindow = true