Windows Vista
About this task
To remotely install the IBM® BigFix® Remote Control target software in Windows Vista, password protected sharing must be disabled. To disable password protected sharing on Windows® Vista systems, perform the following steps:
Procedure
- Click .
- Click the down arrow that is next to Password protected sharing.
- Click Turn off password protected sharing.
- Click Apply and exit the control panel.
Results
The new User Account Control feature in Windows Vista requires users to perform several steps before the remote install utility can communicate with Vista targets. If you have a domain user account, ensure that the controller and the target machine are both members of a Windows domain. You can select the File and Printer Sharing box and the remote registry box in the Exceptions tab of the Windows Firewall configuration to allow access if the firewall is enabled. If you are a member of a local administrators group and you use a local user account, complete the steps below to be able to perform administrative tasks on the target machine:
- 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 reboot.
- 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 perform
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, complete the following steps:
- On the Edit menu, point to 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.
cmd /c reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\system /v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1 /f