The new User Account Control feature in Windows®
Vista requires users to complete several steps before the remote installation utility can
communicate with Vista targets.
About this task
If you have a domain user account, ensure that the controller and the target computers are
both members of a Windows domain. If you are a member of a
local administrators group and you use a local user account, complete the following steps so that
you can run administrative tasks on the target computer: Procedure
- Enable the built-in
Administrator account and use it to
connect.
-
Open the Windows
Control Panel.
- Click .
-
Double-click Accounts: Administrator account status and select
enable.
-
Disable User Account Control if a different Administrator user account is to be used to connect
to the Vista target. To disable User Account Control, complete the following steps: -
-
Open the Windows
Control Panel.
-
Click .
-
Double-click User Account Control: Run all administrators in Admin Approval
Mode and select disable. Changing this setting requires a system restart.
-
Disable User Account Control when you administer a workstation with a local user account
(Security Account Manager user account). Otherwise, you cannot connect as a full administrator and
cannot run administrative tasks. To disable User Account Control, complete the following steps:-
-
Click Start, click Run, type
regedit, and press ENTER.
-
Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
-
If the LocalAccountTokenFilterPolicy registry entry does not exist, follow
these steps:
- On the Edit menu, click New, and then click
DWORD Value.
- Type LocalAccountTokenFilterPolicy, and press
ENTER.
-
Right-click LocalAccountTokenFilterPolicy, and click
Modify.
-
In the Value data box, type 1. Click OK.
-
Restart your computer.
Alternatively, you can modify the registry entry manually by typing the following command:
cmd /c reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\system
/v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1 /f