This tutorial will show you how to Enable or Disable the User Account
Control also known as "UAC" for Windows 7,8 and Vista by using the
command feature in Windows.
I will be using Windows 8.1.
First of all you need to copy the correct code below by highlighting it then pessing Ctrl+C:
- For Enabling the UAC copy this code:
C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 1 /f
- For Disabling the UAC copy this code:
C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f
Step 2:
Press your Windows button on your keyboard or go to your home button in the bottom left corner.
Image for Step 2 |
Upon clicking the Windows button, type "cmd" in the search button > open the cmd feature as shown in the image below.
Image for Step 3 |
Step 4:
You will be brought to the black screen command feature, now right click on your mouse and paste the enabling of disabling code.
Image for Step 4 |
After pasting your code it should look something like the image below.
Image for Step 5 |
Press Enter, this will then enable or disable the annoying pop up permission message.
Be sure to leave a comment below for any queries.
Livoxt Owner,
No comments:
Post a Comment