How to run programs, games or utilities as an administrator. Run any program as administrator Run 1c as administrator

💖 Do you like it? Share the link with your friends

Often, novice users begin to have problems because they cannot run some program or file that requires administrator rights in the system. In fact, running as administrator is not something out of the ordinary and is quite simple in most cases. To run games or programs with administrator rights, there are two ways: either you give your entire account, or you simply run its file with the appropriate system privileges. First you need to understand the administration settings, which will require you to do some “magic passes”.

So, running as an XP administrator proceeds as follows. Click on the treasured “Start” button and look for the “Control Panel” item there. We look for “Manage user accounts” there, and then click on the user icon. If you are an administrator, then there will be a corresponding inscription next to it.

What about Windows 7? Running as administrator on this operating system is just as easy. In the same way, find the same “Control Panel” and look for an item there and then click on it. At the end, you should also click on your username.

If your account is not an administrator, then you will have to work a little to correct this annoying error. To do this, you need to change the record type to administrator. In the same one that opens by clicking on your account name, find the item “Change your account type”. By clicking on it, you will be taken to the next settings window, in which you need to check the box next to the type you need.

All. From now on, running as an administrator in most cases will occur automatically and without your participation. But if not, then what to do? Oh, even in this case, you shouldn’t expect any special difficulties.

In good old XP, you need to perform the following manipulations. You should hold down the Shift button on the keyboard, and then right-click on the program shortcut or executable file, after which you will need to find the “Run as” item in the drop-down context menu. By clicking on this item, select the administrator account. If this account is protected by a password, then running as an administrator will be possible only if you know it. In older versions of the Windows family of operating systems, everything is even simpler.

So, in Windows Vista, 7&8, follow these steps. You should right-click on the file or program shortcut, and then select “Properties” in the context menu that appears. There is a tab called “Compatibility”, which you need to look for at the top of the window. In it you need to find the “Privilege Level” item. Immediately below it is an empty checkbox “Run this program as an administrator”, which must be filled out by left-clicking on it with your “rodent”. After this, click on the “OK” button.

As you can see, running as administrator is quite simple.

In the Windows operating system, in certain situations, tools must be used with elevated privileges. This is necessary because of actions that lead to changes at the system level and ordinary users (not administrators) do not need this. In the article I will talk about run as administrator of any application on the computer.

When you launch programs with elevated rights, a window appears in which you need to confirm the launch -. Some users disable this feature altogether. Thus, the security of the computer is compromised. After all, if the UAC warning window does not appear, any malicious infection will be able to start from your computer as an administrator. “Bad” code and good luck.

To make it easier for users to run programs as an administrator, I have prepared a couple of methods.

Run as administrator using context menu

The context menu is called up with the right mouse button. Click on any program with the mouse and from the context menu click on the option. This opens the command line and other programs where elevated privileges are required.

Using the combination Ctrl+Shift+Enter when searching

When there is no tool on the desktop or in the Start menu, we turn to search. Any version of Windows is equipped with it, and in the tenth it is most convenient. Write some command, for example, cmd - command line. Having selected the result, simultaneously press the combination Ctrl+Shift+Enter. Simple way isn't it?

Additional Shortcut Properties

Let's say you are interested in the question... The icon is already located on the desktop as a shortcut, but you don't want to launch the context menu all the time. This problem can be solved.

Go to the shortcut properties (right mouse button and Properties) and go to the section "Additionally".

Additional options will open. There, check the box "Run as administrator". Now, when you run the program normally, it will always open with elevated rights.

Additionally! In the properties on the "Compatibility" tab there is an option "Run this program as an administrator." Also a useful thing.

Programs to run as administrator

There are the following programs: RunAs, AdmiLink, ExecAS.

RunAs Tool

It is part of Windows, so you can use it. To run it, just open the command line and enter the following command:

You will most likely be asked to enter a password. Be sure to enter it.


Let's create a shortcut on the desktop. Right-click on an empty area and select “Shortcut”. We write the same command as the location:

runas /user:PCName\UserName msconfig.exe

Give the shortcut a name and save it.

After launching the shortcut, a command line will open where you must enter the account password. When you enter the correct data, msconfig or the utility you selected will immediately launch.

