<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx</link><description>How to quickly and temporarily give your non-admin account administrator privileges, without having to log out.</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#193734</link><pubDate>Sat, 24 Jul 2004 08:38:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:193734</guid><dc:creator>Dane Watson</dc:creator><description>Thank you for the excellent informative posting</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#193808</link><pubDate>Sat, 24 Jul 2004 09:29:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:193808</guid><dc:creator>Andrew Storrs</dc:creator><description>Thanks Aaron, I've been eagerly awaiting this post... Looking forward to the privbar</description></item><item><title>MakeMeAdmin - temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#194702</link><pubDate>Sat, 24 Jul 2004 18:10:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:194702</guid><dc:creator>Donna's SecurityFlash</dc:creator><description /></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#196368</link><pubDate>Sun, 25 Jul 2004 20:08:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:196368</guid><dc:creator>Daniel Schlößer</dc:creator><description>On a German Windows one has to change in the batch file the group name from Administrators to Administratoren ;-) It works perfect now!</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#196420</link><pubDate>Mon, 26 Jul 2004 00:00:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:196420</guid><dc:creator>Wes</dc:creator><description>Very informative post for me. Thanks for the lesson, now maybe I will try to run as non-admin.</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#196503</link><pubDate>Mon, 26 Jul 2004 04:23:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:196503</guid><dc:creator>Aaron Margosis</dc:creator><description>Daniel, thanks for the note.  I should have mentioned that the script can be customized, for localization or any other reason.  Thanks for pointing it out.</description></item><item><title>running as non-admin</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#197333</link><pubDate>Mon, 26 Jul 2004 22:35:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:197333</guid><dc:creator>Eric Jarvi</dc:creator><description /></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#197735</link><pubDate>Tue, 27 Jul 2004 03:00:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:197735</guid><dc:creator>ToddM</dc:creator><description>I had to make a change or five to get the batch file to handle user names with embedded spaces.  Wasn't exactly a trival change, either, given the existence double quotes already in the cmd file.  (And, no, just using \&amp;quot; didn't help, either).  Once I've got it cleaned-up, I'll post here.</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#197753</link><pubDate>Tue, 27 Jul 2004 03:46:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:197753</guid><dc:creator>Aaron Margosis</dc:creator><description>ToddM - thanks, good point.  Does this work for you?  (I've tried it and it seems to work for me...)  Mostly just replace instances of %1 with &amp;quot;%*&amp;quot;.  I've only tried this with the current username with an embedded space - didn't try domain/workgroup name with embedded space, or a renamed admin account with an embedded space.&lt;br&gt;&lt;br&gt;&lt;br&gt;@echo off&lt;br&gt;setlocal&lt;br&gt;set _Admin_=%COMPUTERNAME%\Administrator&lt;br&gt;set _Group_=Administrators&lt;br&gt;set _Prog_=&amp;quot;cmd.exe /k Title *** %* as Admin *** &amp;amp;&amp;amp; cd c:\ &amp;amp;&amp;amp; color 4F&amp;quot;&lt;br&gt;set _User_=%USERDOMAIN%\%USERNAME%&lt;br&gt;&lt;br&gt;if &amp;quot;%1&amp;quot;==&amp;quot;&amp;quot; (&lt;br&gt;        runas /u:%_Admin_% &amp;quot;%~s0 %_User_%&amp;quot;&lt;br&gt;        if ERRORLEVEL 1 echo. &amp;amp;&amp;amp; pause&lt;br&gt;) else (&lt;br&gt;        echo Adding user %* to group %_Group_%...&lt;br&gt;        net localgroup %_Group_% &amp;quot;%*&amp;quot; /ADD&lt;br&gt;        if ERRORLEVEL 1 echo. &amp;amp;&amp;amp; pause&lt;br&gt;        echo.&lt;br&gt;        echo Starting program in new logon session...&lt;br&gt;        runas /u:&amp;quot;%*&amp;quot; %_Prog_%&lt;br&gt;        if ERRORLEVEL 1 echo. &amp;amp;&amp;amp; pause&lt;br&gt;        echo.&lt;br&gt;        echo Removing user %* from group %_Group_%...&lt;br&gt;        net localgroup %_Group_% &amp;quot;%*&amp;quot; /DELETE&lt;br&gt;        if ERRORLEVEL 1 echo. &amp;amp;&amp;amp; pause&lt;br&gt;)&lt;br&gt;endlocal&lt;br&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#201219</link><pubDate>Fri, 30 Jul 2004 03:22:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:201219</guid><dc:creator>Ari Pernick</dc:creator><description>&amp;quot;iexplore.exe -new&amp;quot; will do what you want without setting any special settings.</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#201238</link><pubDate>Fri, 30 Jul 2004 03:48:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:201238</guid><dc:creator>Aaron Margosis</dc:creator><description>Ari - what does -new do for iexplore.exe?  Wasn't that for starting IE 4.x in a new process?  Starting iexplore.exe always results in a separate process now.</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#205982</link><pubDate>Mon, 02 Aug 2004 20:54:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:205982</guid><dc:creator>Howard Hoy</dc:creator><description>We use a similar process here for our Zenworks Deployments. In some instances the Zenworks tool will not properly elevate a user which then requires us to add a user to the admin group, then remove them. I have devloped a tool called Authenti-key for NT that allows you elevate  installs as an administrator. IT works on 95 - XP. You can create an elevated CMD window and perform any admin task from there. Similar to SU and can be used in scripting. &lt;br&gt;&lt;br&gt;Here is a link. &lt;br&gt;&lt;br&gt;&lt;a target="_new" href="http://downloads-zdnet.com.com/Authenti-Key-for-NT-AKEY-/3000-2094-10153448.html?tag=lst-0-1"&gt;http://downloads-zdnet.com.com/Authenti-Key-for-NT-AKEY-/3000-2094-10153448.html?tag=lst-0-1&lt;/a&gt;&lt;br&gt;&lt;br&gt;Great work on the script. !!&lt;br&gt;&lt;br&gt;</description></item><item><title>Installing software as Admin?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#212445</link><pubDate>Wed, 11 Aug 2004 06:06:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:212445</guid><dc:creator>TrackBack</dc:creator><description>Use MakeMeAdmin.cmd when installign software</description></item><item><title>Installing software as Admin?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#212446</link><pubDate>Wed, 11 Aug 2004 06:09:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:212446</guid><dc:creator>TrackBack</dc:creator><description>Use MakeMeAdmin.cmd when installign software</description></item><item><title>MakeMeAdmin script</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#212701</link><pubDate>Wed, 11 Aug 2004 17:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:212701</guid><dc:creator>Extra88</dc:creator><description>This is an interesting script. It has some room for error but I have an idea about how to avoid that. Some fellow who seems to work for Microsoft in some capacity has written a batch script called MacMeAdmin that...</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#212706</link><pubDate>Wed, 11 Aug 2004 17:47:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:212706</guid><dc:creator>Marc Poljak</dc:creator><description>thanks a lot for this superb script.  I was looking for a solution that addresses the issues with &amp;quot;RunAs&amp;quot; for a long time.</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#212770</link><pubDate>Wed, 11 Aug 2004 19:33:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:212770</guid><dc:creator>Carolh</dc:creator><description>Great utility.  The one problem we ran into is that we have the &amp;quot;installation&amp;quot; file on a netware server, and can't point to the network drive mapping.  </description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#212795</link><pubDate>Wed, 11 Aug 2004 20:09:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:212795</guid><dc:creator>Aaron Margosis</dc:creator><description>Carolh - Correct.  SMB sessions (e.g., NET USE connections and drive mappings) belong to a logon session.  Since MakeMeAdmin runs in a separate logon session from your main shell, it doesn't automatically get the shell session's drive mappings.  (I assume the same or similar is true with IPX/SPX stuff.)  You can create a new connection within the MakeMeAdmin session using NET USE or the NetWare equivalent.</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#212811</link><pubDate>Wed, 11 Aug 2004 20:34:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:212811</guid><dc:creator>Toby Ovod-Everett</dc:creator><description>Clever - I was wondering how you were going to get around the logon problem, but the minute you said &amp;quot;creates a new logon session&amp;quot; I knew where you were going!  Cute!  &lt;br&gt;&lt;br&gt;That said, I'm personally a bit queasy about any RunAs style solutions - because the secure and insecure windows are in the same (ok, I'm hunting for the term, what do you call the ?contexts? ?windows sessions? that which every logged on user under XP fast user switching has one of - I'll call them window sessions for now - I know there's a proper term for them) window session, there is a greater chance of cross-application attacks through SendMessage, PostMessage, screen grabs, etc.  Personally, I'm pretty happy with the Fast User Switching approach on my home machine (which obviously isn't a domain member) - I use the account &amp;quot;Admin&amp;quot; (created) for administrative stuff and then there are personal accounts for my wife and I, guests, etc.  With 768 MB of RAM, I rarely run into resource issues, even with up to seven simultaneous sessions logged in.  It only takes ten seconds to hit Windows-L, click, type in the Admin password, and go do something.&lt;br&gt;&lt;br&gt;Of course, to be safer, I should never su to root on my Linux box (since anyone who manages to get access to my personal account could easily alias su to something else), etc.  I do try to change all my passwords whenever I am forced to authenticate from a machine I don't trust (i.e. Internet cafes in airports).&lt;br&gt;&lt;br&gt;--Toby Ovod-Everett</description></item><item><title>MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#212960</link><pubDate>Wed, 11 Aug 2004 23:24:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:212960</guid><dc:creator>Lockergnome's Tech News Watch</dc:creator><description>&amp;quot;Common scenario: you log on with your Windows domain account, which you have removed from the Administrators group (as well as from Power Users, Backup Operators, etc.) . When you need to perform tasks that require elevated privileges, you use RunAs to start a program with the local Administrator account. You quickly realize&amp;quot; that this is a pain in the posterior! Here's how to go about it much easier and without the limitations....</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#213154</link><pubDate>Thu, 12 Aug 2004 04:54:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:213154</guid><dc:creator>Aaron Margosis</dc:creator><description>Toby - I've never had my code called &amp;quot;cute&amp;quot; before.  Thanks?&lt;br&gt;&lt;br&gt;The term you are looking for in the 2nd paragraph is &amp;quot;desktop&amp;quot; - as in, the Win32 construct that is defined within a Window Station.  (See &lt;a target="_new" href="http://msdn.microsoft.com/library/en-us/dllproc/base/desktops.asp"&gt;http://msdn.microsoft.com/library/en-us/dllproc/base/desktops.asp&lt;/a&gt;) .  Any program (more accurately, any thread) running on a particular desktop can access any window running on that desktop, send it messages, simulating keystrokes and mouse events, etc.  When you use RunAs, you're creating a new program running in a different security context, but on the same desktop, so the risk you identified exists.  With Fast User Switching, you are switching to a different desktop and are not vulnerable to those kinds of attacks.  I pointed to Fast User Switching in an earlier post called &amp;quot;The easiest way to run as non-admin&amp;quot;; it is IMO also the most secure way to run as non-admin for the reason you point out.  However, FUS isn't available for domain-joined machines.&lt;br&gt; </description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#213291</link><pubDate>Thu, 12 Aug 2004 10:28:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:213291</guid><dc:creator>Marc Poljak</dc:creator><description>Aaron - is there a way to avoid the first command prompt for the local administrator? I would find it great if you know a method how to pipe it, like for example: echo YourSecretPassword| runas /u:%_Admin_% &amp;quot;%~s0 %_User_%&amp;quot; ?&lt;br&gt;&lt;br&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#213305</link><pubDate>Thu, 12 Aug 2004 10:58:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:213305</guid><dc:creator>Sean McLeod</dc:creator><description>I looked at my Local Security Policy on my XP machine and &amp;quot;System objects: Default owner...&amp;quot; is set to &amp;quot;ObjectCreator&amp;quot;. However when I check the ownership of files, e.g. Adobe Acrobat Reader and others under &amp;quot;Program Files&amp;quot; the owner is my local machine's administrators group and not my account (which currently is part of the administrators group).&lt;br&gt;&lt;br&gt;My machine isn't part of a domain.</description></item><item><title>Rage on Omnipotent &amp;raquo; Make me admin</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#213358</link><pubDate>Thu, 12 Aug 2004 13:39:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:213358</guid><dc:creator>TrackBack</dc:creator><description>Rage on Omnipotent &amp;amp;raquo; Make me admin</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#213557</link><pubDate>Thu, 12 Aug 2004 18:57:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:213557</guid><dc:creator>Sean McLeod</dc:creator><description>I guess another combo option to get the benefits of running your admin session in a separate desktop using FUS and to use the same user account functionality that MakeMeAdmin offers is to try the following:&lt;br&gt;&lt;br&gt;Use FUS to login into the Administrator account.&lt;br&gt;Have a script in the Administrator's startup folder that:&lt;br&gt;  - Kills the explorer.exe process&lt;br&gt;  - Runs a tweaked MakeMeAdmin script to create a new explorer process with your regular account added to the administrators group&lt;br&gt;&lt;br&gt;Now any further processes that are launched by this instance of explorer will be running with your account in the administrators group.&lt;br&gt;&lt;br&gt;For those people who can't use FUS since they're part of a domain the other option to look into with XP SP2 is the ability to have an active console user and an active RDP session. There was talk that this would be added in XP SP2 specifically to support the use of Mira/SmartDisplay devices.&lt;br&gt;&lt;br&gt;If this is enabled in XP SP2 then you could use the above combination just replacing the FUS component with an RDP session back to your localhost.&lt;br&gt;&lt;br&gt;&lt;br&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#213933</link><pubDate>Fri, 13 Aug 2004 07:13:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:213933</guid><dc:creator>Aaron Margosis</dc:creator><description>Sean McLeod, re ownership of files.  I just checked an XP SP1 box that I never changed the default owner setting on.  DIR /Q in the Program Files folder shows a mix of specific account and BUILTIN\Administrators ownership.  I'm going to take a completely wild guess here and suggest that the ones that show BUILTIN\Administrators were created/installed by the Windows Installer or Automatic Updates services running as System.&lt;br&gt;&lt;br&gt;Re your FUS replacement - I'd call that &amp;quot;Scary User Switching&amp;quot;.  I could come up with something that kept the same acronym, but I'd probably be banned from blogging! :-)  Seriously, I would expect so many things to break that way, not to mention the security problem of previously running apps trying to do things through the shell - if they manage to do so at all, those things will run with elevated privilege.  RDP back to localhost would be good - not as good as FUS since it would still share the same desktop, but could be good.&lt;br&gt;&lt;br&gt;FWIW, I made a brief attempt to take the old DESKTOPS SDK sample app and rework it to support different contexts on different (Win32) desktops.  It kinda sorta worked, but failed in odd ways, too.</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#213939</link><pubDate>Fri, 13 Aug 2004 07:27:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:213939</guid><dc:creator>Aaron Margosis</dc:creator><description>Marc Poljak:  as far as I know, RUNAS.EXE does not let you enter passwords through stdin.  This is probably to discourage the practice of storing passwords in plain text files.</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#214059</link><pubDate>Fri, 13 Aug 2004 14:05:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:214059</guid><dc:creator>Sean McLeod</dc:creator><description>In terms of RDP back to the localhost, if you're logged onto the console as userX and then RDP back as admin the terminal services component will create a separate desktop for the admin logon session. So I'm not sure why you say it'll share the same desktop.&lt;br&gt;&lt;br&gt;Only issue is that I think the multiple session option will only be available for Windows Media Center Edition machines with SP2 and not regular Windows XP Pro with SP2.</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#214079</link><pubDate>Fri, 13 Aug 2004 15:42:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:214079</guid><dc:creator>Sean McLeod</dc:creator><description>In terms of &amp;quot;Scary User Switching&amp;quot; ;-) the only 'previously running apps' would be apps started by the 1st instance of Explorer running apps in the admin's startup group etc. &lt;br&gt;&lt;br&gt;These are the same apps that would run anyway when you use FUS and login in as admin. So I'm not sure what 'security' issue you're thinking of in terms of these now communicating with the 2nd instance of explorer running as your regular account with admin group privileges since they already have admin privilige so could do just about anything anyway.&lt;br&gt;&lt;br&gt;I was assuming that your admin account wouldn't have loads of these and that 99% of the actual apps that you want to run with admin privileges like user manager etc. you would launch via the new instance of explorer and these would have a token of consisting of your regular account plus the admin group and be the same as the 2nd instance of explorer. So there shouldn't be any 'interaction' problems between these an explorer.&lt;br&gt;&lt;br&gt;If you definitely didn't want there to be any chance of mixing apps running under the admin account with apps running under your regular account as part of the admin group then another option is a specialised userinit process for your admin FUS session.&lt;br&gt;&lt;br&gt;Modify WinLogon's userinit registry value to run 'customuserinit.exe' instead of the standard 'userinit.exe'. In this custom userinit program check to see what our current user is, if it isn't administrator then just run the standard userinit.exe and quit.&lt;br&gt;&lt;br&gt;If the current user is administrator then use a version of your MakeMeAdmin concept to use runas to run the standard userinit.exe with a token of your standard account in the admin group. The standard userinit will then launch explorer and so all processes now will be running with the same token (standard account in the admin group).&lt;br&gt;&lt;br&gt;So you'll now have 2 FUS sessions, one running as your standard user account without admin privileges and another running as your standard user account with admin privileges on separate desktops.&lt;br&gt;&lt;br&gt;The one potential downside I see to the MakeMeAdmin concept is that you may have virus/spyware stuff installed as a browser helper object (BHO) or some other variation. But they don't have admin rights which is great since you're not part of the admin group. However if you then use MakeMeAdmin to create a process with yourself in the admin group and then you run an instance of IE now suddenly the spyware BHO will be loaded by this new instance of IE and will now be running with admin rights.&lt;br&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#214099</link><pubDate>Fri, 13 Aug 2004 16:10:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:214099</guid><dc:creator>Aaron Margosis</dc:creator><description>Sean McL, re RDP back to localhost:  I'm referring to the fact that your RDP client app (typically mstsc.exe) is on the same desktop as your non-privileged logon.  Unprivileged apps could (at least theoretically, I haven't tried it) send messages to the mstsc window to direct key and mouse events to the remote desktop.&lt;br&gt;&lt;br&gt;I'll tackle your next post after I get some coffee :-)</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#214634</link><pubDate>Sat, 14 Aug 2004 21:24:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:214634</guid><dc:creator>Will Brown</dc:creator><description>Aaron Margosis: I love this blog, thank you so much for the time and effort!&lt;br&gt;&lt;br&gt;Aaron &amp;amp;&amp;amp; Sean: Considering the whole same desktop/message issue (how hard would it be for malware to find a process with admin rights? furthermore why isnt there any security for messaging), it seems that Sean's solution, Scary User Switching, as its now officially known :D, seems to be the best one. I'm not sure what the 'previously running apps' are either. They only thing they could be are things started by user logon scripts. According to this &amp;lt;&lt;a target="_new" href="http://www.microsoft.com/windows2000/techinfo/reskit/en-us/default.asp?url=/windows2000/techinfo/reskit/en-us/regentry/12330.asp&amp;gt;"&gt;http://www.microsoft.com/windows2000/techinfo/reskit/en-us/default.asp?url=/windows2000/techinfo/reskit/en-us/regentry/12330.asp&amp;gt;&lt;/a&gt; the only things userinit does are run logon scripts, establish network connections, and then start explorer. so if your special MakeMeAdmin account isnt running anything with loginscripts, the first thing to run should be explorer. &lt;br&gt;&lt;br&gt;One thing I think might be better. Instead of making a custom userinit application (which would need to call userinit anyway to reestablish network connections), couldn't we set user specific paths to explorer, by changing Shell in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\IniFileMapping\system.ini\boot from &amp;quot;SYS:Microsoft\Windows NT\CurrentVersion\Winlogon&amp;quot; to &amp;quot;USR:Software\Microsoft\Windows NT\CurrentVersion\Winlogon&amp;quot;. Then create the Shell entry in that key for each user and point set them to explorer.exe. Except for your special MakeMeAdmin account, set it to the properly modified MakeMeAdmin.cmd.&lt;br&gt;&lt;br&gt;Marc Poljak: storing the admin password in the file would defeat the purpose. i don't see any prob with using the savecred option to eleminate having to type in the password for the current user account though. it would be saved in the admin's credentials folder.</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#214757</link><pubDate>Sun, 15 Aug 2004 12:41:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:214757</guid><dc:creator>Sean McLeod</dc:creator><description>Will the one issue with your approach is that any processes launched by the login scripts will now be running with the Admin token and not the regular user account in the admin group. Also the network connections will be established with the admin account.&lt;br&gt;&lt;br&gt;So you'll have a mix of accounts which is what I was trying to avoid with the custom userinit approach.&lt;br&gt;&lt;br&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#214773</link><pubDate>Sun, 15 Aug 2004 14:45:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:214773</guid><dc:creator>Marc Poljak</dc:creator><description>Will Brown: Yes, I know that storing a password in a plain text file is a very bad idea, but there are tools with which you can transform a BAT file into a EXE and then obfuscate the code in order to prevent the retrieval of the password via a hex editor.  With a script like MakeMeAdmin you can launch a new command shell with elevated privileges or you can launch all kind of things through a logon script. This is useful if you do not have Group Policies and Active Directory at your disposal or an installed &amp;quot;agent&amp;quot; on the client, which runs under the local system account. &lt;br&gt;&lt;br&gt;But, with the /SAVECRED option I have the result which I was looking for (well, not quite what I wished, but it works and that's important!). So, thank you for getting me on the right track.&lt;br&gt;&lt;br&gt;Cheers,&lt;br&gt;&lt;br&gt;Marc Poljak&lt;br&gt; </description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#215064</link><pubDate>Mon, 16 Aug 2004 15:16:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:215064</guid><dc:creator>Vittorio Pavesi</dc:creator><description>I experienced a similar problem with right delegation and I developed a little utility called MyRunAs that allow you to run a program impersonating another user (like Windows RunAs) but it generate an executable where there are the user credentials and the program name crypted.&lt;br&gt;Take a look on  &lt;a target="_new" href="http://spazioinwind.libero.it/vittoriop/myprojects.html"&gt;http://spazioinwind.libero.it/vittoriop/myprojects.html&lt;/a&gt;&lt;br&gt;Regards&lt;br&gt;&lt;br&gt;Vittorio</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#215195</link><pubDate>Mon, 16 Aug 2004 20:20:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:215195</guid><dc:creator>Aaron Margosis</dc:creator><description>Sean McLeod - The first time I read your post about what I called &amp;quot;Scary User Switching&amp;quot; I misunderstood exactly what you were doing.  I guess it might work - have you tried it?&lt;br&gt;&lt;br&gt;Note that once you apply SAVECRED, the creds can be used with other apps as well, not just the one you specified.</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#215612</link><pubDate>Tue, 17 Aug 2004 13:35:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:215612</guid><dc:creator>Sean McLeod</dc:creator><description>Aaron, yes what I was proposing was really just a combination of your suggestions with hopefully the best benefits of both, i.e. using a separate admin account with FUS and using MakeMeAdmin to create a logon token that is a combination of your regular (LUA) in the admin group (call this your 'MakeMeAdmin' account, although it's not really a separate distinct user account).&lt;br&gt;&lt;br&gt;So you end up with a separate desktop session and all the added security benefits that brings but at the same time instead of running processes in this desktop as the administrator account and the potential hassles that brings with network credentials, installing software etc. you run as your special 'MakeMeAdmin' account.&lt;br&gt;&lt;br&gt;I'll test it out on a test machine in the next couple of days and let you know how it works, just a bit busy with some 'real' work ;-)</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#216744</link><pubDate>Thu, 19 Aug 2004 00:44:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:216744</guid><dc:creator>Great!</dc:creator><description>I was wondering what it would take make this into a SHell extension to create a kind of SUPER_Runas feature.  Would be awesome to be able to right-click on an app/shortcut and run as any user elevated to Admin or poweruser etc.</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#216745</link><pubDate>Thu, 19 Aug 2004 00:47:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:216745</guid><dc:creator>Great!</dc:creator><description>I was wondering what it would take make this into a SHell extension to create a kind of SUPER_Runas feature.  Would be awesome to be able to right-click on an app/shortcut and run as any user elevated to Admin or poweruser etc.</description></item><item><title>Low-privileged accounts and non-Windows platforms</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#222342</link><pubDate>Sun, 29 Aug 2004 20:40:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:222342</guid><dc:creator>.net DElirium</dc:creator><description /></item><item><title>Will's Blog - Adventures of an IT Grad &amp;raquo; Running as Limited User and Having temporary admin priveledges</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#225038</link><pubDate>Fri, 03 Sep 2004 05:07:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:225038</guid><dc:creator>TrackBack</dc:creator><description>Will's Blog - Adventures of an IT Grad &amp;amp;raquo; Running as Limited User and Having temporary admin priveledges</description></item><item><title>Nerhood Weblog - Digital Diary - Family, Work, Technology, Books and Media &amp;raquo; MakeMeAdmin &amp;#8211; temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#225414</link><pubDate>Fri, 03 Sep 2004 23:48:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:225414</guid><dc:creator>TrackBack</dc:creator><description>Nerhood Weblog - Digital Diary - Family, Work, Technology, Books and Media &amp;amp;raquo; MakeMeAdmin &amp;amp;#8211; temporary admin for your Limited User account</description></item><item><title>reuteras.com &amp;raquo; Bra verktyg f?r Windows</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#225893</link><pubDate>Sun, 05 Sep 2004 23:04:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:225893</guid><dc:creator>TrackBack</dc:creator><description>reuteras.com &amp;amp;raquo; Bra verktyg f?r Windows</description></item><item><title>Take Me to Your Leader</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#230953</link><pubDate>Fri, 17 Sep 2004 21:06:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:230953</guid><dc:creator>Misc. Ramblings</dc:creator><description> Whether you use Windows or Linux, each provides for the creation of users with different security privileges. That is, the ability to execute certain functions. In Windows, the highest level is Administrator and in Linux it's called root. For the purpose of this post, I'll concentrate on Windows for...</description></item><item><title>I had more problems after switching</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#233223</link><pubDate>Thu, 23 Sep 2004 09:40:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:233223</guid><dc:creator>Martin's WebLog</dc:creator><description /></item><item><title>Windows Update and least privlege</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#242376</link><pubDate>Thu, 14 Oct 2004 21:02:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:242376</guid><dc:creator>Deep Thoughts...</dc:creator><description /></item><item><title>PrivBar -  An IE/Explorer toolbar to show current privilege level</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#247355</link><pubDate>Mon, 25 Oct 2004 21:53:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:247355</guid><dc:creator>Lockergnome's IT Professionals</dc:creator><description>Aaron Margosis is a Microsoft employee who is writing a weblog on running Windows with least privilege on the desktop. If you are having trouble running applications under an account with less privileges than administrator, there are many useful suggestions...</description></item><item><title>Taking the Plunge</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#256872</link><pubDate>Sat, 13 Nov 2004 07:02:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:256872</guid><dc:creator>Zupancic Perspective</dc:creator><description /></item><item><title>Taking the Plunge</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#258503</link><pubDate>Wed, 17 Nov 2004 00:56:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:258503</guid><dc:creator>Zupancic Perspective</dc:creator><description /></item><item><title>RE: Das Henne-Ei Problem oder </title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#260585</link><pubDate>Thu, 18 Nov 2004 14:32:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:260585</guid><dc:creator>Dirks WebLog</dc:creator><description /></item><item><title>Developing software for Windows without being an admin</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#275127</link><pubDate>Sun, 05 Dec 2004 00:51:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:275127</guid><dc:creator>Aali's blog</dc:creator><description /></item><item><title>Developing Non-Admin: File Ownership on Windows Server 2003</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#332968</link><pubDate>Tue, 28 Dec 2004 02:18:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:332968</guid><dc:creator>Geek Noise</dc:creator><description /></item><item><title>How about a Shell Extension for MakeMeAdmin?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#347089</link><pubDate>Wed, 05 Jan 2005 23:12:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:347089</guid><dc:creator>Michael Howard's Web Log</dc:creator><description /></item><item><title>So that is what they were -- AntiSpyware Alerts</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#352475</link><pubDate>Fri, 14 Jan 2005 00:49:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:352475</guid><dc:creator>Robert Hurlbut's .NET Blog</dc:creator><description /></item><item><title>re: Misconceptions about Least Privilege</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#361164</link><pubDate>Thu, 27 Jan 2005 03:51:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:361164</guid><dc:creator>.net DElirium</dc:creator><description /></item><item><title>Least-Privileged Users, Add/Remove Programs and System Management Server</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#361683</link><pubDate>Thu, 27 Jan 2005 19:48:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:361683</guid><dc:creator>strawberryJAMM's Security and User Experience WebL</dc:creator><description /></item><item><title>Enterprise Library 2005 available</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#362950</link><pubDate>Sat, 29 Jan 2005 07:45:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:362950</guid><dc:creator>Robert Hurlbut's .NET Blog</dc:creator><description /></item><item><title>MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#363351</link><pubDate>Sun, 30 Jan 2005 16:40:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:363351</guid><dc:creator>David Christiansen's Weblog</dc:creator><description /></item><item><title>Running as a non-Administrator</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#364022</link><pubDate>Mon, 31 Jan 2005 23:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:364022</guid><dc:creator>Casa d</dc:creator><description /></item><item><title>Running as a non-Administrator</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#364025</link><pubDate>Mon, 31 Jan 2005 23:45:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:364025</guid><dc:creator>Casa d</dc:creator><description /></item><item><title>Low-privileged accounts and non-Windows platforms</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#367340</link><pubDate>Fri, 04 Feb 2005 23:47:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:367340</guid><dc:creator>.net DElirium</dc:creator><description /></item><item><title>Managing Power Options as a non-administrator</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#370265</link><pubDate>Thu, 10 Feb 2005 07:58:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:370265</guid><dc:creator>Aaron Margosis' WebLog</dc:creator><description /></item><item><title>Running as non-admin</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#370831</link><pubDate>Fri, 11 Feb 2005 07:24:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:370831</guid><dc:creator>Wes' Puzzling Blog</dc:creator><description /></item><item><title>chris.webdevlab.com &amp;raquo; The Non-Admin Blog</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#372984</link><pubDate>Tue, 15 Feb 2005 17:48:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:372984</guid><dc:creator>TrackBack</dc:creator><description>chris.webdevlab.com &amp;amp;raquo; The Non-Admin Blog</description></item><item><title>re: Making life as a LUser more livable</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#382505</link><pubDate>Tue, 01 Mar 2005 20:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:382505</guid><dc:creator>blog://brycem@microsoft.com</dc:creator><description /></item><item><title>More Great Non-Admin Resources</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#383283</link><pubDate>Wed, 02 Mar 2005 06:23:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:383283</guid><dc:creator>Geek Noise</dc:creator><description /></item><item><title>MakeMeAdmin follow-up</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#394245</link><pubDate>Fri, 11 Mar 2005 23:48:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:394245</guid><dc:creator>Aaron Margosis' WebLog</dc:creator><description>MakeMeAdmin script updates, and a security setting you should change</description></item><item><title>Table of contents, Aaron Margosis' non-admin blog</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#409474</link><pubDate>Tue, 19 Apr 2005 03:22:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:409474</guid><dc:creator>Aaron Margosis' WebLog</dc:creator><description>Complete list of Aaron Margosis' non-admin / least privilege posts, for easy lookup.</description></item><item><title>Running with a clean machine as non-admin</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#414146</link><pubDate>Tue, 03 May 2005 03:26:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:414146</guid><dc:creator>John Watson</dc:creator><description /></item><item><title>Installing .inf files if you are living the non-admin lifestyle</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#423227</link><pubDate>Mon, 30 May 2005 18:23:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:423227</guid><dc:creator>Jason Haley</dc:creator><description>Installing .inf files if you are living the non-admin lifestyle</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#425465</link><pubDate>Sun, 05 Jun 2005 23:23:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:425465</guid><dc:creator>Yang</dc:creator><description>I learn something usefull today!</description></item><item><title>Spread the LUA joy</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#427782</link><pubDate>Fri, 10 Jun 2005 19:12:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:427782</guid><dc:creator>tonyso</dc:creator><description>Get your friends and family, all those folks that come to you for computer help once their machines have...</description></item><item><title>Software I have on my computer</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#429475</link><pubDate>Wed, 15 Jun 2005 21:57:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:429475</guid><dc:creator>venkatna's WebLog</dc:creator><description>I got a shiny new tablet (Toshiba M4) and spent some time installing all the software that I usually...</description></item><item><title>Need Security? - Running Windows with Least Privilege!</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#435697</link><pubDate>Tue, 05 Jul 2005 19:11:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:435697</guid><dc:creator>Daniel van Soest</dc:creator><description>Ok, ik heb vandaag wat sessies gevolgd over de security improvements in het Longhorn timeframe en hoe...</description></item><item><title>MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#437299</link><pubDate>Mon, 11 Jul 2005 01:59:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:437299</guid><dc:creator>David Christiansen</dc:creator><description>Very handy tool for those of us that rightly develop under the 'least privileged' user context.&lt;br&gt;&lt;br&gt;MakeMeAdmin...</description></item><item><title>MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#437300</link><pubDate>Mon, 11 Jul 2005 01:59:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:437300</guid><dc:creator>David Christiansen</dc:creator><description>Very handy tool for those of us that rightly develop under the 'least privileged' user context.&lt;br&gt;&lt;br&gt;MakeMeAdmin...</description></item><item><title>Least privileged user access for developers</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#445157</link><pubDate>Sat, 30 Jul 2005 00:55:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:445157</guid><dc:creator>Nigel Watling</dc:creator><description>OK, the last entry was a teaser for a blog entry or two on what developers can and IMHO should do regarding...</description></item><item><title>Switching Source Code Control Providers as Non-Administrative User</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#445868</link><pubDate>Mon, 01 Aug 2005 05:47:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:445868</guid><dc:creator>Zupancic Perspective</dc:creator><description /></item><item><title>Running with a clean machine as non-admin</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#453145</link><pubDate>Thu, 18 Aug 2005 20:08:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:453145</guid><dc:creator>John Watson</dc:creator><description /></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#456425</link><pubDate>Thu, 25 Aug 2005 23:03:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:456425</guid><dc:creator>ken</dc:creator><description>Anyone know how to gain Administrative Privilages with a Limited Account if you don't know the password?</description></item><item><title>Links</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#461094</link><pubDate>Mon, 05 Sep 2005 21:52:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:461094</guid><dc:creator>Murat Uysal</dc:creator><description /></item><item><title>Links</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#461095</link><pubDate>Mon, 05 Sep 2005 21:54:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:461095</guid><dc:creator>Murat Uysal</dc:creator><description /></item><item><title>Smart Client - Windows Forms </title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#461113</link><pubDate>Mon, 05 Sep 2005 23:01:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:461113</guid><dc:creator>Murat Uysal</dc:creator><description /></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#489455</link><pubDate>Sat, 05 Nov 2005 22:46:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:489455</guid><dc:creator>Matt</dc:creator><description>How can you get around typing in the local administrator password?</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#493219</link><pubDate>Wed, 16 Nov 2005 05:30:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:493219</guid><dc:creator>vxcyvxv</dc:creator><description>Simply not?&lt;br&gt;&lt;br&gt;Well, there's another way to get this working without needing to pass any password at all.&lt;br&gt;&lt;br&gt;Let run a priviledged service which accepts requests from users to spawn a certain process, but only if it is on a whitelist - just like suid-Bit under Linux.&lt;br&gt;&lt;br&gt;There's are two alternatives known: SuSrv+SrvAny with two instances, and the commercial (free for personal use) PolicyMaker Application Security, which allows a certain fine tuning on what access should be actually granted.</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#515501</link><pubDate>Sat, 21 Jan 2006 00:26:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:515501</guid><dc:creator>Paul Blair</dc:creator><description>This little utility inspired me to write a service based app that allows you to launch any program as yourself with an admin token. If anyone want's to try it out and comment, you can grab it here....&lt;br&gt;&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://home.toadlife.net/blog/weblog.pl?trackback=1"&gt;http://home.toadlife.net/blog/weblog.pl?trackback=1&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks Aaron. :)</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#520460</link><pubDate>Tue, 31 Jan 2006 14:57:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:520460</guid><dc:creator>Archos</dc:creator><description>it does'nt work with me...it's asking for admin password which i don't know.&lt;br/&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#520780</link><pubDate>Tue, 31 Jan 2006 20:13:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:520780</guid><dc:creator>Aaron Margosis</dc:creator><description>Archos - that is correct.  You need to have the admin password in order to do this.  Otherwise it would be an unauthorized elevation of privilege!</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#522134</link><pubDate>Wed, 01 Feb 2006 20:17:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:522134</guid><dc:creator>Mike</dc:creator><description>Not sure what I'm doing wrong, but running this gives me an error after entering the first local admin password:&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Enter the password for ADMINCOMP\Administrator:&lt;br/&gt;Attempting to start C:\DOCUME~1\MSMITH~1.DOM\Desktop\MakeMeAdmin.cmdkeMeAdmin.cm&lt;br/&gt;d DOMAIN\msmith as user &amp;quot;ADMINCOMP\Administrator&amp;quot; ...&lt;br/&gt;RUNAS ERROR: Unable to run - C:\DOCUME~1\MSMITH~1.DOM\Desktop\MakeMeAdmin.cmdkeM&lt;br/&gt;eAdmin.cmd DOM\msmith&lt;br/&gt;87: The parameter is incorrect.</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#522184</link><pubDate>Wed, 01 Feb 2006 20:39:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:522184</guid><dc:creator>Mike</dc:creator><description>Well running it from the root of the c drive works fine. Seems as though it just refuses to run properly from the desktop.</description></item><item><title>re: MakeMeAdmin -- runas Doesn't work with password in RTL language</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#525854</link><pubDate>Mon, 06 Feb 2006 21:22:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:525854</guid><dc:creator>Yinon Ehrlich</dc:creator><description>I cannot use your batch-files, nor a simple runas.exe.&lt;br /&gt;My administrator user name and password are in Hebrew. Moreover, the Administrator user name consists of more than one word. All of this is fine for me, it make me feel more secure and it works with &amp;quot;Shift-right-click-run-as&amp;quot;.&lt;br /&gt;But: runas does not accepts it. (I'm using Windows XP Home Ed. SP2).&lt;br /&gt;Anyone has a suggestion ?&lt;br /&gt;&lt;br /&gt;Thanks</description></item><item><title>More LUA</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#528148</link><pubDate>Thu, 09 Feb 2006 04:33:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:528148</guid><dc:creator>Wintellog</dc:creator><description /></item><item><title>More LUA</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#528151</link><pubDate>Thu, 09 Feb 2006 04:37:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:528151</guid><dc:creator>Wintellog</dc:creator><description /></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#538633</link><pubDate>Fri, 24 Feb 2006 17:24:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:538633</guid><dc:creator>Vatroslav Mihalj</dc:creator><description>Try using quoatation marks for domain accounts, to avoid interpreting &amp;quot;\&amp;quot; as directory separator in batch scripts</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#538645</link><pubDate>Fri, 24 Feb 2006 17:44:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:538645</guid><dc:creator>Aaron Margosis</dc:creator><description>Vatroslav Mihalj - I'm not sure what problem you're trying to solve. &amp;nbsp;The script should already have quotes in the correct places - see where &amp;quot;%*&amp;quot; is used in the second part of the script.</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#543162</link><pubDate>Fri, 03 Mar 2006 23:44:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:543162</guid><dc:creator>Mike Logsdon</dc:creator><description>I have a laptop with only one user.&lt;br&gt;The past user, removed ALL users, except for&lt;br&gt;the one guy getting the laptop.&lt;br&gt;He is a Limited user, and we need to make&lt;br&gt;him a Administrator and add a USB printer.&lt;br&gt;Do you think this MakeMeAdmin will help?&lt;br&gt;Thanks&lt;br&gt;Mike Logsdon&lt;br&gt;mlogsdon@senate.state.mo.us&lt;br&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#543180</link><pubDate>Sat, 04 Mar 2006 00:02:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:543180</guid><dc:creator>Aaron Margosis</dc:creator><description>Mike Logsdon - Rather than make the new user an admin, log on with the Admin account and install the printer from there. &amp;nbsp;I assume the previous user did not delete the built-in Admin account. &amp;nbsp;If there truly are no admin accounts left on the computer, reformat and reinstall Windows. &amp;nbsp;Note that in order to use MakeMeAdmin, you need to have the password for an admin account, and neither the Admin nor the User account can be blank-password accounts.</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#545687</link><pubDate>Wed, 08 Mar 2006 00:42:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:545687</guid><dc:creator>Jürgen Barthel</dc:creator><description>Have written a little tool based on Arons idea. &lt;br&gt;&lt;br&gt;Comments please here or to fli4l@online-barthel.de&lt;br&gt;&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://www.online-barthel.de/Download/makemeadmin/MakeMeAdmin.exe"&gt;http://www.online-barthel.de/Download/makemeadmin/MakeMeAdmin.exe&lt;/a&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#550577</link><pubDate>Mon, 13 Mar 2006 20:33:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:550577</guid><dc:creator>Aaron H.</dc:creator><description>Aaron, regarding Mike Logsdon's concerns, we have the same need. &amp;nbsp;I thought when you add a local printer, it only installs for that user. &amp;nbsp;If this is true, when you log on to the machine as the local admin, install the printer, log off and log on as the original user, then the local printer would not be listed. &amp;nbsp;&lt;br&gt;&lt;br&gt;Am I correct in thinking that the local printer is user specific?&lt;br&gt;&lt;br&gt;Thanks!&lt;br&gt;Aaron</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#560369</link><pubDate>Sat, 25 Mar 2006 00:40:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:560369</guid><dc:creator>Brad</dc:creator><description>Aaron H.--&lt;br&gt;&lt;br&gt;&amp;quot;Local Printers&amp;quot;--those that you physically connect to your computer, as well as those for which you add a port (e.g. Unix Print Services/IP Printing)--exist for all users. &amp;nbsp;These must be installed by an administrator.&lt;br&gt;&lt;br&gt;&amp;quot;Network Printers,&amp;quot; for instance those shared over a Domain/SMB can be installed by anyone. &amp;nbsp;Those printers exist only for the user who installs it. &lt;br&gt;&lt;br&gt;Hope this helps...</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#561041</link><pubDate>Sun, 26 Mar 2006 01:46:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:561041</guid><dc:creator>LyndonB</dc:creator><description>Why couldn't this be used to make an attack on Windows from a Limited User Account especialy for users with blank admin passwords</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#561625</link><pubDate>Mon, 27 Mar 2006 06:37:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:561625</guid><dc:creator>Aaron Margosis</dc:creator><description>LyndonB, this tool does not enable elevation-of-privilege attacks. &amp;nbsp;Several points:&lt;br&gt;1. &amp;nbsp;You need to have the admin password in order to use MakeMeAdmin;&lt;br&gt;2. &amp;nbsp;This tool will not help you guess or crack the admin password if you do not have it;&lt;br&gt;3. &amp;nbsp;If you have the admin password and you're not authorized to have it, you can just log in as the admin - you don't need to use this tool;&lt;br&gt;3. &amp;nbsp;If the local admin account has a blank password, you can't use RunAs with that account - blank-pwd accounts can be used only for interactive logon, not for network logon or runas. &amp;nbsp;And again - if the admin account has a blank password AND you have access to the console, you can log on as the admin at the logon screen.&lt;br&gt;HTH</description></item><item><title>Fixing &amp;amp;quot;LUA Bugs&amp;amp;quot;, Part II</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#562096</link><pubDate>Mon, 27 Mar 2006 19:34:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:562096</guid><dc:creator>Aaron Margosis' WebLog</dc:creator><description>A systematic approach for working around LUA bugs that avoids unnecessary exposure - &amp;amp;quot;the rest of the story&amp;amp;quot;</description></item><item><title>re: MakeMeAdmin and RTL languages</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#569919</link><pubDate>Thu, 06 Apr 2006 18:01:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:569919</guid><dc:creator>Aaron Margosis</dc:creator><description>Yinon Ehrlich, sorry for the delay in responding. &amp;nbsp;Two things:&lt;br&gt;1. &amp;nbsp;The version of MMA that is currently posted supports usernames containing spaces; but&lt;br&gt;2. &amp;nbsp;This is what I've been told about console apps and right-to-left languages like Hebrew:&lt;br&gt;&amp;quot;Console apps don't support complex script languages, and this is by design. For all console apps on such languages we fall back to English. Now since the administrator user name and password are both in Hebrew the option to use Runas is not valid.&amp;quot;</description></item><item><title>Steve Mullen&amp;#8217;s Blog &amp;raquo; MakeMeAdmin</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#572502</link><pubDate>Mon, 10 Apr 2006 17:11:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:572502</guid><dc:creator>Steve Mullen’s Blog » MakeMeAdmin</dc:creator><description>PingBack from &lt;a rel="nofollow" target="_new" href="http://skmullen.wordpress.com/2006/04/10/makemeadmin/"&gt;http://skmullen.wordpress.com/2006/04/10/makemeadmin/&lt;/a&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#585923</link><pubDate>Fri, 28 Apr 2006 12:41:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:585923</guid><dc:creator>dhananjay singh</dc:creator><description>Dear Aaron,&lt;br&gt;&lt;br&gt;I find many big enterprises admins apply this technique during some software installation, but there is down side of it.&lt;br&gt;It makes non admin user temporarily admin, which make security hole, now user can do anything like creating new local admin on that machine and letter use it as he want :)&lt;br&gt;&lt;br&gt;But any on personal machine this is very useful and secure technique.&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;Dhananjay&lt;br&gt;&lt;br&gt; &amp;nbsp; &lt;br&gt;&lt;br&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#586008</link><pubDate>Fri, 28 Apr 2006 16:39:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:586008</guid><dc:creator>Aaron Margosis</dc:creator><description>dhananjay singh - There are two sides to the &amp;quot;non-admin&amp;quot; issue: &amp;nbsp;users who are trusted to know when/how to elevate and do so judiciously, and users who are not trusted to make those decisions. &amp;nbsp;MakeMeAdmin definitely falls into the first group. &amp;nbsp;On my Table of Contents page I have separated out my posts based on that distinction: &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/aaron_margosis/archive/2005/04/18/TableOfContents.aspx"&gt;http://blogs.msdn.com/aaron_margosis/archive/2005/04/18/TableOfContents.aspx&lt;/a&gt;&lt;br&gt;</description></item><item><title>&amp;gt; n3wjacks blog  &amp;raquo; Blog Archive   &amp;raquo; running windows as a non-admin</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#586310</link><pubDate>Fri, 28 Apr 2006 23:16:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:586310</guid><dc:creator>&gt; n3wjacks blog  » Blog Archive   » running windows as a non-admin</dc:creator><description>PingBack from &lt;a rel="nofollow" target="_new" href="http://n3wjack.net/index.php/2006/03/10/running-windows-as-a-non-admin/"&gt;http://n3wjack.net/index.php/2006/03/10/running-windows-as-a-non-admin/&lt;/a&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#589272</link><pubDate>Wed, 03 May 2006 19:51:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:589272</guid><dc:creator>cibgiu</dc:creator><description>Tool to pass crypt admin password: &lt;a rel="nofollow" target="_new" href="http://robotronic.de/runasspc/"&gt;http://robotronic.de/runasspc/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Bye</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#589282</link><pubDate>Wed, 03 May 2006 20:03:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:589282</guid><dc:creator>Aaron Margosis</dc:creator><description>cibgiu - see caveats about that approach here:&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/aaron_margosis/archive/2006/03/27/562091.aspx"&gt;http://blogs.msdn.com/aaron_margosis/archive/2006/03/27/562091.aspx&lt;/a&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#595445</link><pubDate>Thu, 11 May 2006 19:00:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:595445</guid><dc:creator>Sidney</dc:creator><description>I can not get this to work. I get the bright dos window saying Admin but when I go to install it says Im not a admin.&lt;br&gt;&lt;br&gt;Please help</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#595779</link><pubDate>Fri, 12 May 2006 04:40:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:595779</guid><dc:creator>Aaron Margosis</dc:creator><description>Sidney - what are you trying to install? &amp;nbsp;Note that not everything started from an elevated process will remain elevated: &amp;nbsp;Look for the section called &amp;quot;When RunAs won't work&amp;quot; in this post:&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/aaron_margosis/archive/2004/06/23/163229.aspx"&gt;http://blogs.msdn.com/aaron_margosis/archive/2004/06/23/163229.aspx&lt;/a&gt;</description></item><item><title>Calling all non-admin SharePoint developers... uh, help?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#603863</link><pubDate>Mon, 22 May 2006 19:03:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:603863</guid><dc:creator>Fear and Loathing</dc:creator><description>I try to be a good citizen, I really try. I tried to take the plunge today to create a non-admin user...</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#606664</link><pubDate>Thu, 25 May 2006 04:52:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:606664</guid><dc:creator>Coby</dc:creator><description>Please e-mail me back at dulitzki322@gmail.com, I'm a limited account and I don't have access to the admin's account, is there any way, maybe through cmd, to become an admin, or at least to make another admin account from a limited account. If not is there any way to find out an admin's password?</description></item><item><title>Issues with installing MSBee as a non administrator user</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#634400</link><pubDate>Fri, 16 Jun 2006 21:25:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:634400</guid><dc:creator>Bertan's Blog</dc:creator><description>MSBee requires administrative rights to be installed and same thing is true for .Net Framework 1.1 SDK...</description></item><item><title>Running VSTS4DB as a Non-Admin User</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#636988</link><pubDate>Mon, 19 Jun 2006 19:21:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:636988</guid><dc:creator>James Dawson's Blog</dc:creator><description>I'd heard about this forthcoming edition of Visual Studio 2005 Team System (Team Edition for Database...</description></item><item><title>Another MakeMeAdmin implementation</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#637171</link><pubDate>Mon, 19 Jun 2006 21:05:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:637171</guid><dc:creator>Gabor</dc:creator><description>A new project has been just launched recently called sudoWn. It is based on the original MakeMeAdmin way but it is developed further for desktop PC users. You can find the project page @ &lt;a rel="nofollow" target="_new" href="http://sudown.mine.nu"&gt;http://sudown.mine.nu&lt;/a&gt;</description></item><item><title>REparsed  &amp;raquo; Blog Archive   &amp;raquo; Secure Surfing Six Months Later</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#645865</link><pubDate>Sat, 24 Jun 2006 19:52:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:645865</guid><dc:creator>REparsed  » Blog Archive   » Secure Surfing Six Months Later</dc:creator><description>PingBack from &lt;a rel="nofollow" target="_new" href="http://reparsed.net/2006/06/24/secure-surfing-six-months-later/"&gt;http://reparsed.net/2006/06/24/secure-surfing-six-months-later/&lt;/a&gt;</description></item><item><title>MakeMeAdmin -MadeMeAdmin</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#651856</link><pubDate>Fri, 30 Jun 2006 08:46:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:651856</guid><dc:creator>Denno</dc:creator><description>I had to change the system on my computer but did not have access to an admin account thanks to your help i could change the setting (that only could be accessed by an admin) and the computer doesn't stuff up anymore&lt;br&gt;&lt;br&gt;thanks denno</description></item><item><title>jon  &amp;raquo; Blog Archive   &amp;raquo; Change group membership token for user </title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#658185</link><pubDate>Thu, 06 Jul 2006 22:13:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:658185</guid><dc:creator>jon  » Blog Archive   » Change group membership token for user </dc:creator><description>PingBack from &lt;a rel="nofollow" target="_new" href="http://jonc.wordpress.com/2006/07/06/change-group-membership-token-for-user/"&gt;http://jonc.wordpress.com/2006/07/06/change-group-membership-token-for-user/&lt;/a&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#689534</link><pubDate>Sat, 05 Aug 2006 18:36:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:689534</guid><dc:creator>ahmad azry</dc:creator><description>&lt;P&gt;how do i make my limited account to a admin account without a admin password...&lt;/P&gt;
&lt;div class=ajmReply&gt;
&lt;P&gt;You can't.&amp;nbsp; If that were possible there would be no reason to have limited accounts.&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/div&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#700978</link><pubDate>Tue, 15 Aug 2006 14:04:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:700978</guid><dc:creator>Rage</dc:creator><description>&lt;P&gt;Is there a way to gain the orginal password? after the admin password change.&lt;/P&gt;
&lt;div class=ajmReply&gt;
&lt;P&gt;No.&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/div&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#704259</link><pubDate>Thu, 17 Aug 2006 17:19:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:704259</guid><dc:creator>Les Weston</dc:creator><description>&lt;P&gt;Hmmm. I mistakenly tested MakeMeAdmin while already logged into my Admin account. Now my Admin account has mysteriously lost its Administrator privileges (it is now showing up as a Limited Account). Is there any way to recover from this situation? &lt;BR&gt;&lt;BR&gt;I tried a System Restore from the "Last known good configuration", but I had already rebooted before I noticed the problem, so the last "Good" configuration was no better. And my 'Get Out Of Jail Free' card (using System Restore to select a restore point that predates the problem) can't be used because System Restore needs to run from an account with Administrator privileges. Catch 22? &lt;BR&gt;&lt;BR&gt;This is on a system running XP Pro SP1. I'm half way through installing SP2 in a separate partition, so it's not a huge problem if this installation is beyond repair. But it does make me wary of trying MakeMeAdmin again. &lt;BR&gt;&lt;BR&gt;-Les.&lt;/P&gt;
&lt;div class=ajmReply&gt;
&lt;P&gt;That problem has been noted before.&amp;nbsp; Some (at least partial) solutions are discussed in the comments to &lt;A href="http://blogs.msdn.com/aaron_margosis/archive/2005/03/11/394244.aspx"&gt;the follow-up post&lt;/A&gt;, particularly &lt;A href="http://blogs.msdn.com/aaron_margosis/archive/2005/03/11/394244.aspx#432504"&gt;here&lt;/A&gt; and &lt;A href="http://blogs.msdn.com/aaron_margosis/archive/2005/03/11/394244.aspx#495385"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;One can only do so much with a .cmd script.&amp;nbsp; Maybe one of these days I'll make a &lt;A href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx"&gt;PowerShell&lt;/A&gt; version of the script.&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/div&gt;</description></item><item><title>WCF Troubles &amp;laquo; jeff handley</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#725058</link><pubDate>Sat, 26 Aug 2006 09:57:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:725058</guid><dc:creator>WCF Troubles « jeff handley</dc:creator><description>PingBack from &lt;a rel="nofollow" target="_new" href="http://jeffhandley.wordpress.com/2006/08/21/wcf-troubles/"&gt;http://jeffhandley.wordpress.com/2006/08/21/wcf-troubles/&lt;/a&gt;</description></item><item><title>MakeMeAdmin And Console MatchMaker</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#732236</link><pubDate>Wed, 30 Aug 2006 21:55:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:732236</guid><dc:creator>you've been HAACKED</dc:creator><description>MakeMeAdmin And Console MatchMaker</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#749837</link><pubDate>Mon, 11 Sep 2006 22:34:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:749837</guid><dc:creator>Diane Kepo'o</dc:creator><description>&lt;P&gt;Hi, &lt;BR&gt;I was wondering if you can humbly post the command line that will automatically input the administrator's password. We're trying to eliminate any user interaction when it comes to logging in as the local administrator. &lt;BR&gt;&lt;BR&gt;Thanks so much for the help! &lt;BR&gt;&lt;BR&gt;Diane&lt;/P&gt;
&lt;div class=ajmReply&gt;
&lt;P&gt;Windows does not provide such a tool.&amp;nbsp; Runas.exe accepts passwords and smartcard PINs only through keyboard input. I'm not on the Windows team and never have been so I don't know for sure, but I suspect the reason for this is to discourage people from putting plaintext passwords in plaintext script files.&amp;nbsp; For alternatives, see option #5 in &lt;A href="http://blogs.msdn.com/aaron_margosis/archive/2006/03/27/562091.aspx"&gt;Fixing LUA Bugs Part II&lt;/A&gt;, but please take note of the risks involved.&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/div&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#760481</link><pubDate>Mon, 18 Sep 2006 12:33:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:760481</guid><dc:creator>arjen</dc:creator><description>&lt;P&gt;How can I use it to uninstall programs or application? &lt;BR&gt;Can someone help me with this.... tnx!&lt;/P&gt;
&lt;div class=ajmReply&gt;
&lt;P&gt;From a MakeMeAdmin command prompt, you can get to the Add/Remove Programs applet by running "appwiz.cpl".&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/div&gt;</description></item><item><title>Running VSTS4DB as a Non-Admin User</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#762799</link><pubDate>Wed, 20 Sep 2006 02:22:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:762799</guid><dc:creator>James Dawson's Blog</dc:creator><description>I&amp;amp;amp;#39;d heard about this forthcoming edition of Visual Studio 2005 Team System (Team Edition for Database</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#767774</link><pubDate>Sat, 23 Sep 2006 13:57:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:767774</guid><dc:creator>bob</dc:creator><description>&lt;P&gt;I am an admin and I need to find out a limited user's password without changing it or them knowing. How?&lt;/P&gt;
&lt;div class=ajmReply&gt;
&lt;P&gt;Sorry, there is no interface to support that.&amp;nbsp; Why do you need to do that?&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/div&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#772211</link><pubDate>Tue, 26 Sep 2006 16:49:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:772211</guid><dc:creator>Raghavendra</dc:creator><description>&lt;P&gt;same as secondary login...... &lt;BR&gt;end task user's explorer.exe...and then use &lt;BR&gt;****runas /user:administrator explorer.exe**** &lt;BR&gt;and there you will login as administrator... &lt;BR&gt;do the admin tasks and logoff from administrator ....... &lt;BR&gt;now end task and start explorer.exe for user again...and you see that opened applications also wont get affected&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;I've posted a better solution &lt;A href="http://blogs.msdn.com/aaron_margosis/archive/2004/07/07/175488.aspx"&gt;here&lt;/A&gt; that doesn't require killing your existing explorer.exe instances.&amp;nbsp; And, BTW, the idea you proposed doesn't address the scenarios that MakeMeAdmin (the subject of this post) was designed for.&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>Least Privilege</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#776806</link><pubDate>Fri, 29 Sep 2006 14:14:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:776806</guid><dc:creator>Stefan Olsson</dc:creator><description>Problematiken r&amp;amp;#246;rande lokala administrat&amp;amp;#246;rer, man st&amp;amp;#246;ter allt f&amp;amp;#246;r ofta p&amp;amp;#229; administrat&amp;amp;#246;erer som l&amp;amp;#246;ser...</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#816632</link><pubDate>Wed, 11 Oct 2006 12:08:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:816632</guid><dc:creator>Marco Pires</dc:creator><description>&lt;P&gt;Hi , this is a useful tool.&lt;/P&gt;
&lt;P&gt;I work in a large construccion company, and we use (in the headquarters) VNC for acessing computers located outside in numerous construccion sites. On these sites , the Pc's are in workgroups with acess to the domain network. What happens sometimes : people go from site to site , and have to change workgroup. Sometimes when you do this , you stop having access to VNC because the windows xp firewall blocks it . Is there a way to run MakeMeAdmin with the "netsh firewall set AllowedProgram" over ip or computer name?&lt;/P&gt;
&lt;P&gt;If not i'll just have to go there...&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;If the remote system is blocking remote administration, then you're not going to be able to change the firewall settings remotely.&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#834311</link><pubDate>Tue, 17 Oct 2006 12:25:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:834311</guid><dc:creator>Scott</dc:creator><description>&lt;P&gt;Make one where you dont need ther administrators password because i stuffed up my computer by changing the admins password too fast =(&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;You're asking for a hacker tool.&amp;nbsp; MakeMeAdmin is not a hacker tool, and I don't make hacker tools. :-)&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#896234</link><pubDate>Sun, 29 Oct 2006 18:37:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:896234</guid><dc:creator>Earl Savino</dc:creator><description>&lt;p&gt;Look for transparent solution within a VB6 app to create special shared folder privledges for domain users ONLY when using the VB6 app.&lt;/p&gt;
</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#896236</link><pubDate>Sun, 29 Oct 2006 18:37:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:896236</guid><dc:creator>Earl Savino</dc:creator><description>&lt;p&gt;Look for transparent solution within a VB6 app to create special shared folder privledges for domain users ONLY when using the VB6 app.&lt;/p&gt;
&lt;p&gt;fintek@comcast.net&lt;/p&gt;
</description></item><item><title>Runnig a batch process</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#1115434</link><pubDate>Tue, 21 Nov 2006 16:43:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1115434</guid><dc:creator>dgley</dc:creator><description>&lt;P&gt;Can you send it a batch file to run in the final window. &amp;nbsp;I have a bat file containing the net use to map a network drive. &amp;nbsp;I would like this to run this in the final cmd window so that a drive is mapped in the admin session.&lt;/P&gt;
&lt;P&gt;Is this possible?&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;Sure -- just&amp;nbsp;add the batch file you want to&amp;nbsp;the _Prog_ variable.&amp;nbsp; The "/k" option means "run the following command when cmd.exe starts, and then continue running."&amp;nbsp; (The similar /c option runs the command you specify and then exits the shell.)&amp;nbsp; The &amp;amp;&amp;amp; strings multiple commands together.&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>locked out of my laptop only limited access please help!!!!</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#1168395</link><pubDate>Wed, 29 Nov 2006 03:36:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1168395</guid><dc:creator>steve</dc:creator><description>&lt;p&gt;hi i am having problems with my lap top witch i got from a computer fair the make of the laptop is &amp;quot;stone computers&amp;quot;. when i turned it on and tryed to change my user name it wouldnt let me go into the user accounts area as it said i didnt have correct rights to do so. i also tried booting my windows xp disk but it says access denied. i also tried accessing my bios settings but they have also password protected that aswell. iv tried the hiren`s boot cd but i cannot boot from cd. anyone have any ideas on how to gain access to my laptop? &lt;/p&gt;
</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#1294897</link><pubDate>Fri, 15 Dec 2006 18:32:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1294897</guid><dc:creator>David Gley</dc:creator><description>&lt;P&gt;We must logon now with a CAC card now. &amp;nbsp;Since then, I have been unable to use the MakeMeAdmin. &amp;nbsp;I can logon on the first part as Administrator and it successfully adds me to the administrator group. &amp;nbsp;It then asks for my limited account password and this is where it fails. &amp;nbsp;I get the following error in the DOS window:&lt;/P&gt;
&lt;P&gt;*****************&lt;/P&gt;
&lt;P&gt;Starting program in new logon session...&lt;/P&gt;
&lt;P&gt;Enter the password for MYDOMAIN\myuserid:&lt;/P&gt;
&lt;P&gt;Attempting to start cmd.exe /k Title *** MYDOMAIN\myuserid as Admin *** as user "MYDOMAIN\myuserid" ...&lt;/P&gt;
&lt;P&gt;RUNAS ERROR: Unable to run - cmd.exe /k Title *** MYDOMAIN\myuserid as Admin ***&lt;/P&gt;
&lt;P&gt;1327: Logon failure: user account restriction. &amp;nbsp;Possible reasons are blank passwords not allowed, logon hour restrictions, or a policy restriction has been enforced.&lt;/P&gt;
&lt;P&gt;Press any key to continue . . .&lt;/P&gt;
&lt;P&gt;*****************&lt;/P&gt;
&lt;P&gt;Is there anyway to fix this.&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;David, does it work if you use MakeMeAdminSC, which comes in the same .zip download?&amp;nbsp; It uses "runas /smartcard" to do the "re-login" using smartcard credentials instead of a password.&amp;nbsp; From the &lt;A class="" href="http://blogs.msdn.com/aaron_margosis/archive/2005/03/11/394244.aspx"&gt;MakeMeAdmin followup post&lt;/A&gt;:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;MakeMeAdminSC works just like MakeMeAdmin but uses smart card authentication for the current user instead of password authentication, via the runas.exe /smartcard option.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;Insert your smart card before running MakeMeAdminSC; it will prompt you for the admin password, then for your smart card PIN.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;(In order to work, the smart card needs to be associated with the account you’re currently logged in under.)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#1317224</link><pubDate>Mon, 18 Dec 2006 17:50:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1317224</guid><dc:creator>David Gley</dc:creator><description>&lt;P&gt;It adds me to the Admin group but it also fails in the second logon. &amp;nbsp;Here is the results:&lt;/P&gt;
&lt;P&gt;**********&lt;/P&gt;
&lt;P&gt;Adding user MYDOMAIN\myuserid to group Administrators...&lt;/P&gt;
&lt;P&gt;The command completed successfully.&lt;/P&gt;
&lt;P&gt;Starting program in new logon session...&lt;/P&gt;
&lt;P&gt;Reading smart cards.....&lt;/P&gt;
&lt;P&gt;The following errors occurred reading the smart cards on the system:&lt;/P&gt;
&lt;P&gt;No card on reader 2&lt;/P&gt;
&lt;P&gt;Using the card in reader 1. &amp;nbsp;Enter the PIN:&lt;/P&gt;
&lt;P&gt;RUNAS ERROR: Unable to acquire user password&lt;/P&gt;
&lt;P&gt;Press any key to continue . . .&lt;/P&gt;
&lt;P&gt;**********&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;David, I suspect that since CAC cards are not standard, off-the-shelf smartcards, they may not be compatible with the expectations of Windows' built-in credential handling.&amp;nbsp; Feel free to contact me via the email link above to dig into this further.&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>keycruncher.com &amp;raquo; makemeadmin - Windows XP Admin Escalation Tool - Dennis Little practicing free, intelligent thought</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#1420403</link><pubDate>Sat, 06 Jan 2007 06:30:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1420403</guid><dc:creator>keycruncher.com » makemeadmin - Windows XP Admin Escalation Tool - Dennis Little practicing free, intelligent thought</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://keycruncher.com/blog/2005/08/23/makemeadmin-windows-xp-admin-escalation-tool/"&gt;http://keycruncher.com/blog/2005/08/23/makemeadmin-windows-xp-admin-escalation-tool/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#1478102</link><pubDate>Tue, 16 Jan 2007 14:45:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1478102</guid><dc:creator>steve b</dc:creator><description>&lt;P&gt;can this tool be used to make a logoff script reboot or shutdown a windows xp machine?&lt;/P&gt;
&lt;P&gt;it just seems to be impossible&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;Sorry, I just don't understand what you're asking here.&amp;nbsp; gpedit.msc will let you specify logon/logoff scripts.&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#1538411</link><pubDate>Sat, 27 Jan 2007 01:27:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1538411</guid><dc:creator>jake</dc:creator><description>&lt;P&gt;hey, i have just one problem. &amp;nbsp;i cant seem to download some of my games without an administrator priviledge?&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;Jake --&lt;/P&gt;
&lt;P&gt;Can you describe the problem more precisely?&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#1543041</link><pubDate>Sat, 27 Jan 2007 17:16:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1543041</guid><dc:creator>Jason</dc:creator><description>&lt;p&gt;What is the temp admin password? How do you change it? www.greenlush.com&lt;/p&gt;
</description></item><item><title>Alternative to RunAs (so you can automate typing the admin password)</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#1551380</link><pubDate>Mon, 29 Jan 2007 15:30:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1551380</guid><dc:creator>[deXter]</dc:creator><description>&lt;p&gt;For users who'd like to automate typing in the admin password, a better alternative to RunAs would be using Mark Russinovich's PsExec.exe tool (part of the PsTools suite). PsExec allows you to specify the username and password in the commandline.&lt;/p&gt;
</description></item><item><title>Alternative to RunAs (so you can automate typing the admin password)</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#1556792</link><pubDate>Tue, 30 Jan 2007 15:10:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1556792</guid><dc:creator>Les Weston</dc:creator><description>&lt;p&gt;&amp;gt; For users who'd like to automate typing in the admin password, [...] PsExec allows you to specify the username and password in the commandline.&lt;/p&gt;
&lt;p&gt;Isn't that compromising the security of your PC? Anyone who gets sight of your command line can see the username and password of your Administrator account in plaintext.&lt;/p&gt;
&lt;p&gt;-Les.&lt;/p&gt;
</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#1582434</link><pubDate>Fri, 02 Feb 2007 16:24:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1582434</guid><dc:creator>dexter_m</dc:creator><description>&lt;p&gt;If its an issue, then you could make a program to launch psexec. That way you wouldn't be storing it in plaintext. To make it somewhat more secure, you could perhaps encrypt the password and obfuscate the exe.&lt;/p&gt;
</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#1586201</link><pubDate>Sat, 03 Feb 2007 04:25:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1586201</guid><dc:creator>Iggs</dc:creator><description>&lt;P&gt;I'm not a scripting guy, I'm a sysadmin. I would love to use this script for making administative changes on users'. By default Domain Admins are members of local Administrators group, but I never sure what is local administrator's password is. I tried making changes to the script to prompt me for username and password of an account with admin rights, which is a domain admin account and it works, however for some reason it does it twice. I used SET /P for that, just for the reference, I would like to know how to populate _Admin_ variable with something I want.&lt;/P&gt;
&lt;P&gt;Thank you in advance.&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;Iggs:&amp;nbsp; the only change you &lt;EM&gt;should &lt;/EM&gt;need is to change the&amp;nbsp;&lt;STRONG&gt;set _Admin_ &lt;/STRONG&gt;line to&lt;BR&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set _Admin_=MYDOMAIN\MyAdminAccount&lt;BR&gt;&lt;/STRONG&gt;where MYDOMAIN and MyAdminAccount are replaced with your domain and your domain admin account.&amp;nbsp; Is that not working?&amp;nbsp; When you say, "it does it twice", what do you mean -- it does &lt;EM&gt;what&lt;/EM&gt; twice?&amp;nbsp; Note that with MakeMeAdmin, you get prompted for two passwords:&amp;nbsp; first the admin account password, then the password of the user you're temporarily elevating.&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>Setting color for *all* CMD shells based on admin/elevation status</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#1745578</link><pubDate>Fri, 23 Feb 2007 08:55:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1745578</guid><dc:creator>Aaron Margosis' WebLog</dc:creator><description>&lt;p&gt;How to automatically set the color and title of *all* CMD shells based on admin/elevation status with a one-time, one-line configuration change to your system.&lt;/p&gt;
</description></item><item><title>Mark&amp;#8217;s (we)Blog &amp;raquo; Using unprivileged accounts in Windows</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#1746993</link><pubDate>Fri, 23 Feb 2007 16:09:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1746993</guid><dc:creator>Mark’s (we)Blog » Using unprivileged accounts in Windows</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.youknowone.co.uk/blog/2006/05/using-unprivileged-accounts-in-windows.htm"&gt;http://www.youknowone.co.uk/blog/2006/05/using-unprivileged-accounts-in-windows.htm&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Mark&amp;#8217;s (we)Blog &amp;raquo; Using unprivileged accounts in Windows</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#1754206</link><pubDate>Sun, 25 Feb 2007 00:19:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1754206</guid><dc:creator>Mark’s (we)Blog » Using unprivileged accounts in Windows</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://markwilson.me.uk/blog/2006/05/using-unprivileged-accounts-in-windows.htm"&gt;http://markwilson.me.uk/blog/2006/05/using-unprivileged-accounts-in-windows.htm&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#1774647</link><pubDate>Wed, 28 Feb 2007 19:20:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1774647</guid><dc:creator>Vincent</dc:creator><description>&lt;p&gt;I've been using MakeMeAdmin for quite a while, but on a recent install of XP on a laptop, when running Windows Explorer with elevated privileges, the view does not refresh after, for example, deleting or moving files. This happens with other dynamic views, such as Network Connections (if I turn off my wireless network card, it still shows it in the view unless I hit F5). This only happens when I use MakeMeAdmin to elevate privileges, under normal privileges (the user account is only in the Users group) the views refresh, and similarly if I log into the Administrator account, the views behave accordingly.&lt;/p&gt;
&lt;p&gt;I promise I've tried hitting Google up as many different ways as I could think of, but I'm at a loss, and out of five computers I run MakeMeAdmin on, this only happens on one. Any help would be most appreciated, thanks.&lt;/p&gt;
</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#1779626</link><pubDate>Thu, 01 Mar 2007 18:22:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1779626</guid><dc:creator>Iggs</dc:creator><description>&lt;P&gt;I'm having the same problem. The window with elevated privileges does not refresh, I have to hit F5. Not sure why. &lt;/P&gt;
&lt;P&gt;BTW, this also happens when I use WinSUDO (another great tool). &lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;Iggs/Vincent/and others:&lt;/P&gt;
&lt;P&gt;Hmm, I thought I had posted about this at some point, but I guess I haven't.&amp;nbsp; The problem is that the way Explorer does refreshes is that there is one central location, in one Explorer process, that performs the actual change monitoring. (*)&amp;nbsp; When a change event occurs, that process notifies the Explorer windows that registered interest.&amp;nbsp; The problem is that the transferring of the information requires cross-process access, which gets blocked when the desktop Explorer tries to open the admin Explorer process.&lt;/P&gt;
&lt;P&gt;(*) Obvious question is "why was it done this way?"&amp;nbsp; The answer is (like many other answers) that Windows Explorer was architected for an OS that needed to be able to run on systems with 4MB of RAM.&amp;nbsp; Since Explorer was never designed to support multiple security contexts (and still isn't even on Windows Vista), there has not been a need to change this implementation.&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#1779656</link><pubDate>Thu, 01 Mar 2007 18:26:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1779656</guid><dc:creator>iggs</dc:creator><description>&lt;P&gt;Aaron, I would like to continue this thread. &lt;/P&gt;
&lt;P&gt;You wrote.&lt;/P&gt;
&lt;P&gt;======================================&lt;/P&gt;
&lt;P&gt;Iggs: &amp;nbsp;the only change you should need is to change the set _Admin_ line to&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;set _Admin_=MYDOMAIN\MyAdminAccount&lt;/P&gt;
&lt;P&gt;where MYDOMAIN and MyAdminAccount are replaced with your domain and your domain admin account. &amp;nbsp;Is that not working? &amp;nbsp;When you say, "it does it twice", what do you mean -- it does what twice? &amp;nbsp;Note that with MakeMeAdmin, you get prompted for two passwords: &amp;nbsp;first the admin account password, then the password of the user you're temporarily elevating.&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;
&lt;P&gt;=========================================&lt;/P&gt;
&lt;P&gt;Sorry for my explanation, when I said it does it twice I meant it asks for the DOMAIN ADMIN account and the password twice and then it asks for the current user password. This is something I'm missing in the script. Not a big deal tho...&lt;/P&gt;
&lt;P&gt;Thanks...&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;Did you make any changes to the script other than the value of the _Admin_ variable?&amp;nbsp; Did you leave the SET /P in by accident?&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#1787106</link><pubDate>Fri, 02 Mar 2007 15:13:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1787106</guid><dc:creator>christian</dc:creator><description>&lt;P&gt;i got your makeadmin from last year.. it does work once.. but when i try to use it now w windows xp.. it wont work anymore. When i double click the MakeMeAdmin.exe it prompt w this..mydomain/administratore enter new password:_!! but when i press any key n the key board it doesnt show in dos prompt.. so i press enter then ERROR:msg error in line... wrong password!! some one help!! so i can install freelly! thanks..&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;Christian --&lt;/P&gt;
&lt;P&gt;When RUNAS prompts you for a password, it does not echo any characters back to the console.&amp;nbsp; Make sure you type the entire password before you press Enter.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#1829216</link><pubDate>Wed, 07 Mar 2007 19:58:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1829216</guid><dc:creator>Chris Smith</dc:creator><description>&lt;P&gt;Hello.&lt;/P&gt;
&lt;P&gt;I'm very very bad at using PCs. I need to get admin so I can use it to download some things but I'm not quite sure how to use MakeMeAdmin.&lt;/P&gt;
&lt;P&gt;Do I need to know the admin password (Which i dont know)?&lt;/P&gt;
&lt;P&gt;Maybe you can give a newbie step by step for a not very PC tunned person.&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;Yes, you need to have the password for an admin&amp;nbsp;account to use MakeMeAdmin.&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#1830122</link><pubDate>Wed, 07 Mar 2007 21:59:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1830122</guid><dc:creator>Chris Smith</dc:creator><description>&lt;P&gt;Is there a way of doing it without? If I knew the password I wouldn't be looking at MakeMeAdmin to make me admin :/&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;If there were, that would constitute a huge hole in the Windows security model -- the whole model would be pointless, wouldn't it? MakeMeAdmin doesn't support *unauthorized* elevation of privilege.&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#1830531</link><pubDate>Wed, 07 Mar 2007 23:44:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1830531</guid><dc:creator>Chris Smith</dc:creator><description>&lt;P&gt;Thats rubbish then. Is there anyway of getting temporary admin rites to download/install something? I really need to get something installed and can't.&lt;/P&gt;
&lt;P&gt;Thanks for the replies dude.&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;Rubbish?&amp;nbsp; How?&amp;nbsp; Whose computer are you using, anyway?&amp;nbsp; If you need something installed, get a legitimate admin of the system to help you out.&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#1830926</link><pubDate>Thu, 08 Mar 2007 00:41:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1830926</guid><dc:creator>Chris Smith</dc:creator><description>&lt;p&gt;Its my family PC. Lets just say my dad is the kind of person who thinks that doing the simplist of things will slow down the PC and make it rubbish. My dad is the admin so I dont think there is much of getting what I want done.&lt;/p&gt;
&lt;p&gt;Add me on msn if you can: greenink.chris@hotmail.com&lt;/p&gt;
&lt;p&gt;Its not rubbish by the way. Just not as good as I hoped :)&lt;/p&gt;
</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#1904138</link><pubDate>Sun, 18 Mar 2007 07:32:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1904138</guid><dc:creator>deXter</dc:creator><description>&lt;P&gt;If you don't have enough knowledge/skill to hack/crack/bypass the admin account of a PC you have physical access to, then your Dad was right in restricting you. Why dont you spend your time learning computers? Maybe your dad will trust you more then.&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;Odd logic there, deXter...&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#1912862</link><pubDate>Mon, 19 Mar 2007 16:01:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1912862</guid><dc:creator>MENDRES</dc:creator><description>&lt;P&gt;i prompt with this problem while running "MakeMeAdmin"..(my OS:XP prof with SP2)&lt;/P&gt;
&lt;P&gt;Enter the password for MyCompName\Administrator:_&lt;/P&gt;
&lt;P&gt;Attempting to start D:\MakeMeAdmin\MAKEME.CMD MyCompName\myuseraccount&lt;/P&gt;
&lt;P&gt;1327: Logon failure: user account restriction. Possible reasons are blank passwords not allowed, logon hour restrictions, or a policy restriction has been enforced.&lt;/P&gt;
&lt;P&gt;Press any key to continue...&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;MENDRES:&amp;nbsp; If the local admin account has a blank password, you can't use RunAs with that account - blank-pwd accounts can be used only for interactive logon, not for network logon or runas.&amp;nbsp; So in order to use MakeMeAdmin, neither the Admin nor the User account can be blank-password accounts.&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#2084411</link><pubDate>Wed, 11 Apr 2007 13:23:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2084411</guid><dc:creator>Matt</dc:creator><description>&lt;p&gt;I've been running into some problems with this program. Well, I did download it, and know a little about cmd myself, but every time I run the program, it asks me for a password, which of course I don't know... Is there something I overlooked to surpass this problem? Please help.&lt;/p&gt;
</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#2084499</link><pubDate>Wed, 11 Apr 2007 13:33:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2084499</guid><dc:creator>Matt</dc:creator><description>&lt;P&gt;Sorry for the double post, but here is what it leaves me with&lt;/P&gt;
&lt;P&gt;Attempting to start C:\Docume~ ...&lt;/P&gt;
&lt;P&gt;RunAs Error: - Unable to run C:\Docume~...&lt;/P&gt;
&lt;P&gt;1326: logon failure: unknown user name or bad password&lt;/P&gt;
&lt;P&gt;Help?&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;Matt:&amp;nbsp; Sorry, but there's insufficient information here.&amp;nbsp; Can you provide more detail?&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>Garrett Fitzgerald&amp;#8217;s Blog  &amp;raquo; Archive   &amp;raquo; Eating at McDonald's can be a good thing</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#2154234</link><pubDate>Mon, 16 Apr 2007 17:37:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2154234</guid><dc:creator>Garrett Fitzgerald’s Blog  » Archive   » Eating at McDonald's can be a good thing</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://blog.donnael.com/?p=690"&gt;http://blog.donnael.com/?p=690&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#2164066</link><pubDate>Tue, 17 Apr 2007 19:17:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2164066</guid><dc:creator>Baqir</dc:creator><description>&lt;p&gt;If i don't have the admin pass? It seems to does not work right?&lt;/p&gt;
&lt;p&gt;Any comment?&lt;/p&gt;
</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#2164082</link><pubDate>Tue, 17 Apr 2007 19:18:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2164082</guid><dc:creator>Baqir</dc:creator><description>&lt;p&gt;If i don't have the admin pass and using a limited account? It seems to does not work right?&lt;/p&gt;
&lt;p&gt;Any comment?&lt;/p&gt;
</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#2165176</link><pubDate>Tue, 17 Apr 2007 21:30:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2165176</guid><dc:creator>deXter</dc:creator><description>&lt;P&gt;Aaron:&lt;/P&gt;
&lt;P&gt;Why don't you put a big red heading on the top of this page saying "This is NOT a hacking program- you NEED to know your Admin password for this program to work!"&lt;/P&gt;
&lt;P&gt;Would save you the trouble of having to reply to every newbie :)&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;deXter:&amp;nbsp; Great idea.&amp;nbsp; Or I could just ignore them... :-)&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#2173219</link><pubDate>Wed, 18 Apr 2007 14:35:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2173219</guid><dc:creator>Baqir</dc:creator><description>&lt;p&gt;lol...tehre was no need to say all these things, you could say two things.first, this is not hacking program, second (more logic, i don't know how...&lt;/p&gt;
&lt;p&gt;any way tnx for ur comments&lt;/p&gt;
</description></item><item><title>MakeMeAdmin on Vista</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#2472309</link><pubDate>Tue, 08 May 2007 04:55:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2472309</guid><dc:creator>Patrick Rynhart</dc:creator><description>&lt;P&gt;Hi Aaron,&lt;/P&gt;
&lt;P&gt;The scenario is that I'm logged in as a Standard User (i.e. non-administrator) on Windows Vista, and I want to access the "me as admin" context.&lt;/P&gt;
&lt;P&gt;If I use MakeMeAdmin then I get an administrative token, but it is filtered (i.e. any application that I launch from that command prompt will trigger a UAC prompt).&lt;/P&gt;
&lt;P&gt;If (in the filtered command prompt) I type&lt;/P&gt;
&lt;P&gt;explorer /separate&lt;/P&gt;
&lt;P&gt;and then right click on a Command Prompt and select "Run as administrator", then I get an unfiltered command prompt.&lt;/P&gt;
&lt;P&gt;My question is how can I get a command prompt with unfiltered admin rights without having to perform two steps (as above).&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Patrick&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;Patrick:&amp;nbsp; I started playing around a while ago with a version of MakeMeAdmin for Vista, but never finished it.&amp;nbsp; Frankly, it's not as important on Vista anyway, since Vista gives you that functionality out of the box (if you're a member of the Administrators group), with significant improvements over how we needed to do it in XP.&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>Mr</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#2479682</link><pubDate>Tue, 08 May 2007 16:46:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2479682</guid><dc:creator>Ken Green</dc:creator><description>&lt;p&gt;HP have suggested I contact you. &amp;nbsp;I am inexperienced in computers. &amp;nbsp;When I start up a message box appears showing two keys in the left corner and asking which account I want to use to run this program. &amp;nbsp;I have no idea what program it refers to and have tried OK, cancel, run and X, but it still appears. Please how do I get rid of it? I am using XP and HP computer.&lt;/p&gt;
&lt;p&gt;The message also says &amp;quot;Current user (owner) protect my computer &amp;amp; data from unauthorized program activity. This option can prevent computer viruses etc. but selecting it might cause the program to function improperly. &lt;/p&gt;
&lt;p&gt;All I want to do is to cancel out this box.&lt;/p&gt;
&lt;p&gt;Many thanks&lt;/p&gt;
</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#2991824</link><pubDate>Wed, 30 May 2007 21:30:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2991824</guid><dc:creator>Scott</dc:creator><description>&lt;P&gt;Aaron, &lt;/P&gt;
&lt;P&gt;I apologize in advance if I'm asking this question in the wrong thread. I work for the U.S. government and we use two-factor authentication (Gemplus smartcards) in an Active Directory domain. &lt;/P&gt;
&lt;P&gt;My question (2 parts) is this; is it possible to use a runas command which authenticates through the smartcard? The main reason for this is to load user specific applications (so we have to be in their user environment). &lt;/P&gt;
&lt;P&gt;If not runas, would "net use" be capable?&lt;/P&gt;
&lt;P&gt;Thanks for any advice you can give me. &lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;Scott:&amp;nbsp; &lt;/P&gt;
&lt;P&gt;First:&amp;nbsp; try &lt;FONT face="Courier New"&gt;RunAs.exe /smartcard&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Next:&amp;nbsp; Take a look at the MakeMeAdminSC version of MakeMeAdmin, referenced in the follow-up post to this one:&amp;nbsp; &lt;A href="http://blogs.msdn.com/aaron_margosis/archive/2005/03/11/394244.aspx"&gt;http://blogs.msdn.com/aaron_margosis/archive/2005/03/11/394244.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#2994054</link><pubDate>Thu, 31 May 2007 00:51:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2994054</guid><dc:creator>Scott</dc:creator><description>&lt;p&gt;Aaron,&lt;/p&gt;
&lt;p&gt;Thank you for your help, and I apologize for not spending more time researching before taking up your time.&lt;/p&gt;
&lt;p&gt;Respectfully,&lt;/p&gt;
&lt;p&gt;Scott&lt;/p&gt;
</description></item><item><title>How to restore your account to the Administrators group ...</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#3239504</link><pubDate>Tue, 12 Jun 2007 06:09:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3239504</guid><dc:creator>najevi</dc:creator><description>&lt;p&gt;MakeMeAdmin &amp;amp; PrivBar are great tools. Thank you Aaron. &lt;/p&gt;
&lt;p&gt;[i]See also [url=&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/193721.aspx#704259"&gt;http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/193721.aspx#704259&lt;/a&gt;]Les Weston's &lt;/p&gt;
&lt;p&gt;post.[/url] Les describes the same situation as mine but the posted replies address patches to the code within MakeMeAdmin.cmd and not any immediate remedy to the situation such a user finds themselves in. &lt;/p&gt;
&lt;p&gt;...Using a system restore point is overkill so here is a more 'surgical' approach:-[/i]&lt;/p&gt;
&lt;p&gt;I accidentally ran MakeMeAdmin from an account that already belonged to the Administrators group. (I do recall a message indicating something to the effect that user was already a member of some group and I glossed past it.) On later inspection of the MakeMeAdmin.cmd file I found it did not have the [url=&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/aaron_margosis/archive/2005/03/11/394244.aspx#495385"&gt;http://blogs.msdn.com/aaron_margosis/archive/2005/03/11/394244.aspx#495385&lt;/a&gt;]extra few lines of code[/url] designed to exit the command script when this error is detected. &lt;/p&gt;
&lt;p&gt;Some time after closing the marron coloured command prompt window opened by MakeMeAdmin I pressed &amp;quot;Win+L&amp;quot; to switch users only to find two unusual things:&lt;/p&gt;
&lt;p&gt;[list=a]&lt;/p&gt;
&lt;p&gt;[*] 'Administrator' account appeared in my Welcome Logon screen (previously it had been absent)&lt;/p&gt;
&lt;p&gt;[*] 'Surgeon' account did not appear but was accessible using Ctl-Alt-Del. [i]('Surgeon' is that user account with Admin privileges that was created during WinXP installation because XP setup requires you to specify at least one user name.)[/i] Surprise of surprises: 'Surgeon' had been removed from the Administrators group and since it did not belong to any other group it was not visible from within the 'User Accounts' applet accessed via Control Panel.&lt;/p&gt;
&lt;p&gt;[/list]&lt;/p&gt;
&lt;p&gt;So there's the problem and these are the fixes that worked for me:&lt;/p&gt;
&lt;p&gt;[u]]Fix for (a).[/u]&lt;/p&gt;
&lt;p&gt;[list=1]&lt;/p&gt;
&lt;p&gt;[*] Start -&amp;gt; Run... -&amp;gt; regedit -&amp;gt; [Enter]&lt;/p&gt;
&lt;p&gt;[*] navigate to registry key &lt;/p&gt;
&lt;p&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList&lt;/p&gt;
&lt;p&gt;[*] add a DWORD value named Administrator &lt;/p&gt;
&lt;p&gt;[*] Assign it a value of 0 (i.e leave as the default)&lt;/p&gt;
&lt;p&gt;[*] logout&lt;/p&gt;
&lt;p&gt;[/list]&lt;/p&gt;
&lt;p&gt;[u]Fix for (b).[/u]&lt;/p&gt;
&lt;p&gt;[list=1]&lt;/p&gt;
&lt;p&gt;[*] Start -&amp;gt; Run... -&amp;gt; compmgmt.msc -&amp;gt; [Enter]&lt;/p&gt;
&lt;p&gt;[*] System Tools/Local Usres and Groups/Groups&lt;/p&gt;
&lt;p&gt;[*] Right click Administrators -&amp;gt; Add to group ... -&amp;gt; Add...&lt;/p&gt;
&lt;p&gt;[*] in the &amp;quot;Enter the object names to select&amp;quot; box type the account name eg. Surgeon&lt;/p&gt;
&lt;p&gt;[/list]&lt;/p&gt;
&lt;p&gt;enjoy!&lt;/p&gt;
&lt;p&gt;p.s. I very much appreciated your [url=&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/193721.aspx#1779626"&gt;http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/193721.aspx#1779626&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;]explanation[/url] of why one needs to frequently hit F5 (Refresh) while exploring folders in a different security context than the desktop.&lt;/p&gt;
</description></item><item><title>Wie beschneide ich einen Administrator? - MCSEboard.de MCSE Forum</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#3250161</link><pubDate>Tue, 12 Jun 2007 16:58:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3250161</guid><dc:creator>Wie beschneide ich einen Administrator? - MCSEboard.de MCSE Forum</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.mcseboard.de/windows-forum-ms-backoffice-31/beschneide-administrator-115192.html#post711657"&gt;http://www.mcseboard.de/windows-forum-ms-backoffice-31/beschneide-administrator-115192.html#post711657&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#3429028</link><pubDate>Wed, 20 Jun 2007 21:25:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3429028</guid><dc:creator>Vivian</dc:creator><description>&lt;P&gt;Hi, &lt;/P&gt;
&lt;P&gt;Please help me out: I just want to have the passwords as arguments in makemeadmin.cmd.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;Vivian&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;Vivian:&amp;nbsp; MakeMeAdmin is built on RunAs.exe, which&amp;nbsp;specifically requires that passwords (or smartcard PINs) be typed at the console, to help avoid the security problems of passwords being stored in plain-text script files.&lt;/P&gt;
&lt;P&gt;-- Aaron&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#3445395</link><pubDate>Thu, 21 Jun 2007 19:27:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3445395</guid><dc:creator>Chomno Chan</dc:creator><description>&lt;p&gt;its doesn't work for me it didn't give the second command shell&lt;/p&gt;
</description></item><item><title>And so this is Vista…</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#3589073</link><pubDate>Thu, 28 Jun 2007 22:23:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3589073</guid><dc:creator>Aaron Margosis' "Non-Admin" WebLog</dc:creator><description>&lt;p&gt;What becomes of all my earlier non-admin tips, tricks and recommendations vis-&amp;#224;-vis RunAs, MakeMeAdmin, PrivBar and their interactions with IE and Explorer? The short answer is that Vista changes just about everything with respect to running with least&lt;/p&gt;
</description></item><item><title>Job: Security  &amp;raquo; Blog Archive   &amp;raquo; Introducing Alcatraz: Convenient Least-Privilege for Windows XP and Vista</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#3600722</link><pubDate>Fri, 29 Jun 2007 12:34:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3600722</guid><dc:creator>Job: Security  » Blog Archive   » Introducing Alcatraz: Convenient Least-Privilege for Windows XP and Vista</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.rachner.us/blog/?p=6"&gt;http://www.rachner.us/blog/?p=6&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Handeling your computer security and dealing with Spyware and viruses</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#3801122</link><pubDate>Tue, 10 Jul 2007 20:26:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3801122</guid><dc:creator>Mischa Kroon</dc:creator><description>&lt;p&gt;Viruses and Spyware are annoying to deal with that’s why the following is a bit of a guide to make sure&lt;/p&gt;
</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#4416887</link><pubDate>Thu, 16 Aug 2007 18:31:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4416887</guid><dc:creator>Carlos Vasquez</dc:creator><description>&lt;P&gt;Aaron,&lt;/P&gt;
&lt;P&gt;Is there a way to actually input the admin password, I will be using this on over 2000 laptops and each person assigned to one of these laptops I don't want to give them the admin password. So I want to see if the makemeadmin batch can be modified.&lt;/P&gt;
&lt;P&gt;Carlos &lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;&lt;EM&gt;[Aaron Margosis] MakeMeAdmin is built on RunAs.exe, which specifically requires that passwords (or smartcard PINs) be typed at the console, to help avoid the security problems of passwords being stored in plain-text script files.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;That's a lot of systems to manage -- are they joined to a domain?&amp;nbsp; What kinds of tasks are you doing that require MakeMeAdmin?&amp;nbsp; There is likely a more scalable approach.&lt;/EM&gt;&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>tartley.com &amp;raquo; Unexpected Error</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#4447643</link><pubDate>Sat, 18 Aug 2007 18:39:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4447643</guid><dc:creator>tartley.com » Unexpected Error</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://tartley.com/?p=202"&gt;http://tartley.com/?p=202&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#4499257</link><pubDate>Tue, 21 Aug 2007 23:46:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4499257</guid><dc:creator>Rik</dc:creator><description>&lt;P&gt;Thanks for this handy script, Aaron. &amp;nbsp;I had to make a small edit to get it to work for me: my Administrator doesn't have access to my limited user folders so it doesn't work to have the script call itself. &amp;nbsp;Instead, I told the script to put a copy of itself in the Shared Documents folder and run from there. &amp;nbsp;Here's the edit:&lt;/P&gt;
&lt;P&gt;- runas /u:%_Admin_% "%~s0 %_User_%"&lt;/P&gt;
&lt;P&gt;+ if not exist "%AllUsersProfile%\Documents\%~nx0" copy "%~0" "%AllUsersProfile%\Documents"&lt;/P&gt;
&lt;P&gt;+ runas /u:%_Admin_% "\"%AllUsersProfile%\Documents\%~nx0\" %_User_%"&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Rik&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;&lt;EM&gt;[Aaron Margosis] MakeMeAdmin.cmd needs to be installed in a folder in which all users have at least Read permissions.&lt;/EM&gt;&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>Restricted user account &amp;laquo; The Official MartinZ Blog</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#4979518</link><pubDate>Tue, 18 Sep 2007 17:26:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4979518</guid><dc:creator>Restricted user account « The Official MartinZ Blog</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://martinz.wordpress.com/2007/09/12/restricted-user-account/"&gt;http://martinz.wordpress.com/2007/09/12/restricted-user-account/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#5123856</link><pubDate>Tue, 25 Sep 2007 19:13:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5123856</guid><dc:creator>djONE</dc:creator><description>&lt;P&gt;I am having the wirst luck! I need to have a script that reboots both Windows 2000 and Windows XP machines. I put the shutdown.exe file in a remote directory everyone has access to and point a bat file I made to run it from there, however, it days they do not have the correct privileges to run it. I even tried replacing the shutdown.exe method with a vbs script and it gives me the same privileges error! I'm stuck! Don't know what to do!&lt;/P&gt;
&lt;P&gt;djONE.&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;&lt;EM&gt;[Aaron Margosis]&amp;nbsp; See &lt;A class="" href="http://blogs.msdn.com/aaron_margosis/archive/2006/01/27/518214.aspx"&gt;this post&lt;/A&gt;.&lt;/EM&gt;&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#5126629</link><pubDate>Tue, 25 Sep 2007 21:46:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5126629</guid><dc:creator>djONE</dc:creator><description>&lt;p&gt;Aaron, &lt;/p&gt;
&lt;p&gt;Thanks so much for the reply, but isn't that just a workaround for the current PC I am working on?&lt;/p&gt;
&lt;p&gt;I have a network with both 2000 and XP Pro SP2 computers and we plan to send them all a bat file e-mail that contains a command to re-map their printers to a different server (Since we recently went virtual), and then the second command, would be to execute the shutdown.exe -f -r -t 0 command.&lt;/p&gt;
&lt;p&gt;The shutdown.exe is on a remote server that every computer has access too since I know only XP computers have it, I put it out there remotely so not to run into issues with the 2000 boxes.&lt;/p&gt;
&lt;p&gt;Anyway, the printers switch servers fine, then when the bat file goes to execute the shutdown command, I get the error &amp;quot;A required privelege is not held by the client&amp;quot; and continue to get it; even though I followed the instructions in that link to a tee; though I have a feeling that is only for the one computer that you run those steps on. Correct me if I am wrong though. Also if this is the case, is there a way to do an entire network policy change rather than just localc for that one computer? Or what can I do? I'm so lost and frustrated! I appreciate all your help!&lt;/p&gt;
&lt;p&gt;Thanks again and have a great afternoon!&lt;/p&gt;
&lt;p&gt;djONE.&lt;/p&gt;
</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#5127183</link><pubDate>Tue, 25 Sep 2007 22:16:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5127183</guid><dc:creator>djONE</dc:creator><description>&lt;P&gt;Actually, I figured it out somewhat.&lt;/P&gt;
&lt;P&gt;I just downloaded PsTools and put that on the remote server where shutdown.exe was.&lt;/P&gt;
&lt;P&gt;Now I changed the command line to psshutdown.exe instead of shutdown.exe and it works fine without any errors except for them having to accept (Press the "agree" button) the EULA agreement each time for each computer (I was hoping after accepting the terms once, it would save that preference on the remote location, but it didn't), so oh well.&lt;/P&gt;
&lt;P&gt;Good enough for now, unless you have any other ideas?&lt;/P&gt;
&lt;P&gt;And like I said above, I appreciate all your help! You have been great through all of this!&lt;/P&gt;
&lt;P&gt;Thanks again and take care!&lt;/P&gt;
&lt;P&gt;djONE.&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;&lt;EM&gt;[Aaron Margosis] PsShutdown might do it.&amp;nbsp; If you go with shutdown.exe and it is executed in the context of an interactively logged-on&amp;nbsp;non-admin, then the fix needs to be applied on the systems where they are executing the command.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;For the PsShutdown EULA, just run it one time on each system in the non-admin's context ahead of time...&lt;/EM&gt;&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>How to make your computer safer? - x10Hosting Forums</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#5471366</link><pubDate>Tue, 16 Oct 2007 17:01:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5471366</guid><dc:creator>How to make your computer safer? - x10Hosting Forums</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://forums.x10hosting.com/tutorials/33416-how-make-your-computer-safer.html#post203262"&gt;http://forums.x10hosting.com/tutorials/33416-how-make-your-computer-safer.html#post203262&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Xtreme News  &amp;raquo; Blog Archive   &amp;raquo; Escalando Privilegios XP</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#5472700</link><pubDate>Tue, 16 Oct 2007 19:26:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5472700</guid><dc:creator>Xtreme News  » Blog Archive   » Escalando Privilegios XP</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://xtremenews.uni.cc/?p=37"&gt;http://xtremenews.uni.cc/?p=37&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#5661561</link><pubDate>Thu, 25 Oct 2007 08:29:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5661561</guid><dc:creator>Jaleel</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;If I dont have admin privilege in the machine , what can I do...?Example, in our company we dont have admin privilege for a normal user. &lt;/p&gt;
&lt;p&gt;Also, If I have admin privilege, and want to use it very sparingly ( i mean only for the actions which demands admin power) and all other times be a normal user , what should I do? If a user in the domain is elevated to admin, then how can that user run &amp;nbsp;or develop applications as a non-admin .This is very important requirement to ensure the running of our developing applications will run with a local user of any machine.. &lt;/p&gt;
</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#5769843</link><pubDate>Mon, 29 Oct 2007 22:25:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5769843</guid><dc:creator>this is fake</dc:creator><description>&lt;P&gt;this is stupid it doesn't work&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;&lt;EM&gt;[Aaron Margosis]&amp;nbsp; ???&lt;/EM&gt;&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#6645038</link><pubDate>Mon, 03 Dec 2007 10:49:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6645038</guid><dc:creator>peter chasen</dc:creator><description>&lt;P&gt;I have a new Vista laptop I've been struggling with.After reading the above and wasting half a day, I'm returning it! &amp;nbsp;Then I will buy a Mac&lt;/P&gt;
&lt;P&gt;that is largely free of such aggrivations yet&lt;/P&gt;
&lt;P&gt;still runs Win, and that shall be XP, thank god!&lt;/P&gt;
&lt;P&gt;I think Vista's a loser and so is Microsoft as&lt;/P&gt;
&lt;P&gt;Google goes into overdrive.&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;&lt;EM&gt;[Aaron Margosis] This seems like a pretty wildly misplaced complaint.&amp;nbsp; This is a post about MakeMeAdmin, which was designed specifically for XP/2003.&amp;nbsp; There is little reason to run it on Vista, since it makes same-desktop-elevation of your current account incredibly easy.&amp;nbsp; So I don't understand why you're upset. &lt;/EM&gt;&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#6739636</link><pubDate>Wed, 12 Dec 2007 02:03:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6739636</guid><dc:creator>hugo oyunlari</dc:creator><description>&lt;P&gt;Is there a way to actually input the admin password, I will be using this on over 2000 laptops and each person assigned to one of these laptops I don't want to give them the admin password. So I want to see if the makemeadmin batch can be modified&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;&lt;EM&gt;[Aaron Margosis] MakeMeAdmin is built on RunAs.exe, which specifically requires that passwords (or smartcard PINs) be typed at the console, to help avoid the security problems of passwords being stored in plain-text script files.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;That said, RunAs has a /savecred option (discussed in a different context in &lt;/EM&gt;&lt;A class="" href="http://blogs.msdn.com/aaron_margosis/archive/2006/03/27/562091.aspx"&gt;&lt;EM&gt;this post&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;).&amp;nbsp; It doesn't expose the password directly, but it is possible for the password to be exposed.&amp;nbsp; Using /savecred also allows the user to run other things with the same account without having to enter a password.&amp;nbsp; And finally, once you allow something to run as admin, it is impossible to ensure that the admin rights will be used only for the tasks you think you're authorizing.&lt;/EM&gt;&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#6771038</link><pubDate>Fri, 14 Dec 2007 19:46:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6771038</guid><dc:creator>Dan</dc:creator><description>&lt;P&gt;I am trying to run this on a Windows XP Home machine. &amp;nbsp;I changed the registry for "nondefaultadminowner" to 0 as described and have set an "administrator" password on the computer. &amp;nbsp;However, when I run MakeMeAdmin from my limited user account, I am unable to type in the command screen. &amp;nbsp;It does register when I hit return and I get the following error:&lt;/P&gt;
&lt;P&gt;Enter the password for DAN\Administrator:&lt;/P&gt;
&lt;P&gt;Attempting to start C:\DOCUME~1\DANREC~1\Desktop\MAKEME~1\MAKEME~1.CMD DAN\Dan R&lt;/P&gt;
&lt;P&gt;eckner as user "DAN\Administrator" ...&lt;/P&gt;
&lt;P&gt;RUNAS ERROR: Unable to run - C:\DOCUME~1\DANREC~1\Desktop\MAKEME~1\MAKEME~1.CMD&lt;/P&gt;
&lt;P&gt;DAN\Dan Reckner&lt;/P&gt;
&lt;P&gt;1327: Logon failure: user account restriction. &amp;nbsp;Possible reasons are blank passw&lt;/P&gt;
&lt;P&gt;ords not allowed, logon hour restrictions, or a policy restriction has been enfo&lt;/P&gt;
&lt;P&gt;rced.&lt;/P&gt;
&lt;P&gt;Press any key to continue . . .&lt;/P&gt;
&lt;P&gt;Please help me to figure out why I can't type during the prompt.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;&lt;EM&gt;[Aaron Margosis]&amp;nbsp; Make sure that both accounts have passwords, and that the script is in a location that is readable by both accounts (e.g., not on the admin's desktop).&lt;/EM&gt;&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#6792551</link><pubDate>Tue, 18 Dec 2007 00:31:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6792551</guid><dc:creator>Dan</dc:creator><description>&lt;P&gt;Aaron, &lt;/P&gt;
&lt;P&gt;I did not have a password on the limited account and have since set one up. &amp;nbsp;The script is in a folder on the desktop of the limited account. &amp;nbsp;However, I am still getting the same error. &amp;nbsp;Is there any thing else I can try?? &amp;nbsp;Any help would be greatly appreciated.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;&lt;EM&gt;[Aaron Margosis] Try putting it in a shared location rather than in a folder belonging to one user.&amp;nbsp; E.g., copy it to the All Users \ Documents folder (Shared Documents).&lt;/EM&gt;&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#6991263</link><pubDate>Sat, 05 Jan 2008 15:32:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6991263</guid><dc:creator>hendri</dc:creator><description>&lt;p&gt;same as latest question, after i put makemeadmin in shared document(My computer =&amp;gt; shared document), after that what must i do???still not know how to work.sorry if my english language worst.thanks before&lt;/p&gt;
</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#7935797</link><pubDate>Thu, 28 Feb 2008 17:50:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7935797</guid><dc:creator>Ed</dc:creator><description>&lt;P&gt;Hello Aaron. &amp;nbsp;Will MakeMeAdmin function for me? &amp;nbsp;I have CAC-user logon credentials and username/password elevated credentials for my admin work. We are in an Active Directory 2003 domain. &amp;nbsp;I need to open elevated privelege consoles on remote clients and access (restricted) local and network shares using the elevated privilege account. &amp;nbsp;The 'runas' with IE6 used to be great but our domain has recently deployed IE7 to all clients. &amp;nbsp;As we all know, IE7 developers killed the simple runas functionality and now I'm stuck. &amp;nbsp;Fast User Switching is also disabled by GPO.&lt;/P&gt;
&lt;P&gt;I need to load software, add a printer, view security logs, etc, etc, on remote clients with users remaining logged in, a.k.a., get in, do it, and get out quickly. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is MakeMeAdmin doable?&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;&lt;EM&gt;[Aaron Margosis]&amp;nbsp; There's something about CAC cards that is somehow different from "ordinary" smart cards... apparently RunAs doesn't work with CAC cards.&amp;nbsp; I looked into it a little while ago but didn't have a really good opportunity to dig into actual cause.&lt;/EM&gt;&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>PC Sympathy &amp;raquo; More Ways To Surf Safely</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#8115620</link><pubDate>Sun, 09 Mar 2008 04:09:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8115620</guid><dc:creator>PC Sympathy » More Ways To Surf Safely</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.pcsympathy.com/blog/2008/03/08/more-ways-to-surf-safely/"&gt;http://www.pcsympathy.com/blog/2008/03/08/more-ways-to-surf-safely/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Asking how to crack the admin password from a limited account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#8227409</link><pubDate>Sat, 15 Mar 2008 15:02:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8227409</guid><dc:creator>Exana</dc:creator><description>&lt;P&gt;Aarona&lt;/P&gt;
&lt;P&gt;can you please tell me how to &amp;nbsp;got the admin password of my computer to which i have a physical access and using the limited account.&lt;/P&gt;
&lt;P&gt;thanx.&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;&lt;EM&gt;[Aaron Margosis]&amp;nbsp; No, I can't.&lt;/EM&gt;&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#8290376</link><pubDate>Mon, 17 Mar 2008 18:33:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8290376</guid><dc:creator>Mike</dc:creator><description>&lt;p&gt;Is there a set way I can change owner/permissions that makes sense?&lt;/p&gt;
&lt;p&gt;I've been using PrivBar.dll and LaunchAdmin.exe with great success. &amp;nbsp;I launch admin programs (Spybot S&amp;amp;D and Adaware) with a modified MakeMeAdmin.cmd. &amp;nbsp; Also added the &amp;quot;Owner&amp;quot; column to windows explorer. &amp;nbsp;This works well for a newly installed system.&lt;/p&gt;
&lt;p&gt;When I implement this on an existing system, I demote Userx from &amp;quot;Computer Administrator&amp;quot; to &amp;quot;Limited&amp;quot;. &amp;nbsp;Is there a set way I can change owner/permissions that makes sense?&lt;/p&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;p&gt;secpol.msc-&amp;gt;Local Policies:Security Options:System objects:Default Owner-&amp;gt;Administrators group.&lt;/p&gt;
&lt;p&gt;REBOOT&lt;/p&gt;
&lt;p&gt;==============&lt;/p&gt;
&lt;p&gt;Replace Owner&lt;/p&gt;
&lt;p&gt;==============&lt;/p&gt;
&lt;p&gt;&amp;quot;C:\&amp;quot; Administrators --Replace owner on subcontainers and objects&lt;/p&gt;
&lt;p&gt;==========================================&lt;/p&gt;
&lt;p&gt;Permissions (including all child objects)&lt;/p&gt;
&lt;p&gt;==========================================&lt;/p&gt;
&lt;p&gt;&amp;quot;C:\&amp;quot; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : Administrators(Full Control)&lt;/p&gt;
&lt;p&gt;&amp;quot;C:\Windows\&amp;quot; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : Users(Read &amp;amp; Execute, List Folder Content, Read)&lt;/p&gt;
&lt;p&gt;&amp;quot;C:\Program Files\&amp;quot; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : Users(Read &amp;amp; Execute, List Folder Content, Read)&lt;/p&gt;
&lt;p&gt;&amp;quot;C:\Documents and Settings\Userx\My Documents&amp;quot;: Userx(Full Control)&lt;/p&gt;
</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#8380586</link><pubDate>Fri, 11 Apr 2008 17:47:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8380586</guid><dc:creator>Faisal</dc:creator><description>&lt;p&gt;Very interesting script.&lt;/p&gt;
&lt;p&gt;Users in my workplace do not have admin rights on their machines. So to install something we have to login with our credentials.&lt;/p&gt;
&lt;p&gt;I was writing a script that maps the network drive with my credentials and then open iexplorer window &amp;nbsp;again with my credentials. The problem is that in that I.E window I can see C: drive but can't see the mapped Network drive. Is there a way this script can help me ?&lt;/p&gt;
&lt;p&gt;My script is:&lt;/p&gt;
&lt;p&gt;@echo off&lt;/p&gt;
&lt;p&gt;Echo Please enter your username.&lt;/p&gt;
&lt;p&gt;set /p User=&lt;/p&gt;
&lt;p&gt;NET USE I: %logonserver%\software /USER:mydomain\%User% *&lt;/p&gt;
&lt;p&gt;runas /user:mydomain\%User% &amp;quot;c:\Program Files\Internet Explorer\iexplore.exe&amp;quot;&lt;/p&gt;
</description></item><item><title>hardbop200.com : Batch script to run Control Panel applets as admin</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#8501371</link><pubDate>Tue, 13 May 2008 22:32:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8501371</guid><dc:creator>hardbop200.com : Batch script to run Control Panel applets as admin</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.hardbop200.com/2008/04/23/batch-script-to-run-control-panel-applets-as-admin/"&gt;http://www.hardbop200.com/2008/04/23/batch-script-to-run-control-panel-applets-as-admin/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#8611662</link><pubDate>Tue, 17 Jun 2008 18:24:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8611662</guid><dc:creator>Sam</dc:creator><description>&lt;p&gt;Hi, At school I have 2 accounts, one Admin/PU for working on the server and past and current student databases etc and one which I use for normal classes.&lt;/p&gt;
&lt;p&gt;I am really struggling to understand what I am supposed to do to set this all up.&lt;/p&gt;
&lt;p&gt;Could you please possibly give me a step by step instruction set up for all of this&lt;/p&gt;
&lt;p&gt;It is appreciated heaps&lt;/p&gt;
&lt;p&gt;Sam&lt;/p&gt;
</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#8661478</link><pubDate>Fri, 27 Jun 2008 15:31:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8661478</guid><dc:creator>Ak Shah</dc:creator><description>&lt;p&gt;Hello, &lt;/p&gt;
&lt;p&gt;Can someone help?&lt;/p&gt;
&lt;p&gt;I had a Administrator Account &amp;amp; Limited Account on my Laptop but i accidentally deleted the Administrator Account. Now the only Account that i have is the Limited Account. There is no Administrator account under user Accounts. How can i get around this? I am not able to access any files. &lt;/p&gt;
&lt;p&gt;Tanks, &lt;/p&gt;
</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#8667036</link><pubDate>Sun, 29 Jun 2008 14:20:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8667036</guid><dc:creator>Les Weston</dc:creator><description>&lt;p&gt;I think there is another &amp;quot;Administrator&amp;quot; account on XP machines, not protected with a password by default, but removed from the login menu as soon as you create your own Admin account. Take a look at &lt;a rel="nofollow" target="_new" href="http://www.ncsu.edu/resnet/windows/passwords/xp_passwords_admin.php"&gt;http://www.ncsu.edu/resnet/windows/passwords/xp_passwords_admin.php&lt;/a&gt; or do a web search for &amp;quot;hidden administrator account&amp;quot; (without the quotes), you might find the answer you are looking for.&lt;/p&gt;
&lt;p&gt;Good luck!&lt;/p&gt;
&lt;p&gt;-Les.&lt;/p&gt;
</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#8722848</link><pubDate>Sat, 12 Jul 2008 09:43:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8722848</guid><dc:creator>nil karaibrahimgil</dc:creator><description>&lt;p&gt;Hey!&lt;/p&gt;
&lt;p&gt;I am using this script! I saw in one comment!&lt;/p&gt;
&lt;p&gt;You must try!&lt;/p&gt;
&lt;p&gt;****&lt;/p&gt;
&lt;p&gt;@echo off&lt;/p&gt;
&lt;p&gt;Echo Please enter your username.&lt;/p&gt;
&lt;p&gt;set /p User=&lt;/p&gt;
&lt;p&gt;NET USE I: %logonserver%\software /USER:mydomain\%User% *&lt;/p&gt;
&lt;p&gt;runas /user:mydomain\%User% &amp;quot;c:\Program Files\Internet Explorer\iexplore.exe&amp;quot;&lt;/p&gt;
&lt;p&gt;********&lt;/p&gt;
&lt;p&gt;Thanks for every information.&lt;/p&gt;
&lt;p&gt;These are very useful!&lt;/p&gt;
&lt;p&gt;Thank you so much...&lt;/p&gt;
&lt;p&gt;King Regards!&lt;/p&gt;
</description></item><item><title>Ламинат цены</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#8891815</link><pubDate>Sun, 24 Aug 2008 14:55:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8891815</guid><dc:creator>ламинат</dc:creator><description>&lt;p&gt;1uI'll thingk about it.0w I compleatly agree with last post. &amp;nbsp;hvr &lt;/p&gt;
&lt;p&gt;&amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://skuper.ru&amp;quot;&amp;gt;паркет&amp;lt;/a&amp;gt;"&gt;http://skuper.ru&amp;quot;&amp;gt;паркет&amp;lt;/a&amp;gt;&lt;/a&gt; 2k&lt;/p&gt;
</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#9048111</link><pubDate>Thu, 06 Nov 2008 12:53:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9048111</guid><dc:creator>JJT</dc:creator><description>&lt;P&gt;I'm on a pc with both an Administrator and Limited User account.&lt;/P&gt;
&lt;P&gt;However the Limited User a/c has a blank password therefore as I understand it, this solution does not work.&lt;/P&gt;
&lt;P&gt;What alternative solution is there for me that functions like MakeMeAdmin but accepts a Limited User a/c with no password?&lt;/P&gt;
&lt;P&gt;I do have the Admin password.&lt;/P&gt;
&lt;P&gt;I just don't want the hassle of logging in and out and in and out...&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;&lt;EM&gt;[Aaron Margosis]&amp;nbsp; It will probably work if you remove the restriction on blank-password local accounts.&amp;nbsp; Caveat is that you do increase your security risk by doing this.&amp;nbsp; Local Security Policy (secpol.msc):&amp;nbsp; Security Settings \ Local Policies \ Security Options; "Accounts: Limit local account use of blank passwords to console logon only".&amp;nbsp; Change from Enabled to Disabled.&amp;nbsp; Probably requires reboot.&amp;nbsp; Caveat again is that you do increase your security risk by doing this.&lt;/EM&gt;&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#9134883</link><pubDate>Sun, 23 Nov 2008 22:30:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9134883</guid><dc:creator>sam</dc:creator><description>&lt;p&gt;hi my 12 year old changed my admin password and now the only way we can use the computer is thro her restricted account ....is there a way to make her account admin with out the admin password....so i can get my account back.. thanx 4 all the help&lt;/p&gt;
</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#9236395</link><pubDate>Thu, 18 Dec 2008 18:57:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9236395</guid><dc:creator>Soubhik</dc:creator><description>&lt;P&gt;How to del the temperary profile and log in to the normal administrator account.???&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;&lt;EM&gt;[Aaron Margosis]&amp;nbsp; Sorry - no idea what you're asking here...&lt;/EM&gt;&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#9318337</link><pubDate>Wed, 14 Jan 2009 12:21:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9318337</guid><dc:creator>awp_map</dc:creator><description>&lt;p&gt;need help :&lt;/p&gt;
&lt;p&gt;i was so confused for long time..&lt;/p&gt;
&lt;p&gt;how to remove password while i plugged in a flashdisc on limited user? anybody know this ..&lt;/p&gt;
&lt;p&gt;help me please..&lt;/p&gt;
</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#9394206</link><pubDate>Wed, 04 Feb 2009 05:00:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9394206</guid><dc:creator>Shawn Pete</dc:creator><description>&lt;P&gt;I use the code below (all on one line in case the line breaks) in a shortcut. &amp;nbsp;I get the privleges that I need for access to the folder I want, but both PrivBar and TweakUI show my non-admin information.&lt;/P&gt;
&lt;P&gt;C:\WINDOWS\system32\runas.exe /netonly /user:armtec\proe "%SystemRoot%\explorer.exe \\armtec-engineer\DGMF"&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;&lt;EM&gt;[Aaron Margosis]&amp;nbsp; &lt;STRONG&gt;/netonly &lt;/STRONG&gt;"indicates that the user information specified is for remote access only".&amp;nbsp; In other words, you're still the same non-admin locally (which is what privbar is reporting), you're just using the alternate credentials when you access remote computers like "armtec-engineer".&lt;/EM&gt;&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#9635099</link><pubDate>Fri, 22 May 2009 15:18:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9635099</guid><dc:creator>andrea</dc:creator><description>&lt;p&gt;I would like to use the jkdefrag screensaver with administrative privileges (to defrag the system disk).&lt;/p&gt;
&lt;p&gt;Is it possible trough MakeMeAdmin? How?&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
</description></item><item><title>Can I give to a screensaver administrative privs?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#9635101</link><pubDate>Fri, 22 May 2009 15:19:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9635101</guid><dc:creator>andrea</dc:creator><description>&lt;p&gt;I would like to use the jkdefrag screensaver with administrative privileges (to defrag the system disk).&lt;/p&gt;
&lt;p&gt;Is it possible trough MakeMeAdmin? How?&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
</description></item><item><title>Can I give to a screensaver administrative privs?</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#9635102</link><pubDate>Fri, 22 May 2009 15:20:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9635102</guid><dc:creator>andrea</dc:creator><description>&lt;p&gt;I would like to use the jkdefrag screensaver with administrative privileges (to defrag the system disk).&lt;/p&gt;
&lt;p&gt;Obviously I can't write the password every time the screensaver start&lt;/p&gt;
&lt;p&gt;Is it possible trough MakeMeAdmin? How?&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
</description></item><item><title>Sorry, triple posting</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#9635106</link><pubDate>Fri, 22 May 2009 15:21:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9635106</guid><dc:creator>andrea</dc:creator><description>&lt;p&gt;Sorry, I posted my question three times by mistake, plese remove the first two, thank you&lt;/p&gt;
</description></item><item><title>Wrong user password leaves user in admin group</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#9686721</link><pubDate>Tue, 02 Jun 2009 23:09:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9686721</guid><dc:creator>Waldo120</dc:creator><description>&lt;p&gt;When I enter the admin password correctly, then the user password incorrectly, it leaves the user setup as an admin. Is there a fix for this?&lt;/p&gt;
&lt;p&gt;I'd hate to accidentily leave a user as an admin because they mistyped their password.&lt;/p&gt;
</description></item><item><title>Wrong user password leaves user in admin group</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#9686867</link><pubDate>Wed, 03 Jun 2009 00:08:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9686867</guid><dc:creator>Waldo120</dc:creator><description>&lt;P&gt;Correction, this only happens if after mistyping the password instead of "pressing any key to continue" you instead close the dos window. Can we modify this to remove before "press any key" when the password is wrong?&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;&lt;EM&gt;[Aaron Margosis]&amp;nbsp; Go ahead -- it's a .cmd file, so you can edit it with Notepad.&amp;nbsp; Might be easier just to add an ECHO statement saying "Press any key, DO NOT JUST CLOSE THE WINDOW."&lt;/EM&gt;&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>Wrong user password leaves user in admin group</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#9692064</link><pubDate>Wed, 03 Jun 2009 21:19:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9692064</guid><dc:creator>Waldo120</dc:creator><description>&lt;P&gt;I was about to but I think I misunderstand something in the logic about it. Took a second look and realized my misunderstanding. Below is what you can replace the line after runas with. It causes you to have to "press any key to continue" twice when the password is bad, but at least now I can leave the window behind for them to logon and know the user wont be left an admin.&lt;/P&gt;
&lt;P&gt;if ERRORLEVEL 1 echo. &amp;amp;&amp;amp; echo Removing user %* from group %_Group_%... &amp;amp;&amp;amp; net localgroup %_Group_% "%*" /DELETE &amp;amp;&amp;amp; ECHO &amp;amp;&amp;amp; pause&lt;/P&gt;
&lt;P&gt;Thought, do goto commands work in cmd files?&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;&lt;EM&gt;[Aaron Margosis]&amp;nbsp; &lt;/EM&gt;&lt;A href="http://technet.microsoft.com/en-us/library/cc755012.aspx"&gt;&lt;EM&gt;http://technet.microsoft.com/en-us/library/cc755012.aspx&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#9925770</link><pubDate>Thu, 19 Nov 2009 21:34:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9925770</guid><dc:creator>Dan</dc:creator><description>&lt;P&gt;Aaron,&lt;/P&gt;
&lt;P&gt;I am trying to run this on a limited user account on XP Home. &amp;nbsp;I have used this on other computers and it has worked fine. &amp;nbsp;Both the limited user account and the administrator account have passwords. &amp;nbsp;Anyways, when I type in the admin password I get:&lt;/P&gt;
&lt;P&gt;RUNAS ERROR: Unable to run C:\Docu~...&lt;/P&gt;
&lt;P&gt;1327: Logon failure: ...&lt;/P&gt;
&lt;P&gt;Any suggestions??&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;&lt;EM&gt;[Aaron Margosis]&amp;nbsp; Put the file in a shared location rather than in one user's profile.&amp;nbsp; If that's not the problem then put it in a location that doesn't have long file names or where any of the path components have spaces in them.&amp;nbsp; (The script should handle that, but if 8.3 file names are disabled that could be a problem - or it might be a permissions issue where one account can't get to the file...)&lt;/EM&gt;&lt;/P&gt;&lt;/DIV&gt;</description></item><item><title>re: MakeMeAdmin -- temporary admin for your Limited User account</title><link>http://blogs.msdn.com/aaron_margosis/archive/2004/07/24/makemeadmin-temporary-admin-for-your-limited-user-account.aspx#9926211</link><pubDate>Fri, 20 Nov 2009 14:29:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9926211</guid><dc:creator>Dan</dc:creator><description>&lt;P&gt;Aaron,&lt;/P&gt;
&lt;P&gt;Thanks for the quick update. &amp;nbsp;I have moved the filed to C:\MakeMeAdmin - I believe this is a shared location. &amp;nbsp;I have also tried C:\Program Files\MakeMeAdmin. &amp;nbsp;I still get the same error. &amp;nbsp;Can you tell me what to check about 8.3 file names (not sure what that means) and what I should check for permissions??&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;DIV class=ajmReply&gt;
&lt;P&gt;&lt;EM&gt;[Aaron Margosis]&amp;nbsp; Just re-read your first... The rest of the error text for that error message is:&amp;nbsp; "Logon failure: user account restriction. Possible reasons are blank passwords not allowed, logon hour restrictions, or a policy restriction has been enforced."&amp;nbsp; Are you sure both the admin and non-admin accounts have non-blank passwords?&amp;nbsp; Do you have logon hour restrictions applied, or is the admin account you're using disabled?&amp;nbsp; If your admin account is not called "Administrator", you need to change the script to use a different account name that has admin rights.&lt;/EM&gt;&lt;/P&gt;&lt;/DIV&gt;</description></item></channel></rss>