Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

Windows Update Mini Tool

Release Downloads Last commit


Overview

Windows Update Mini Tool is a tool to manage updates of Microsoft products on the Windows operating system. It uses the "Windows Update Agent API" to identify as well as download and install missing updates. It allows the user fine control of updates on modern (Windows 10) operating system versions, comparable to what windows 7 and 8.1 offered.

The tool only gathers information's about installed and missing updates, all data are processed local on the users own device, no personal information's of any kind are send to the cloud.

This tool is inspired by the Windows Update Mini Tool (WUMT), however in comparison to WUMT it is written in pure .NET instead of C/C++, and it is open source.

Preview of the application UI

preview

Now supports Light/Dark themes with Auto switching mode and custom themes from external files. To add custom theme to the app, just create a themes folder next to the executable file and place any {themeName}.json files there. Custom theme.json file content example:

{
  "DisplayName": "Custom Theme",
  "DarkMode": true,
  "BackgroundColor": "#1E1E1E",
  "ForegroundColor": "#E9E9E9",
  "HyperlinkColor": "#00D980",
  "SelectedBackgroundColor": "#4CBB17",
  "SelectedForegroundColor": "#000000",
  "LineColor": "#262626",
  "StrongLineColor": "#454545",
  "WarnColor": "#FF4500"
}

Download

The published version can be obtained from releases.

How can I help improve it?

The winUpdateMiniTool team welcomes feedback and contributions!
You can check if it works properly on your PC. If you notice any inaccuracies, please send us a pull request. If you have any suggestions or improvements, don't hesitate to create an issue.

Also, don't forget to ★ star ★ the repository to help other people find it.

Donate!

Every cup of coffee you donate will help this app become better and let me know that this project is in demand.

Warranty

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

关于 About

Windows Update Mini Tool is a tool to manage updates of Microsoft products on the Windows operating system
mini-toolupdateupdateswindows

语言 Languages

C#98.9%
Batchfile1.1%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
38
Total Commits
峰值: 8次/周
Less
More

核心贡献者 Contributors