In this situation, you or people with access to the PC will have to enter a password every time. This point can be solved by adding the /savecred parameter to the command, then the command will be like this:

runas /savecred /user:PCName\UserName msconfig.exe

If you are thinking about security, then it is better not to use such shortcuts with this option. It’s better to enter your password every time and not worry that some impudent person will use Windows tools without a password to please himself and to your detriment.

Using the ExecAS tool

Running as administrator is possible using the ExecAS program. After launch, a window appears asking you to enter account information (login and password), as well as the program name and path. After entering the data, click "Record".


Our guinea pig appeared in the ExecAS window. Close the program and open it again. The program we specified in ExecAS will immediately open. To add an additional application, you need to enter ExecAS.exe /S on the command line. (In this case, you need to be in the directory with the utility, for example, C:\ExecAS).


Having launched ExecAS, we add some other program. Close the tool and launch it again. The same window appears. But this is not convenient for us, so let’s move on to creating shortcuts:

We make two shortcuts with the following commands:

  • C:\ExecAS\ExecAS.exe 1
  • C:\ExecAS\ExecAS.exe 2

Numbers 1 and 2 correspond to the program number in ExecAS.

Having launched the shortcuts, we see that they were opened as administrator.

Using the AdmiLink utility

The utility specified in the title is a console utility, and after installation it will be located in the Windows directory.

We launch the tool and see a very convenient window with a Russian interface, so it will be easy to figure it out.

  • In the first field, enter the path to the file that we want to run;
  • The command line parameters in the second field are optional;
  • The third line will be filled in independently, if this is not the case, enter C:\windows\system32
  • Window display mode. Line 4 has 2 parameters:
    • SHOW – standard software launch with a visible window;
    • HIDE – software runs in the background;

Configuring parameters on the tab Account:

  • For the domain name, write the name of your PC, or NetBios and test.lan;
  • Username – can be selected by clicking on the button with three dots;
  • Account password and confirm.
  • After entering all the data, click the button "Test".

The utility will check the functionality of the information we specified. Press any key in CMD.

After a successful test, press the button “Generate AdmiRun launch key”. If you don't do this, then nothing will work.

  • Go to the “Link” tab and do the following:
  • Shortcut name- call by any name;
  • Catalog– indicate where the shortcut will be located;
  • Picture– select an image for the shortcut;
  • Press the button "Generate command line".
  • Now press the big button “Create Shortcut Now!”.

The icon will immediately appear on the desktop or directory you specified.

Let's try to launch the shortcut. If everything went well and the program was launched as administrator, then congratulations. Otherwise, actions at some step were performed incorrectly.

If you go to the properties of the shortcut and change the program in the “Object” field to another, it simply will not start. This is a little protection against malware.

Task Scheduler

Run the program as administrator, just use the tool "Task Scheduler". There is one nuance here - if you are not an administrator, you will not be able to use it.

Enter just two words in the search: “Task Scheduler” and open the result.In the window on the right, select the item "Create task".

Call it an appropriate name, let's say you are launching the command line, then you can call it CMD. Also check the box "Run with highest rights".

On the "Actions" tab, click the button "Create".

Select an action (in our case, launch the program).Click Browse and select the utility to launch.If you run the command line, the path will be: C:\Windows\System32\cmd.exe.Now click OK.

A new line has appeared on the “Actions” tab. Great, you can click OK.

Shortcut creation stage

Create a shortcut on the desktop and enter the following command:

schtasks /run /tn task_name in scheduler

scheduler_task_name is the name you gave at the very beginning of the task creation process.

Hurray, we made the shortcut, but that's not all. Go to its properties.

On the Shortcut tab, change the icon. Of course, you don't have to do this.

Addition to the task scheduler method

For, you can use the Elevated Shortcut utility. You take a shortcut or executable file and drag it onto the Elevated Shortcut icon.

Running programs from the command line

If you open the command prompt as an administrator using the above methods, then launching all programs from CMD will also allow you to open them with elevated rights. How to transfer an account to another computer

conclusions

We looked at a bunch of ways to run programs as an administrator. There are options where you need to enter a password - this is one of the safest solutions, because every time we enter a password, we don’t have to worry too much about losing some data. Virus programs will also not be able to launch Windows tools this way.

