Windows sets all software to run as administrator by default

PHPz
Release: 2024-06-18 18:11:57
Original
991 people have browsed it

Windows software runs as administrator by default? There are security risks! With the popularity of Windows operating systems, many users often choose to set all software to run as an administrator in order to avoid the problem of insufficient permissions to run software. However, this approach has laid serious hidden dangers! PHP editor Youzi will give you a detailed introduction to the risks of setting all software to run as an administrator and how to correctly configure software permissions. By reading the following, you will learn how to avoid security issues caused by improper software permissions.

Method 1. Modify the registry

Win+R to open the run, enter "regedit" to open the registry;

Open this path "Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ Windows\CurrentVersion\Policies\System";

Find "EnableLUA" on the right, change its value to 0, and restart the computer.

The lazy method is to create a new text document, copy the following content, save it as "xx.reg", right-click to merge, and restart the computer.

WindowsRegistryEditorVersion5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"EnableLUA"=dword:00000000
Copy after login

Method 2. Modify the local security policy

Windows sets all software to run as administrator by default

Win+R to open the run, enter "secpol.msc" to open the local security policy;

Windows sets all software to run as administrator by default

Select on the left: Local Policy → Security Options, find "User Account Control: Run all administrators in administrator approval mode" on the right, double-click to open the properties interface;

Windows sets all software to run as administrator by default

Windows sets all software to run as administrator by default

#Change enabled to disabled and restart the computer to take effect.

Windows sets all software to run as administrator by default

The above is the detailed content of Windows sets all software to run as administrator by default. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:20hn.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!