cBrandon Community

General Category => Windows Fixes => Topic started by: branx86 on August 22, 2026, 08:18:59 PM

Title: Update WINDOWS using winget or scoop
Post by: branx86 on August 22, 2026, 08:18:59 PM
winget

winget install yt-dlp
To update, run:
winget upgrade yt-dlp

or

Install scoop
https://scoop.sh/
Open a PowerShell terminal (version 5.1 or later) and from the PS C:\> prompt, run:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression

Scoop
scoop install yt-dlp
To update, run:
scoop update yt-dlp