Talk about SyMenu or post suggestions, requests, or how-to questions
PB with Add a windows command
Hulk91 Posts: 2
1 days ago
|
Hello, I have a little problem with "adding a Windowd command element". For exemple, launching Windows Update : I put "start control.exe update;" in the command field and when i execute it, it works perfectly but a windows command stay open.Is there a way to close this windows after the command is executed? Thanks for your help  A picture of the result may help

edited by Hulk91 on 30/07/2025
|
|
link
|
Gianluca Administrator Posts: 1331
1 days ago
|
You can try adding a second command to close the CLI.
start control.exe update && exit
If it works let us know please. And, BTW, try to clean up the previous message you posted because the (useless) things after the images are breaking the page format
|
|
link
|
Hulk91 Posts: 2
14 hours ago
|
Thanks Gianluca πππ It works perfectly ! And i modify my first message, it's more readible βΊοΈ
|
|
link
|