Waing: Security features exist for your protection. Disabling them puts you at a higher risk of various types of dangers. Only follow these instructions if you understand the implications and can implement your own security protocols in-lieu of the disabled security features.
The following answer was inspired by an answer to the question "Windows 7 Administrator user doesn't have Admin rights".
UAC is not completely disabled in Windows 10 even at the lowest setting. To disable UAC completely:
- Press Win-R to open the Run dialog.
- Open Registry Editor by running
regedit.
- Navigate to
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem
- Locate the
DWORD value called EnableLUA and double-click it.
- Change the value to
0 and click OK.
- You will be prompted to restart your computer, so please do so.
How did it work so flawlessly in Windows 7, but suddenly break in Windows 10?
It looks like you made the above change in Windows 7, but forgot about it. And during upgrade, your change was reverted when Windows 10 reset the UAC security to the default level.
Starting with recent Windows versions, changing the UAC setting to the lowest level does not completely disable UAC. You may no longer get the UAC prompts but you still need to explicitly perform administrative actions in an elevated mode. Normal runs of processes will now run in user mode. If you need to provide administrative access to a process you need to explicitly run in administrator mode.
TechNet explains further:
Unlike earlier versions of Windows, when an administrator logs on to a computer running Windows 7 or Windows Vista, the user’s full administrator access token is split into two access tokens: a full administrator access token and a standard user access token. During the logon process, authorization and access control components that identify an administrator are removed, resulting in a standard user access token. The standard user access token is then used to start the desktop, the Explorer.exe process. Because all applications inherit their access control data from the initial launch of the desktop, they all run as a standard user.
After an administrator logs on, the full administrator access token is not invoked until the user attempts to perform an administrative task. When a standard user logs on, only a standard user access token is created. This standard user access token is then used to start the desktop.
After the above change, all processes will automatically run in administrative mode.
Disclaimer: No responsibility shall be retained by the author for any damage caused on your system by following the instructions above.
Recent Questions...
ما را در سایت Recent Questions دنبال میکنید
برچسب:
نویسنده: استخدام کار
بازدید: 228
تاريخ: چهارشنبه
29 ارديبهشت
1395 ساعت: 14:06