winget packages for daily usage Link to heading
Application | Command |
---|---|
notepad3 | winget install -e --id Rizonesoft.Notepad3 |
git | winget install -e --id Git.Git |
vlc | winget install -e --id VideoLAN.VLC |
python 3.11 | winget install -e --id Python.Python.3.11 |
Google Chrome | winget install -e --id Google.Chrome |
7-zip | winget install -e --id 7zip.7zip |
SumatraPDF | winget install -e --id SumatraPDF.SumatraPDF |
Speedtest - Ookla | winget install -e --id Ookla.Speedtest.Desktop |
KeePassXC | winget install -e --id KeePassXCTeam.KeePassXC |
Microsoft PowerToys | winget install -e --id Microsoft.Powertoys |
SomaFM | winget install -e --id somafm |
Putty | winget install -e --id PuTTY.PuTTY |
TreeSize | winget install -e --id JAMSoftware.TreeSize.Free |
HWiNFO | winget install -e --id=REALiX.HWiNFO |
Microsoft .NET 6 | winget install -e --id=Microsoft.DotNet.SDK.6 |
Microsoft Visual Studio Code | winget install -e --id Microsoft.VisualStudioCode |
GOG Galaxy | winget install -e --id GOG.Galaxy |
Steam | winget install -e --id Valve.Steam |
Other useful application/tools Link to heading
Add telnet client Link to heading
1DISM /online /Enable-Feature /FeatureName:TelnetClient
Add IIS Link to heading
Internet Information Services (IIS) for Windows® Server is a flexible, secure and manageable Web server for hosting anything on the Web.
1Enable-WindowsOptionalFeature -Online -FeatureName IIS-WebServerRole, IIS-WebServer, IIS-CommonHttpFeatures, IIS-ManagementConsole, IIS-HttpErrors, IIS-HttpRedirect, IIS-WindowsAuthentication, IIS-StaticContent, IIS-DefaultDocument, IIS-HttpCompressionStatic, IIS-DirectoryBrowsing
Winget documentation and installation Link to heading
You can find a documentation for winget and how to install/upgrade it here.