Home> Common Problem> body text

What to do if error 0x8024402c occurs in win10

爱喝马黛茶的安东尼
Release: 2020-01-10 13:28:54
Original
25817 people have browsed it

What to do if error 0x8024402c occurs in win10

Step 1. Check proxy settings

1. Click "Start", click "Run", Type inetcpl.cpl, and then click "OK" to open the network properties;

2. Click the Connection tab, click LAn Settings, click Advanced, and in the Exceptions window, delete all Record;

3. Then, delete the agent temporary files;

4. Click "Start", click "Run", type cmd, and then click " OK";

5. In the dos command window, please run the following commands; (note, please press the enter key after each command line)

proxycfg -d net stop wuauserv net start wuauserv
Copy after login

6 . Now please restart the machine and try to log in to http://windowsupdate.microsoft.com to scan and install windows updates;

If the problem is not solved, please continue with the following steps:

Step 2. Confirm the network HTTP settings

1. Click "Start", click "Run", type inetcpl.cpl, and then click " OK" to open the network properties;

2. Click the Advanced tab;

3. Uncheck the "from use HTTPp 1.1" checkbox;

4. Select the "Use HTTP 1.1 through proxy connections" check box;

5. Try logging in to the Windows Update site again;

6. If there is still a problem If there is a problem, please also select the "from use HTTP 1.1" checkbox;

7. Try logging in to the Windows Update site again to see if the problem still exists;

Step 3. Confirm the relevant Activex controls

1. Click "Start", click "Run", type inetcpl.cpl, and then click "OK" to open the network properties;

2. Click the "Privacy" tab, select "internet", and click the "Customize" button; ,

3. Pull to "Activex controls and plug-ins " section and make sure the following options are selected; if not, please select;

download signed Activex Controls Run Activex Controls and plug-ins script Activex Controls marked safe for scripting
Copy after login

4. Scroll down to "scripting" and select "Active scripting";

The above is what I found online... What I just said is

Clear proxy cache

Enter in cmd:

netsh winhttp reset proxy net stop wuAuserv net start wuAuserv
Copy after login

For moreFAQ, please visit the PHP Chinese website.

The above is the detailed content of What to do if error 0x8024402c occurs in win10. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
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
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!