Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarog/PSWindowsUpdate
Unofficial PSWindowsUpdate fork (decompiled)
https://github.com/sarog/PSWindowsUpdate
powershell windows
Last synced: 3 months ago
JSON representation
Unofficial PSWindowsUpdate fork (decompiled)
- Host: GitHub
- URL: https://github.com/sarog/PSWindowsUpdate
- Owner: sarog
- License: mit
- Created: 2022-09-09T16:14:56.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-12T14:08:36.000Z (9 months ago)
- Last Synced: 2024-06-22T18:00:42.373Z (5 months ago)
- Topics: powershell, windows
- Language: C#
- Homepage:
- Size: 377 KB
- Stars: 16
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - sarog/PSWindowsUpdate - Unofficial PSWindowsUpdate fork (decompiled) (C# #)
README
### PSWindowsUpdate (unofficial fork)
PSWindowsUpdate is written by Michal Gajda ([mgajda83/PSWindowsUpdate](https://github.com/mgajda83/PSWindowsUpdate)).
This "fork" is a **decompiled** version of the original PSWindowsUpdate DLLs for the sole purpose of fixing bugs, improving security, and allowing transparency to an otherwise **awesome** PowerShell module used by [millions of sysadmins](https://www.powershellgallery.com/packages/PSWindowsUpdate). Currently, this repo contains a bug fix for `Remove-WindowsUpdate -UpdateID` (please see the git history for more information).
The project builds without any issues in Rider however its use in production environments is discouraged at this time. Additional source code reviews & cleanup of leftover artifacts are still needed.
For anyone wishing to build this project, one must first [compile](https://docs.microsoft.com/en-us/windows/win32/bits/bits-dot-net) a `BITSReference4_0` reference DLL using Type Libraries from the Windows 10+ SDK. For convenience, I have included the build script featured on Microsoft's page.