The User Account Control (UAC) function has been added to Windows Server 2008 or later to provide added security.
The following describes the difference when UAC is enabled to when it is disabled.
A "permissions granted/authorized dialogue" is displayed when all users other than the built-in Administrator account and accounts in the "Administrators" group, attempt to execute a process or program that requires Administrator rights. For this reason, permissions granted and permissions authorized must be checked.
A process or program that requires Administrator rights can only be executed by either a built-in Administrator account or a user account in the Administrators group.
Operating requirements are described below.
Account type | UAC: enabled | UAC: disabled |
---|---|---|
Built-in Administrator Account | Y | Y |
User Account in the Administrators group | C | Y |
Standard user account | C | N |
Y: The program or process will run without displaying the permissions granted dialogue.
C: The permissions granted dialogue is displayed and the process or program will run if the user is authorized.
N: The process or program will not run because the user does not have Administrator rights.
To run a process or program without the permissions dialog displaying, for example in batch processing, use one of the methods below to execute with Administrator rights:
Use the "runas" command in the command prompt to execute a program as a user with either administrator rights, or rights to operate AdvancedCopy Manager. A password will need to be entered.
An example of executing the batch file named test.bat
runas /noprofile /user:mymachine\acmuser "cmd.exe /k test.bat" |
In the task scheduler, start the process with "Execute with maximum permissions" specified.
Execute the program with the Command Prompt.
For Windows Server 2008 or Windows Server 2008 R2
From the [Start] menu, select [All Programs]-[Accessories] and right-click on [Command Prompt]. Specify "Run as Administrator" to run the Command Prompt. Execute the program from the Command Prompt.
For Windows Server 2012
Specify "Command Prompt (Admin)" to run the Command Prompt. Execute the program from the Command Prompt.