Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

Installing winget easily without the Microsoft Store

License

Notifications You must be signed in to change notification settings

SoftwareRat/winget_install_script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Installation script for winget

The script makes installation of winget possible without using the Microsoft Store. Because of this, you can install winget on LTSC Editions of Windows 10 or Windows Server versions. Please be aware that winget can only be installed on 1809 or newer.

Disclaimer

This project is NOT affiliated with, funded, or in any way associated with Microsoft.

Installation

Open Windows PowerShell as Administrator and put this:

Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://t1p.de/winget-installer')

# or shorter
irm 't1p.de/winget-installer' | iex

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

Installing winget easily without the Microsoft Store

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published