How do I temporarily disable UAC on Windows Server 2012?
Question ID: 107611
1
0

I think UAC is blocking me from connecting UFT to ALM for the first time. Anyone know how to temporarily disable in Windows Server 2012?

Marked as spam
Posted by (Questions: 424, Answers: 91)
Asked on April 26, 2017 7:35 pm
69 views
Answers (3)
1
Private answer

1. Log in as an administrator.

2. From the Control Panel, select User Accounts and Family Safety > User Accounts > Change User Account Control Settings.

3. In the User Account Control Settings window, move the slider to Never notify.

4. In the Control Panel, select System and Security > Administrative Tools > Local Security Policy.

5. In the Local Security Policy window, in the left pane, select Local Policies.

6. In the Local Policies tree, select Security Options.

7. In the right pane, select the User Account Control: Run all administrators in Admin Approval mode option.

8. Select Action > Properties from the menu bar.

9. In the dialog that opens, select Disabled.

10. Restart the computer for your changes to take effect.

11. After working with the desired tool, return to the User Account Control Settings window, and restore the slider to its previous position to turn the UAC option on again.

12. Restart the computer for your changes to take effect.

Marked as spam
Posted by (Questions: 0, Answers: 771)
Answered on April 26, 2017 7:36 pm
0
Thanks for the steps!
( at April 26, 2017 7:36 pm)
0
Private answer

rem set uac to off
reg.exe ADD HKLMSOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem /v EnableLUA /t REG_DWORD /d 0 /f

Marked as spam
Posted by (Questions: 0, Answers: 2)
Answered on April 30, 2017 6:41 pm
0
Private answer

create a batch file and run as admin:
rem set uac to off
reg.exe ADD HKLMSOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem /v EnableLUA /t REG_DWORD /d 0 /f

Marked as spam
Posted by (Questions: 0, Answers: 2)
Answered on April 30, 2017 6:42 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top