Difference between revisions of "Winget"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | https://learn.microsoft.com/en-us/windows/package-manager/winget/ | ||
+ | |||
+ | https://github.com/microsoft/winget-cli/releases | ||
+ | ``` | ||
+ | Add-ProvisionedAppxPackage -PackagePath Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle -LicensePath 7bcb1a0ab33340daa57fa5b81faec616_License1.xml -Online | ||
+ | ``` | ||
+ | |||
+ | |||
``` | ``` | ||
winget upgrade --all | winget upgrade --all |
Revision as of 20:45, 23 August 2023
https://learn.microsoft.com/en-us/windows/package-manager/winget/
https://github.com/microsoft/winget-cli/releases
Add-ProvisionedAppxPackage -PackagePath Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle -LicensePath 7bcb1a0ab33340daa57fa5b81faec616_License1.xml -Online
winget upgrade --all
winget list | findstr -i power winget search powerhsell winget upgrade powershell --version 7.3.4 winget install --id Microsoft.Powershell --source winget winget upgrade Microsoft.WindowsTerminal winget install -e --id Canonical.Multipass winget install Oracle.VirtualBox set PATH=%PATH%;"C:\Program Files\Oracle\VirtualBox" multipass set local.driver=virtualbox winget install Vim.Vim Set-Alias vim 'C:\Program Files\Vim\vim90\vim.exe'
Set Terminal default version to powershell 7
Open your powershell (old version) -> click on the arrow down button -> Settings -> Startup -> Default profile -> choose PowerShell 7.3.0 icon
https://github.com/PowerShell/PowerShell/releases/download/v7.3.4/PowerShell-7.3.4-win-x64.msi