Command line as Administrator - a mode for launching a command line utility in the Windows operating system with full administrative rights. The command line is a tool for performing administrative tasks on a computer without using a graphical interface.

The Command Prompt application runs in the Windows operating system in two modes: standard user or computer administrator. Command Prompt, launched as a Windows administrator, provides full access to execute any commands on the computer, unlike the standard user mode, where not all commands work.

When working on a computer, there is often a need to use the command line (cmd.exe) with elevated administrator rights. To apply certain system settings, you must have full administrative rights, for example, problems appeared on the computer, the user found a way to solve the problem, and for this you will need to use the command line.

To resolve the problem, run a command prompt with administrator rights and perform the necessary actions in the command line interface (command line interpreter).

In the instructions in this article, we will look at different ways to open the command prompt as an administrator in the Windows operating system: in Windows 10, in Windows 8.1, in Windows 8, in Windows 7. Here you will find 5 universal methods that work in all versions of Windows, and some methods that are only applicable to certain OS versions.

Run Command Prompt as Windows Administrator - Method 1

This method is suitable for all versions of Windows: Windows 10, Windows 8.1, Windows 8, Windows 7. To call the command line with full administrative privileges, use the search function in the operating system.

In Windows 7, go to the Start menu; in Windows 8 and Windows 8.1, move the mouse cursor to the top or bottom right edge of the Desktop; in Windows 10, the search field is located on the Taskbar.

  1. Enter the expression “cmd” or “command line” into the search field.
  2. Right-click on the application shown in the search results, select "Run as administrator".

How to enable the command line as administrator - method 2

The following method allows you to open the command line with full rights in different versions of the Windows operating system: launch the utility from the Start menu.

  1. Go to the Start menu (in Windows1 and Windows 8 you need to go to the Applications screen).
  2. Among the programs, in the “Utilities - Windows” folder (in Windows 7 - “Standard”), find the “Command Prompt” program.
  3. Right-click on the application, select "Run as administrator".

How to open the command line as administrator - method 3

There is another way to open Command Prompt as an administrator in any version of Windows. To do this, you will need to run the cmd.exe utility directly from the folder where it is located in the operating system.

  1. Open the system drive “C:” in Explorer.
  2. Enter the "Windows" folder, go to the "System32" folder.
  3. Right-click on the “cmd” application and select “Run as administrator” from the context menu.

How to run the command line with administrator rights - method 4

Another universal method that works in all versions of Windows, starting with Windows 8, is done using the Task Manager.

  1. Go to the "File" menu, select "Run new task".
  2. In the “Create a task” window, enter “cmd” (without quotes) in the open field, check the box next to “Create a task as administrator,” and then click the “OK” button.

Run the command line with administrator rights - method 5

In this method, we will create a special shortcut to launch the cmd.exe application with administrator rights.

  1. Enter the folder along the path: “C:\Windows\System32”.
  2. Right-click on the “cmd” application, select “Send” from the context menu, then “Desktop (create shortcut).”
  3. Right-click on the shortcut and select Properties.
  4. In the “Properties” window, in the “Shortcut” tab, click on the “Advanced...” button.
  5. In the “Advanced Properties” window, check the box next to “Run as administrator” and click the “OK” button.

Windows 10 Command Prompt as Administrator

In initial versions of Windows 10, you could easily access the Command Prompt. Then, Microsoft slightly changed its policy: instead of the command line, it is proposed to use Windows PowerShell (a more advanced analogue of the command line), so some methods of launching the command line no longer work in the operating system.

You can return the command line to its original place, instead of Windows PowerrShell, according to the instructions from the article.

  1. Press the “Win” + “X” keys at the same time.
  2. In the window that opens, you will see the “Command Prompt (Administrator)” item located in the same place.

Command Prompt as Administrator Windows 8.1

The easiest way to launch the command line in the Windows 10 operating system is from the Start menu on the Desktop.

  1. On the Desktop, right-click on the Start menu.
  2. In the menu that opens, click on “Command Prompt (Administrator).”

Command Prompt as Administrator Windows 8

