How To Save As Administrator Windows 10

28.07.2019

To do that, right-click on your desktop and then select the “New” option and then “Create Shortcut.”. The above action will open the “Create Shortcut” window. Click on the “Browse” button, and select the application you want users to run with admin rights. In my case I’m selecting a simple application called Speccy.

I have just got a new laptop with Microsoft Windows 10. My previous laptop ran Windows 7.

I'm trying to get applications to 'run as administrator' by default, so that I'm not constantly having trouble saving/overwriting files, etc. The priority here is to be able to modify my own files on an external hard drive; I wouldn't have expected that I'd have to do anything special to be able to do this. My user account on the laptop is an 'Administrator' account, and I have set the User Account Control setting to 'Never notify'. I thought that this would achieve the effect I want (as also suggested in this related question in relation to Windows 7).

Here's a screenshot of my setting to disable UAC in Windows 10:

Still, Notepad++ (for one) is not automatically starting with administrative rights. What else do I need to do, or what am I overlooking?

Thanks

PS. I'm aware that what I'm trying to do is a security risk, but that's not the point of this question; whether I should or should not do something is different to whether I can or cannot do something.

Community
osullicosullicAdministrator
3392 gold badges5 silver badges10 bronze badges

5 Answers

Updated answer: solving the problem instead of answering the question.

To change the ACLs on the external drive, open its properties and go to the Security tab:

Notice that Authenticated Users doesn't have 'Full control'; only Administrators does, and you're not really a member of Administrators unless elevated. Click Advanced.

(The owner will probably be Administrators.) Click Add.

Click 'Select a principal', and type your username in the box. Check 'Full control', then click OK.

How To Save As Administrator Windows 10

Now that we're back in the advanced ACL editor, check the box that replaces child item ACLs. Click OK and accept the warning. Click OK on the properties window, wait for the operation to complete (if there is one), and you're done.

The original (dangerous) answer follows below the line.

Danger! This is almost certainly a bad plan, for reasons explained in Ramhound's comment.

Run gpedit.msc to open the Local Group Policy Editor. Expand Computer Configuration, Windows Settings, Security Settings, Local Policies, and Security Options. Four settings need to be updated:

  1. Set 'User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode' to Elevate without prompting.
  2. Set 'User Account Control: Detect application installations and prompt for elevation' to Disabled.
  3. Set 'User Account Control: Run all administrators in Admin Approval Mode' to Disabled.
  4. Set 'User Account Control: Only elevate UIAccess applications that are installed in secure locations' to Disabled.

The LGPE automatically saves all changes, so exit it and reboot.

Again, this is a very insecure configuration that you're creating here.

Ben NBen N
30.7k13 gold badges105 silver badges152 bronze badges

It looks like there are a few options to run an application as administrator by default that you can try.

  1. Right-click the application's Shortcut >> Go to Properties >> Click the Advanced button on the Shortcut tab >> Check the 'Run as administrator' box >> Click OK. -
  1. Right-click the application >> Go to Properties >> Click the Compatibility tab >> Check 'Run this program as an administrator' >> Click OK. -

Note: While trying my second option (above), I had one application that didn't initially have the 'Run this program as an administrator' checkbox. I had to do the following to get the checkbox to appear and to always run as an administrator:

  1. Click the 'Run compatibility troubleshooter' button
  2. Click the 'Troubleshoot Program' option
  3. Check the 'The program requires additional permissions' checkbox.
  4. Click 'Next' and click the 'Test the program..' button (to verify the program runs properly).
  5. Click 'Next' and click the 'Yes, save these settings for this program'

How To Save As Administrator Windows 10 64

Bill Garrison confirmed that the solution found at How can I run ALL my Apps “as administrator” by default in Windows 7? works for Windows 10. There is at least one other method, you can set UAC to the lowest setting, but doing so also causes the Windows 10 native apps (like the calculator) to fail.

Below is the quoted answer:

Add User To Administrators Group And Remove From Users Group:

  1. Log In As Administrator

  2. Go To Run ( WinKey + R )

  3. Type 'control userpasswords2'

  4. Select Your Account And Click On 'Properties'

  5. Select 'Group Membership' Tab

  6. Select 'Administrators'

  7. Click OK And OK

Disable Approval Mode

  1. Log In As Administrator

  2. Go To Run ( WinKey + R )

  3. Type 'secpol.msc'

  4. Go To Local Polices > Security Options

  5. Find 'User Account Control: Switch to the secure desktop when prompting for elevation'

  6. Open It Click Disable It And Click Ok.

  7. Restart Computer( Very Important Log Off Doesn't Work )

Community
majestzimmajestzim

To disable UAC completely, the EnableLUAproperty of

in the registry needs to be changed to 0. This disables the 'administrator in Admin Approval Mode' user type, thus allowing all administrator users to run their processes as administrators by default.

See also: EnableLUA msdn.microsoft.com

After doing that, your programs/processes will be run in Administrator mode by default (given that your user is an Administrator), i.e. you will not be having (so much) trouble saving files to certain locations, without launching the respective program specifically as Administrator first.

(from Always run programs as administrator in Windows 10 Super User)

// ah sorry, this is a duplicate of @ben-n 's original answer - only difference is doing it via the Registry instead of gpedit.msc

Drakonoved
3041 gold badge3 silver badges14 bronze badges
fritzmgfritzmg

If a search lead you here, and you want to 'run (certain) applications as administrator by default' - even when it is launched by an associated file type or anything other than a special shortcut, you have to use the registry. Those compatibility tabs on the file properties dialog are no longer available in windows 10, and other registry hacks for older windows versions have also been removed.

Microsoft purposely doesn't want to make this easy to do anymore.

If you don't already know why you shouldn't do this, you should stop now.

Tomb raider anniversary pc torrent. For Why you should or shouldn't do this you need to look elsewhere.

Below you will learn how.

Create a new string value in one of these existing keys: (create the 'Layers' key also - if necessary)

Windows

The name of the new string value should be the path (without quotes) to the application you want to always launch elevated.

For example:

The value of this key should be

it should look like this:

After you set the key value and name correctly, you are done! Launch the app using an associated file and you'll see the elevation prompt.

DanODanO
2,2291 gold badge14 silver badges17 bronze badges

Just run Powershell as Administrator, then enter this:

Dio Phung

How To Set Up Administrator Windows 10

Dio Phung
4991 gold badge8 silver badges24 bronze badges

Not the answer you're looking for? Browse other questions tagged windows-10administratoruacrunas or ask your own question.

Comments are closed.