All Projects → aaronparker → Latestupdate

aaronparker / Latestupdate

Licence: mit
A module to retrieve and download Windows 10 current updates from the Microsoft Update Catalog

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to Latestupdate

inbox-notifier
Gmail notifications instantly in the Windows taskbar
Stars: ✭ 55 (-19.12%)
Mutual labels:  windows-10, net-framework
Decryptrdcmanager
.NET 4.0 Remote Desktop Manager Password Gatherer
Stars: ✭ 59 (-13.24%)
Mutual labels:  net-framework
Mvvmlight
The main purpose of the toolkit is to accelerate the creation and development of MVVM applications in Xamarin.Android, Xamarin.iOS, Xamarin.Forms, Windows 10 UWP, Windows Presentation Foundation (WPF), Silverlight, Windows Phone.
Stars: ✭ 973 (+1330.88%)
Mutual labels:  windows-10
Pime
Develop input methods for Windows easily with Python and node.js
Stars: ✭ 1,051 (+1445.59%)
Mutual labels:  windows-10
Win10bloatremover
Configurable CLI tool to easily and aggressively debloat and tweak Windows 10 by removing preinstalled UWP apps, services and more. Originally based on the W10 de-botnet guide made by @adolfintel.
Stars: ✭ 37 (-45.59%)
Mutual labels:  windows-10
Cliwrap
Library for running command line processes
Stars: ✭ 1,057 (+1454.41%)
Mutual labels:  net-framework
Mingw Windows10 Uwp
Minimal Windows 10 Store ready sample of MinGW dll PInvoked from Windows 10 UWP application
Stars: ✭ 21 (-69.12%)
Mutual labels:  windows-10
Files
A modern file manager that pushes the boundaries of the platform.
Stars: ✭ 15,198 (+22250%)
Mutual labels:  windows-10
Ui For Uwp
This repo contains the source code for Telerik UI for Universal Windows Platform (UWP), which includes 20+ UI controls for developers building UWP applications.
Stars: ✭ 1,077 (+1483.82%)
Mutual labels:  windows-10
Wslreverse
Experiments with hidden COM interface and LxBus IPC mechanism in WSL
Stars: ✭ 47 (-30.88%)
Mutual labels:  windows-10
Uwp App Launcher Mobile
[Open Source] It's like the iOS and Android Home Screens but for Windows 10 (Phones).
Stars: ✭ 47 (-30.88%)
Mutual labels:  windows-10
Gank.uwp
http://gank.io 第三方客户端UWP版
Stars: ✭ 41 (-39.71%)
Mutual labels:  windows-10
Pengwin Enterprise
Enterprise-compatible WSL distribution.
Stars: ✭ 52 (-23.53%)
Mutual labels:  windows-10
Translucenttb
A lightweight utility that makes the Windows taskbar translucent/transparent.
Stars: ✭ 8,816 (+12864.71%)
Mutual labels:  windows-10
Win10 Explorer
A new windows 10 file explorer
Stars: ✭ 58 (-14.71%)
Mutual labels:  windows-10
Mywintiles
Tiling window manager for Windows 10, Built on top of explorer shell
Stars: ✭ 34 (-50%)
Mutual labels:  windows-10
Dawnplayer
A FLV playback library for Windows 10 UWP.
Stars: ✭ 46 (-32.35%)
Mutual labels:  windows-10
Privatezilla
👀👮🐢🔥Performs a privacy & security check of Windows 10
Stars: ✭ 1,045 (+1436.76%)
Mutual labels:  windows-10
Runinbash
Run Linux commands under WSL without leaving your PowerShell or CMD!
Stars: ✭ 67 (-1.47%)
Mutual labels:  windows-10
Sic
Enumerate user mode shared memory mappings on Windows.
Stars: ✭ 66 (-2.94%)
Mutual labels:  windows-10

LatestUpdate

License GitHub Release PowerShell Gallery Version PowerShell Gallery

Master build status Development build status

About

A module for retrieving the latest Windows 10 / Windows Server 2016, 2019, Semi-annual Channel Cumulative Updates, Servicing Stack Updates, .NET Framework Cumulative Updates, the Monthly Rollups for 8.1 / 7 (and Windows Server 2012 R2, 2008 R2), Windows Defender updates and the latest Adobe Flash Player updates from the Microsoft Update History pages. In addition, the module provides a function for downloading the update files locally.

Importing a cumulative update into the Packages nodes in an MDT share enables updates during the offline phase of Windows setup, speeding up an installation of Windows. Updates can also be applied directly to a WIM.

Documentation

Regularly updated documentation for the module is located at https://docs.stealthpuppy.com/docs/latestupdate/

Supported Platforms

LatestUpdate supports PowerShell 5.0 and above and is tested on macOS, Windows 10 and Windows Server 2016. Some basic testing has been done on Windows 7 with WMF 5.1. If you are running an earlier version of PowerShell, update to the latest release of the Windows Management Framework.

PowerShell Core

Verison 3 of LatestUpdate has been re-written and includes full support for PowerShell Core.

PowerShell Gallery

The VcRedist module is published to the PowerShell Gallery and can be found here: LatestUpdate. Install the module from the gallery with:

Install-Module -Name LatestUpdate -Force

Acknowledgements

This module uses code and inspiration from these sources:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].