Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit 9f6ef8d

Browse files
committed
Update Wiki
1 parent 1d59403 commit 9f6ef8d

20 files changed

Lines changed: 1039 additions & 41 deletions

README.md

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</div>
44

55
<div align="center">
6-
<a href="http://wureset.com/">
6+
<a href="https://www.wureset.com/">
77
<img src="https://github.com/ManuelGil/Reset-Windows-Update-Tool/blob/master/docs/images/wureset.png?raw=true" alt="Logo" height="300" width="300">
88
</a>
99
</div>
@@ -22,7 +22,6 @@
2222
<img src="https://img.shields.io/badge/license-MS--PL%20License-green.svg" alt="License">
2323
</a>
2424
</div>
25-
2625
<div align="center">
2726
<a href="https://twitter.com/intent/follow?screen_name=wureset">
2827
<img src="https://img.shields.io/twitter/follow/wureset.svg?style=social" alt="Twitter">
@@ -44,60 +43,50 @@ This tool was developed as a script for the Windows command console, it is
4443
a simple way.
4544

4645
<div align="center">
47-
<img src="https://github.com/ManuelGil/Reset-Windows-Update-Tool/blob/master/docs/images/menu.gif?raw=true" alt="menu">
46+
![menu](https://github.com/ManuelGil/Reset-Windows-Update-Tool/blob/master/docs/images/menu.gif)
4847
</div>
48+
<br />
4949

5050
This tool has been developed for use as a support of system repair options.
5151
It is possible to reset the Windows Update Components. Also is able to delete
5252
temporary files, scan, detect and repair corruptions with the Windows System
5353
image, scan all protected system files and replace any corrupted files, change
5454
invalid values in the Windows Registry, reset Winsock settings and more.
5555

56-
<a name="started"></a>
5756
## :traffic_light: Getting Started
5857

5958
This page will help you get started with Reset Windows Update Tool.
6059

61-
<a name="requirements"></a>
6260
### Requirements
6361

6462
* Microsoft Windows 7 SP1 or later
6563
* Dev-C++
6664

67-
<a name="installation"></a>
6865
### Installation
6966

7067
1. Clone or Download this repository
7168
2. Unzip the archive if needed
7269
3. Start Dev-C++
7370
4. Goto "File" > "Open project or file" > Search "WUReset.dev" file
7471

75-
<a name="support"></a>
7672
### Support
7773
* Issues: [https://github.com/ManuelGil/Reset-Windows-Update-Tool/issues](https://github.com/ManuelGil/Reset-Windows-Update-Tool/issues)
7874
* Wiki: [https://github.com/ManuelGil/Reset-Windows-Update-Tool/wiki](https://github.com/ManuelGil/Reset-Windows-Update-Tool/wiki)
79-
* Docs: [http://docs.wureset.com](http://docs.wureset.com)
8075

81-
<a name="Donate"></a>
8276
## :gift: Donate!
8377

8478
If you want to help me to continue this project, you might donate via PayPal.
8579

8680
<a href="https://paypal.me/ManuelFGil"><img src="https://www.paypalobjects.com/webstatic/en_US/i/btn/png/btn_donate_92x26.png" alt="Donate via PayPal"></a>
8781

88-
<a name="deployment"></a>
8982
## :package: Deployment
9083

91-
<div align="center">
92-
<img src="https://github.com/ManuelGil/Reset-Windows-Update-Tool/blob/master/docs/images/Classes-Diagram.png?raw=true" alt="Status">
93-
</div>
84+
![Classes Diagram](https://github.com/ManuelGil/Reset-Windows-Update-Tool/blob/master/docs/images/Classes-Diagram.png)
9485

95-
<a name="built"></a>
9686
## :wrench: Built With
9787

9888
* Dev-C++ ([Orwell Dev-C++ 5.11](https://sourceforge.net/projects/orwelldevcpp/))
9989

100-
<a name="changelog"></a>
10190
## :information_source: Changelog
10291

10392
**11.0.0.8** (04/15/2019)
@@ -509,13 +498,10 @@ If you want to help me to continue this project, you might donate via PayPal.
509498
</tr>
510499
</table>
511500

512-
<a name="contributing"></a>
513501
## :octocat: Contributing [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](https://github.com/ManuelGil/Reset-Windows-Update-Tool/issues)
514502

515-
Please read [CONTRIBUTING.md](CONTRIBUTING.md)
516-
for details on our code of conduct.
503+
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct.
517504

518-
<a name="authors"></a>
519505
## :eyeglasses: Authors
520506

521507
* **Manuel Gil** - *Owner* - [ManuelGil](https://github.com/ManuelGil)
@@ -529,7 +515,6 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md)
529515
See also the list of [contributors](https://github.com/ManuelGil/Reset-Windows-Update-Tool/contributors)
530516
who participated in this project.
531517

532-
<a name="license"></a>
533518
## :memo: License
534519

535520
Reset Windows Update Tool is licensed under the MS-PL License - see the

docs/images/Classes-Diagram.png

-20.5 KB
Loading

docs/images/Windows-Update.png

-5.91 KB
Loading

docs/images/failed.png

4.45 KB
Loading

docs/images/wureset.png

-86 KB
Loading

docs/index.md

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<a href="http://wureset.com/">
2+
<a href="https://www.wureset.com/">
33
<img src="https://github.com/ManuelGil/Reset-Windows-Update-Tool/blob/master/docs/images/wureset.png?raw=true" alt="Logo" height="300" width="300">
44
</a>
55
</div>
@@ -18,7 +18,6 @@
1818
<img src="https://img.shields.io/badge/license-MS--PL%20License-green.svg" alt="License">
1919
</a>
2020
</div>
21-
2221
<div align="center">
2322
<a href="https://twitter.com/intent/follow?screen_name=wureset">
2423
<img src="https://img.shields.io/twitter/follow/wureset.svg?style=social" alt="Twitter">
@@ -31,15 +30,15 @@ This tool has been developed for use as a support of system repair options.
3130
image, scan all protected system files and replace any corrupted files, change
3231
invalid values in the Windows Registry, reset Winsock settings and more.
3332

34-
> ### Contents<br />
35-
> <br />
36-
> <a href="#features">Features</a><br />
37-
> <a href="#requirements">Requirements</a><br />
38-
> <a href="#notes">Notes</a><br />
39-
> <a href="#reference">Reference</a><br />
40-
> <a href="#license">License</a><br />
4133

42-
<a name="features"></a>
34+
> ### Contents
35+
>
36+
> [Features](#features) <br />
37+
> [Requirements](#requirements) <br />
38+
> [Reference](#reference) <br />
39+
> [License](#license)
40+
41+
4342
## Features
4443

4544
Reset Windows Update Tool is a complete troubleshooting tool that can be
@@ -54,7 +53,7 @@ This tool includes a large number of troubleshooting functions such as:
5453
* Scan, detect and repair corruptions in Windows system image
5554
* Clean up superseded components
5655

57-
<a name="requirements"></a>
56+
5857
## Requirements
5958

6059
This tool is compatible with Windows 7, Windows 8, Windows 8.1, Windows 10
@@ -65,16 +64,7 @@ When you run Reset Windows Update Tool is detected the version or build of the
6564
If the operating system is not compatible with this tool, display an error
6665
message and the tool will be closed.
6766

68-
<a name="notes"></a>
69-
## Notes
7067

71-
The Reset Windows Update Tool was developed primarily to Reset Windows Update
72-
Components. Over time, they have added new features to improve the user experience.
73-
74-
This document has been created to describe the process sequences for the correct
75-
use of Reset Windows Update Tool.
76-
77-
<a name="reference"></a>
7868
## Reference
7969

8070
How do I reset Windows Update components?:
@@ -86,7 +76,7 @@ Use the System File Checker tool to repair missing or corrupted system files:
8676
Fix Windows Update errors by using the DISM or System Update Readiness tool:
8777
[https://support.microsoft.com/en-us/kb/947821](https://support.microsoft.com/en-us/kb/947821).
8878

89-
<a name="license"></a>
79+
9080
## License
9181

9282
Reset Windows Update Tool is licensed under the MS-PL License - see the

docs/wiki/en/Diagnostic.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
The main content of this tool is to Reset Windows Update Components. However, the development of it, allows us to perform other processes for solving problems.
2+
3+
It can be divided the correction processes into three groups:
4+
5+
<dl>
6+
<dt>Control processes</dt>
7+
<dd>are simple processes that may involve small changes in the system, for example: restore Internet connections or restart the computer.<dd>
8+
<dt>Correction processes</dt>
9+
<dd>are those that allow us to solve major problems in the system, for example: Reset Windows Update Components or Scans all protectedsystem files.</dd>
10+
<dt>Invasive processes</dt>
11+
<dd>are those who suggest repair or reinstall the system.</dd>
12+
</dl>
13+
14+
It is recommended to perform some tests to simplify the incident and to find the best solution.
15+
16+
17+
> ### Contents
18+
>
19+
> [Restore Point](#restore-Point) <br />
20+
> [Removing temporary](#removing-temporary) <br />
21+
> [Reset Internet Explorer](#reset-internet-explorer) <br />
22+
> [Restart your PC](#restart-your-pc) <br />
23+
> [Reset the Winsock settings](#reset-the-winsock-settings) <br />
24+
> [Automatically fix problem](#automatically-fix-problem)
25+
26+
27+
## Restore Point
28+
29+
In case that something failed, you can restore your computer at last restore point.
30+
31+
For create a Restore Point, in the main menu, select the first option. This option open the system protection window.
32+
33+
In this place, you can create a Restore Point. Only press the button "Create".
34+
35+
If this option is disabled, press the button "Configure" and select "Turn on system protection".
36+
37+
38+
## Removing temporary
39+
40+
For delete temporary files, select the option "Delete temporary files in Windows". This option automatically deletes temporary files.
41+
42+
43+
## Reset Internet Explorer
44+
45+
For Reset Internet Explorer, select the option "Open Internet Explorer options". This open the Internet Options.
46+
47+
In this window select the tab "Advanced" and press the button "Reset".
48+
49+
50+
## Restart your PC
51+
52+
Whenever a system solution process is carried out, it is recommended then restart the computer to save the changes.
53+
54+
You can restart your PC manually or automatically via the option "Restart your PC", this option gives you 1 minute to save the work you find yourself doing.
55+
56+
57+
## Reset the Winsock settings
58+
59+
For restore Internet connections, select the "Reset the Winsock settings" option.
60+
61+
This option restores Internet access settings, remove any access restrictions and fix errors as 0x8024042C, and others.
62+
63+
64+
## Automatically fix problem
65+
66+
It is recommended run the Fix-It for Windows Update. For this select the option, "Explore other local solutions".
67+
68+
The "Fix problem with Windows Update" displays an error code that helps us to find the solution to our incident. If this option don't show the error code, you can download a tool "fix-it" for search the error code.
69+
70+
Windows 7, Windows 8, Windows 8.1: [http://go.microsoft.com/?linkid=9830262](http://go.microsoft.com/?linkid=9830262)
71+
72+
Windows 10: [http://aka.ms/diag_wu](http://aka.ms/diag_wu)

docs/wiki/en/FAQ.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
Commonly asked questions about Reset Windows Update Tool.
2+
3+
4+
> ### Contents
5+
>
6+
> [Why it does not work in Windows XP/Vista?](#why-it-does-not-work-in-windows-xpvista) <br />
7+
> [Can I use it on Windows Server?](#can-i-use-it-on-windows-server) <br />
8+
> [How can I help?](#how-can-i-help)
9+
10+
## Why it does not work in Windows XP/Vista?
11+
12+
The script version of this tool can be restored to the Windows Update components in Windows XP/Vista. However, Microsoft ending the extended support of its Operative Systems in 2014 (Windows XP) and 2017 (Windows Vista).
13+
14+
Visit the [Windows lifecycle fact sheet](https://support.microsoft.com/en-us/kb/13853) for details.
15+
16+
## Can I use it on Windows Server?
17+
18+
This tool is compatible with Windows 8, 8.1 and 10. It is also compatible with Windows Server 2012, 2012 R2 and 2016.
19+
20+
However, the use in Windows Server is not recommended since it can eliminate some configurations of Firewall, Domain and others.
21+
22+
## How can I help?
23+
24+
You can help improve documentation, report errors or request features. You can even correct typographical errors. Do not feel like you have to be a developer to help.
25+
26+
Before creating bug reports, please search in the [GitHub Issue Tracker](https://github.com/ManuelGil/Reset-Windows-Update-Tool/issues) for existing issues or features in order to ensure we don't have duplicate requests.existing issues or features in order to ensure we don't have duplicate requests.
27+
28+
Please feel free to propose them. While it is not possible to guarantee that they can be applied to all, the requests will be taken into consideration.

docs/wiki/en/Getting-Started.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
The Reset Windows Update Tool has several support options as delete temporary files, change invalid values in the Windows Registry, reset Winsock settings, etc. These options appear in a selection list and are available dependent on operating system.
2+
3+
4+
> ### Contents
5+
>
6+
> [Before starting](#before-starting) <br />
7+
> [Permits](#permits) <br />
8+
> [Terms and Conditions of Use](#terms-and-conditions-of-use)
9+
10+
11+
## Before starting
12+
13+
You can make some processes to ensure the proper functioning of the system.
14+
15+
1. Restart your PC and verify if problem persists.
16+
2. Create both a System Restore Point.
17+
3. Make sure that your system date, time and year settings are correct on your computer.
18+
4. Disable antivirus software.
19+
20+
21+
## Permits
22+
23+
The Reset Windows Update Tool need to run with elevated privileges. To do this, Right-click on it and select "Run as administrator". Otherwise, display an error message.
24+
25+
26+
## Terms and Conditions of Use
27+
28+
Because this tool can modify files and registry settings, it is important to know the terms and conditions of use. When they are accepted, you gives permission to the tool to make these changes.
29+
30+
The Terms and Conditions of Use are displayed on screen waiting to be accepted.
31+
32+
Press the letter "Y" and the "Enter" key to agree. If you do not agree, you can choose to discontinue use this tool.

docs/wiki/en/Home.md

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
<div align="center">
2+
<a href="https://www.wureset.com/">
3+
<img src="https://github.com/ManuelGil/Reset-Windows-Update-Tool/blob/master/docs/images/wureset.png?raw=true" alt="Logo" height="300" width="300">
4+
</a>
5+
</div>
6+
<br />
7+
<div align="center">
8+
<a href="https://github.com/ManuelGil/Reset-Windows-Update-Tool#changelog">
9+
<img src="https://img.shields.io/badge/stability-stable-green.svg" alt="Status">
10+
</a>
11+
<a href="https://github.com/ManuelGil/Reset-Windows-Update-Tool#changelog">
12+
<img src="https://img.shields.io/badge/release-v11.0.0.8-blue.svg" alt="Version">
13+
</a>
14+
<a href="https://github.com/ManuelGil/Reset-Windows-Update-Tool#changelog">
15+
<img src="https://img.shields.io/badge/update-april-yellowgreen.svg" alt="Update">
16+
</a>
17+
<a href="#license">
18+
<img src="https://img.shields.io/badge/license-MS--PL%20License-green.svg" alt="License">
19+
</a>
20+
</div>
21+
<div align="center">
22+
<a href="https://twitter.com/intent/follow?screen_name=wureset">
23+
<img src="https://img.shields.io/twitter/follow/wureset.svg?style=social" alt="Twitter">
24+
</a>
25+
</div>
26+
<br />
27+
28+
This tool has been developed for use as a support of system repair options. It is possible to reset the Windows Update Components. Also is able to delete temporary files, scan, detect and repair corruptions with the Windows System image, scan all protected system files and replace any corrupted files, change invalid values in the Windows Registry, reset Winsock settings and more.
29+
30+
The tool for Reset Windows Update Components works through command-line but need of basic requirements as a compatible operative system, run with the elevated privileges, etc.
31+
32+
This document has been created to describe the process sequences for the correct use of Reset Windows Update Tool.
33+
34+
35+
> ### Contents
36+
>
37+
> [Requirements](#requirements) <br />
38+
> [Glossary](#glossary) <br />
39+
> [Reference](#reference) <br />
40+
> [License](#license)
41+
42+
43+
## Requirements
44+
45+
This tool is compatible with Windows 7, Windows 8, Windows 8.1 and Windows 10.
46+
47+
When you run Reset Windows Update Tool is detected the version or build of the operative system determined the name and family of the operative system.
48+
49+
If the operating system is not compatible with this tool, display an error message and the tool will be closed.
50+
51+
52+
## Glossary
53+
54+
<dl>
55+
<dt>DISM</dt>
56+
<dd>Deployment Image Servicing and Management is a command-line tool that can be used to service a Windows image.</dd>
57+
<dt>Fix It</dt>
58+
<dd>diagnostic program to detect problems of Windows.</dd>
59+
<dt>Registry</dt>
60+
<dd>is a database that stores settings for the operating system.</dd>
61+
<dt>Restore point</dt>
62+
<dd>is a representation of a stored state of your computer's system files.</dd>
63+
<dt>SFC</dt>
64+
<dd>System File Checker is a utility that allows users to scan for corruptions.</dd>
65+
<dt>Winsock</dt>
66+
<dd>Windows Sockets API is a technical specification that defines how Windows network software should access network.</dd>
67+
</dl>
68+
69+
70+
## Reference
71+
72+
How do I reset Windows Update components?: [https://support.microsoft.com/en-us/kb/971058](https://support.microsoft.com/en-us/kb/971058).
73+
74+
Use the System File Checker tool to repair missing or corrupted system files: [https://support.microsoft.com/en-us/kb/929833](https://support.microsoft.com/en-us/kb/929833).
75+
76+
Fix Windows Update errors by using the DISM or System Update Readiness tool: [https://support.microsoft.com/en-us/kb/947821](https://support.microsoft.com/en-us/kb/947821).
77+
78+
79+
## License
80+
81+
Reset Windows Update Tool is licensed under the MS-PL License - see the [Microsoft Public License](https://opensource.org/licenses/MS-PL) for details.

0 commit comments

Comments
 (0)