This method works on Windows 8 and Windows 8.1 operating systems. In Windows 10 Explorer, instead of the command line, we are offered to use Windows PowerShell.

  1. Launch Windows Explorer.
  2. Log in to any drive or open any folder.
  3. In the Explorer window, left-click on the "File" menu.
  4. From the context menu, select first “Open Command Prompt” and then “Open Command Prompt as Administrator”.

Command Prompt as Administrator Windows 7

All the universal methods described in this article work in the Windows 7 operating system:

  • In the Start menu, type “cmd” or “command line”, right-click on the application, run as administrator.
  • Go to the “Start” menu, then “All Programs”, then “Accessories”, then “Command Prompt”, using the right button, launch the command prompt with administrator rights.
  • Run “cmd.exe” from the folder at the path: “C:\Windows\System32”.
  • Open a command prompt using a task in the Task Manager.
  • From a specially created shortcut on the Desktop.

Conclusions of the article

If necessary, the user can run the command line tool with full rights as an administrator in the Windows operating system. The article describes different ways to launch the command line as an administrator, working in operating systems: Windows 10, Windows 8.1, Windows 8, Windows 7.

The Windows operating system can impose various restrictions on application programs at its discretion, as well as in accordance with the current Windows account policy setting. This is especially true for Internet-oriented software, which is the SocialKit software package. The operating system does not report the protective measures taken, however, during work with the program this can lead to various errors. As a rule, these errors will be associated with the fact that the program does not have access to certain hardware or software resources. For example, a ban on creating and changing files in folders, even banning access to the Internet.

SocialKit does not transfer any personal user data during operation anywhere except directly to Instagram servers and only in necessary cases. For example, when authorizing an Instagram account. We guarantee confidentiality when working with SocialKit, the absence of spyware and malicious code in the distribution, provided that it is downloaded from our official website socialkit.ru. Therefore, we safely recommend giving the program more access rights so that this does not interfere with comfortable work.

There is a paragraph in the installation instructions that states that after installing the program, you need to give the program Administrator rights in the properties of the shortcut to launch SocialKit on the Desktop (it is created automatically during installation). Because Installing a software package is a fairly simple operation, but most clients do not read the instructions and, accordingly, skip the point about Administrator rights.

If you also missed this point when installing our software, then you can perform all the necessary steps to configure access rights at any convenient time after installation.

There are two simple ways to grant Administrator rights to a program:

1. Once when starting the program. To do this, you need to open the folder where the SocialKit software package is installed (by default this is the path: " C:\Program Files (x86)\SocialKit Pro"), find the executable file " SocialKit.exe", right-click on it and select " from the context menu Run as Administrator", as shown in the screenshot.

Please note that with this approach the program will start with Administrator rights once. If you double-click it the next time you start it, the program will start with default rights.

2. Change default permissions. This approach is recommended during the first installation because... allows you to configure launch rights for a program once and never return to this issue. If you launch a program from a shortcut on the Desktop, you can change the default launch rights in the shortcut properties. If you run the program from the installation folder by double-clicking on the executable file " SocialKit.exe", then you can change the default launch rights in the properties of this file. To do this, go to the shortcut on the Desktop or to the executable file " SocialKit.exe" in the folder where the software package was installed, right-click on it and select " from the context menu Properties" as shown in the screenshot below.


Opening the properties of a shortcut on the Desktop
Opening the properties of a shortcut in the folder where the program is installed

In the dialog box that opens, go to the " Compatibility" and check the box " Run this program as Administrator" as shown in the screenshot below.

After this, the program will always run with Administrator rights.

CONTROL OF USER ACCOUNTS

If User Account Control (UAC) is also activated on your PC - and every version of Windows older than Windows 7 is configured this way by default - then launching the program will be preceded each time by an additional dialog, as shown in the screenshot below.

In different versions of Windows, starting with Windows 7, this notification may visually look different, but the essence is the same everywhere. If this doesn't irritate you too much, you can press " Yes", after which the launch of SocialKit will continue.

The display of this dialog can be disabled in the Windows Control Panel in the User Accounts Settings section or by clicking on the link " Configuring the issuance of such notifications".

In the dialog that opens, you can move the slider down to the item " Never notify" and press " OK".

IMPORTANT! Changes made in the user account management settings block will apply not only to SocialKit, but also to all other programs. If you are not sure about the security of the software you are using, then it is better not to change these settings.



tell friends