Options

Help with launching runas IE shortcut

neo468neo468 Member Posts: 123
Hey everyone,

I need to setup a shortcut on one of our images that we use for presentations and clients. The image is windows 7 but is not on our domain. In certain types of meetings we will have a Q&A time and questions can be asked through a intranet form page we setup. The page however can only be accessed with a domain account. So my issue is how do I create an IE shortcut that uses the runas with a particular domain account, so the shortcut can access the intranet form page without needing credentials. I have tried setting up a batch file, and also tried creating a runas shortcut on the desktop but neither one will allow the page to open without it prompting for crednetials again. I'm not familiar with scripting so I haven't tried that route. Any advice is much appreciated.
1's and 0's

Comments

  • Options
    jibbajabbajibbajabba Member Posts: 4,317 ■■■■■■■■□□
    Save a file called something.cmd
    runas /savecred /user:mike iexplore.exe
    

    You'll be asked to enter your password once but that should be it. You might need to disable UAC or run the script as Admin.
    My own knowledge base made public: http://open902.com :p
Sign In or Register to comment.