run NetworkAndSharingCenter & app
Posted: 12 Nov 2023 22:40
hi there,
i need to run NetworkAndSharingCenter window, then run another software
so, from 'User - Open' i've put this command:
but this command does not work. same command from 'Scripting' work fine:
so, how to run both from 'User - Open' ?
i need to run NetworkAndSharingCenter window, then run another software
so, from 'User - Open' i've put this command:
Code: Select all
"<xy>" /feed="::runq 'C:\Windows\SysWOW64\control.exe /name Microsoft.NetworkAndSharingCenter';wait 500;runq 'D:\program:name.exe'Code: Select all
run 'C:\Windows\SysWOW64\control.exe /name Microsoft.NetworkAndSharingCenter';wait 500;runq 'D:\program:name.exe'