|
Question : Running runas from batch script to launch remote support does not work however from Start > Run there is no problem...any ideas how to make this work?
|
|
I am trying to launch the remote assistance page in help and support so that I can connect to remote computers, running this from Start > Run works fine!
runas /user:DOMAIN\USERNAME "c:\program files\internet explorer\iexplore.exe hcp://CN=Microsoft%20Corporation,L=Redmond,S=Washington,C=US/Remote%20Assistance/Escalation/Unsolicited/Unsolicitedrcui.htm"
If I paste this into notepad and save it as remote.bat and then launch that from explorer it does not work, it prompts me for the password as it does from Run but then launches and instead of displaying the Connection/Remote Computer Address box it reports that the page cannot be found!
Any ideas how I can make this work from a batch script?
|
|
Answer : Running runas from batch script to launch remote support does not work however from Start > Run there is no problem...any ideas how to make this work?
|
|
Remove the %20 and replace with just a space
|
|
|
|