Needed: Script That Makes...
Zaggy
NullPointerExceptionThe Netherlands Join Date: 2003-12-10 Member: 24214Forum Moderators, NS2 Playtester, Reinforced - Onos, Subnautica Playtester
in Off-Topic
<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-->.
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
Pretty much solves the password thing, but now the title of the dosbox needs to be Adminconsole, so I won't forget that.