mirror of
https://github.com/ManuelGil/Script-Reset-Windows-Update-Tool.git
synced 2026-08-18 14:20:47 +08:00
Update to version 10.5.3.5
This commit is contained in:
@@ -1,100 +0,0 @@
|
||||
# How To Report an Issue or Request a Feature
|
||||
|
||||
Please read carefully this document. It will guide you to submit an [issue](#issue)
|
||||
or [feature](feature).
|
||||
|
||||
<a name="started"></a>
|
||||
## Before starting
|
||||
|
||||
### Step 1:
|
||||
|
||||
**Requirements**
|
||||
|
||||
* [ ] Did you follow the installation steps described in
|
||||
[README.md](https://github.com/ManuelGil/Script-Reset-Windows-Update-Tool/blob/master/README.md)?
|
||||
* [ ] Do you use the latest version?
|
||||
|
||||
* [x] Complete with an X inside the brackets for the requirements met.
|
||||
|
||||
### Step 2:
|
||||
|
||||
**Use the GitHub issue search**
|
||||
|
||||
* Check if the issue or feature has already been submited.
|
||||
|
||||
### Step 3:
|
||||
|
||||
**Check if the issue has been fixed**
|
||||
|
||||
* try to reproduce it using the latest master or development branch in the
|
||||
repository.
|
||||
|
||||
<a name="issue"></a>
|
||||
## Report an Issue
|
||||
|
||||
### Step 1:
|
||||
|
||||
**Type the title**
|
||||
|
||||
* Type a title for your issue and includes the word (Issue).
|
||||
|
||||
### Step 2:
|
||||
|
||||
**Describe your environment**
|
||||
|
||||
* **OS version:** _____
|
||||
* **Project version:** _____
|
||||
|
||||
### Step 3:
|
||||
|
||||
**Describe the problem**
|
||||
|
||||
* Type a description for your issue.
|
||||
|
||||
### Step 4:
|
||||
|
||||
**Steps to reproduce**
|
||||
|
||||
* First Step
|
||||
* Second Step
|
||||
* ...
|
||||
* Expected behavior: What do you expect to happen?
|
||||
* Actual behavior: What really happens?
|
||||
* Reproduces how often: What percentage of the time does it reproduce?
|
||||
|
||||
### Step 5:
|
||||
|
||||
**Additional Information**
|
||||
|
||||
* Any additional information, configuration or data that might be necessary
|
||||
to reproduce the issue.
|
||||
|
||||
### Step 6:
|
||||
|
||||
**Screenshot**
|
||||
|
||||
* Provide a screenshot that show your issue.
|
||||
|
||||
<a name="feature"></a>
|
||||
## Request a Feature
|
||||
|
||||
### Step 1:
|
||||
|
||||
**Type the title**
|
||||
|
||||
* Type a title for your issue and includes the word (Feature).
|
||||
|
||||
### Step 2:
|
||||
|
||||
**Describe the problem**
|
||||
|
||||
* Type a description for your feature.
|
||||
|
||||
### Step 3:
|
||||
|
||||
**Additional Information**
|
||||
|
||||
* Why do you want this functionality?
|
||||
* How do you expect it to work?
|
||||
|
||||
> Thank you for collaborating with this project.
|
||||
50
README.md
50
README.md
@@ -4,13 +4,13 @@
|
||||
|
||||
<div align="center">
|
||||
<a href="#changelog">
|
||||
<img src="https://img.shields.io/badge/stability-stable-green.svg" alt="Status">
|
||||
<img src="https://img.shields.io/badge/stability-frozen-blue.svg" alt="Status">
|
||||
</a>
|
||||
<a href="#changelog">
|
||||
<img src="https://img.shields.io/badge/release-v10.5.3.4-blue.svg" alt="Version">
|
||||
<img src="https://img.shields.io/badge/release-v10.5.3.5-blue.svg" alt="Version">
|
||||
</a>
|
||||
<a href="#changelog">
|
||||
<img src="https://img.shields.io/badge/update-november-yellowgreen.svg" alt="Update">
|
||||
<img src="https://img.shields.io/badge/update-december-yellowgreen.svg" alt="Update">
|
||||
</a>
|
||||
<a href="#license">
|
||||
<img src="https://img.shields.io/badge/license-MIT%20License-green.svg" alt="License">
|
||||
@@ -37,6 +37,50 @@ This page will help you get started with Reset Windows Update Tool (Script).
|
||||
<a name="changelog"></a>
|
||||
## :information_source: Changelog
|
||||
|
||||
**10.5.3.5** (22/16/2017)
|
||||
|
||||
* <table border="0" cellpadding="4">
|
||||
<tr>
|
||||
<td>
|
||||
<strong>Language:</strong>
|
||||
</td>
|
||||
<td>
|
||||
Windows Shell Script
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>
|
||||
Requirements:
|
||||
</strong></td>
|
||||
<td>
|
||||
Windows XP, Windows Vista, Windows 7, Windows 8, Windows 8.1
|
||||
and Windows 10
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<strong>Filename:</strong>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://github.com/ManuelGil/Script-Reset-Windows-Update-Tool">
|
||||
ResetWUEng.cmd
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<strong>Changes:</strong>
|
||||
</td>
|
||||
<td>
|
||||
<ul>
|
||||
<li>
|
||||
Link to official website
|
||||
</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
**10.5.3.4** (11/27/2017)
|
||||
|
||||
* <table border="0" cellpadding="4">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
:: NAME: Reset Windows Update Tool.
|
||||
:: DESCRIPTION: This script reset the Windows Update Components.
|
||||
:: AUTHOR: Manuel Gil.
|
||||
:: VERSION: 10.5.3.4
|
||||
:: VERSION: 10.5.3.5
|
||||
:: ==================================================================================
|
||||
|
||||
|
||||
@@ -972,7 +972,7 @@ goto :eof
|
||||
:: void help();
|
||||
:: /*************************************************************************************/
|
||||
:help
|
||||
start %~dp0HELP.chm
|
||||
start http://docs.wureset.com/
|
||||
goto :eof
|
||||
:: /*************************************************************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user