Buradasın
Windows Update Management with WinGet
tomshardware.com/software/windows/how-to-manage-windows-updates-with-winget-microsoftappinstallerYapay zekadan makale özeti
- Overview
- WinGet is a command-line tool for Windows app installation and management
- Included in all Windows 11 versions and Windows 10 since version 1709
- Works with Windows Package Manager service as command interface
- Key Features
- Enables discovering, installing, upgrading, removing and configuring applications
- Primarily used as update tool by comparing installed versions to repository
- Supports searching, listing and showing packages from various sources
- Can't update applications without package manifests from developers
- Usage
- Most common command: winget upgrade --all --include-unknown
- Install/uninstall commands used when update fails due to different install technologies
- Search and show commands provide different levels of repository information
- Version information available through winget --version command
- Installation
- Can be installed via PowerShell or Command Prompt
- Latest version available on GitHub repository
- Requires PowerShell 7.4.2 for optimal functionality