You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to open a RDP machine but running directly a program. Until now I had the executable and it was working well.
Now I want to change to open Internet explorer or edge.
in the file Default.aspx I had before id="program" value="c:\test.exe"
Now, I changed to:
id="program" value="c:\program files\Internet Explorer\ iexplore.exe"
And it is working.
To complete this "upgrade", I want to open an URL of IE, if possible in kiosk mode. And I have no idea how to complete the value...
I tried:
id="program" value="c:\program files\Internet Explorer\iexplore.exe http://google.com/"
but it fails.
I also tried others such as:
id="program" value="c:\program files\Internet Explorer\ iexplore.exe -k http://google.com/"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I need to open a RDP machine but running directly a program. Until now I had the executable and it was working well.
Now I want to change to open Internet explorer or edge.
in the file Default.aspx I had before id="program" value="c:\test.exe"
Now, I changed to:
id="program" value="c:\program files\Internet Explorer\ iexplore.exe"
And it is working.
To complete this "upgrade", I want to open an URL of IE, if possible in kiosk mode. And I have no idea how to complete the value...
I tried:
id="program" value="c:\program files\Internet Explorer\iexplore.exe http://google.com/"
but it fails.
I also tried others such as:
id="program" value="c:\program files\Internet Explorer\ iexplore.exe -k http://google.com/"
Any idea how to put the URL?
Beta Was this translation helpful? Give feedback.
All reactions