mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-05 22:35:38 +00:00
Prevent ryzenadj creating console window
This commit is contained in:
parent
47860ce9d5
commit
c223a11d57
1 changed files with 3 additions and 1 deletions
|
|
@ -140,7 +140,9 @@ namespace PowerControl
|
|||
"--slow-limit=" + mW.ToString(),
|
||||
"--fast-limit=" + mW.ToString(),
|
||||
},
|
||||
WindowStyle = ProcessWindowStyle.Hidden
|
||||
WindowStyle = ProcessWindowStyle.Hidden,
|
||||
UseShellExecute = false,
|
||||
CreateNoWindow = true
|
||||
});
|
||||
|
||||
return selected;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue