Jump to content

Make Me Admin - Temporarily allows standard user accounts to be elevated to admin


Recommended Posts

Posted

Website / Download / Documentation / Source Code

 

Make Me Admin is a simple, open-source application for Windows that allows standard user accounts to be elevated to administrator-level, on a temporary basis.

 

How it works

The user launches the Make Me Admin application. If they are authorized to obtain administrator rights, and they are not already an administrator, the "Grant Me Administrator Rights" button is enabled.

 

k4Lu5f.png

 

When the user clicks the Grant button, a service, running in the background, adds the user to the Administrators group. The user application notifies the user, and it minimizes to the notification area.

 

GsAA1S.png

 

At this point, the user can perform the actions that require administrator rights. When prompted for credentials, they simply enter their current Windows credentials.

 

After a configurable period, the user is removed from the Administrators group by the service. The user is notified of this, and the application closes.

 

gkqz3n.png

Posted

The run as rob thing looks like it's more focused on apps (and as you say is obviously commercial) - what caught my eye on arthur's app is it looks like it's solving a simple problem. Most schools are going to have some deployment solution/method already, but doing tasks as an admin can be awkward. For example, we used to have a admin user with a shared password; now have moved towards LAPS - which means that you need to look up the password for the workstation. This service looks to be a rather simple way of granting a temporary privilege, seems secure and sensibly implemented at a quick scan of the code.

 

At one point I coded a self-updating windows service in .net, but in the end found that updating it was a pain, and that it also used a chunk of RAM - but that was back in the 2.x days.

Posted
what does the .net service come in at resource wise (ram?)

Currently around ~8MB. I might check it again later today to see what it has increased to. :)

 

UCoCxW.png

 

What stops them being able to do this every 5 minutes if they wanted to download and install loads of apps?

There are a couple of feature requests relating to this on the developer's GitHub issue tracker.

 

https://github.com/pseymour/MakeMeAdmin/issues/4

https://github.com/pseymour/MakeMeAdmin/issues/2

Posted
I'd thought of this as more of a tool for IT staff to use - as you'd need the SID in the registry for the user first right?

 

I think you can use the supplied Group policy to push out group SID if needed, so could be groups of staff etc.

  • 3 weeks later...
Posted

Hey, sorry to bump this thread, but I’m the developer. You can use SIDs or names of users/groups. So you could use, for example, a local group on each PC to control admin access, and specify a value of %COMPUTERNAME%\GroupName in the allowed list.

 

Let me know if you have other questions or concerns.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...