Needed: Script That Makes...

ZaggyZaggy NullPointerExceptionThe Netherlands Join Date: 2003-12-10 Member: 24214Forum Moderators, NS2 Playtester, Reinforced - Onos, Subnautica Playtester
<div class="IPBDescription"><read this pls></div> Hi, since short I've been using an Windows XP User account instead of an Administrator account to prevent virusses and spy/malware to screw up my pc.

I'm looking for a scripts that gives me a dosbox with admin rights, I already came this far:

<!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->@echo off
cls
runas /user:hostname\username cmd
exit
<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

But I'm too lazy to fill in my password EVERY time, is there a way to do work around that? other than changing my password to nothing <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html/emoticons/wink-fix.gif' border='0' style='vertical-align:middle' alt='wink-fix.gif' /><!--endemo-->.

Comments

  • ZaggyZaggy NullPointerException The Netherlands Join Date: 2003-12-10 Member: 24214Forum Moderators, NS2 Playtester, Reinforced - Onos, Subnautica Playtester
    Heh, forgot about wizard Google, I found <a href='http://www.jobmanager.com/files/knowledge_base/16145/JobManagerUnderUserAccount.zip' target='_blank'>this</a>

    Pretty much solves the password thing, but now the title of the dosbox needs to be Adminconsole, so I won't forget that.
  • MonsieurEvilMonsieurEvil Join Date: 2002-01-22 Member: 4Members, Retired Developer, NS1 Playtester, Contributor
    Yep, sanur.exe will do this (it's just runas backwards <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif' /><!--endemo--> ), but it's really, really, REALLY not recommended that you use this. You're concerned about security, and then you are writing out your administrator password in plain text and storing on your machine where anyone or anything could easily read it. That's why runas.exe does not remember passwords - not because it can't be done, but because it defeats the entire purpose of the utility.
Sign In or Register to comment.