Installing WinGet Command Line Package Manager on Windows 11

preview_player
Показать описание
#WinGet #Windows #PackageManager

--------------------------------------------------------------------
What is WinGet?
--------------------------------------------------------------------
 
   01. Log into the Windows device
   02. Run the following commands in a PowerShell window
         # change directory to user downloads
         cd $ENV:UserProfile\Downloads
         # download latest winget installer
         # lookup prerequisites
         # download prerequisites
         # Microsoft.UI.Xaml
         # install prerequisites
         # install winget
         # list installed applications
         winget list
   03. WinGet is now installed and ready to be used
   04. To test WinGet, continue with the following commands in PowerShell
         # search winget
         winget search notepad++
         # when prompted, type y and press enter
         # install notepad++
         winget install notepad++
 

### Connect with me and others ###
Рекомендации по теме
Комментарии
Автор

Thanks so much for making this, was very easy to follow

angelnoir
Автор

the pc is not responding to winget list winget :
The term 'winget' is not recognized as the name of a cmdlet, function,
script file, or operable program. Check the spelling of the name, or if a path
was included, verify that the path is correct and try again.
At line:1 char:1
+ winget list
+
+ CategoryInfo : ObjectNotFound: (winget:String) [], CommandNotFound
Exception
+ FullyQualifiedErrorId : CommandNotFoundException

AnkitKumarSingh-ed
Автор

Hi, I received a Poweshell Prompt >> when copy the command. Any ideas?

inakijauregui
Автор

This seems to be a little outdated. Can you help?

whippasnapppa