Posted: . At: 4:56 PM. This was 9 years ago. Post ID: 7876
Page permalink. WordPress uses cookies, or tiny pieces of information stored on your computer, to verify who you are. There are cookies for logged in users and for commenters.
These cookies expire two weeks after they are set.

New Windows package manager available in Powershell 5.0 This is quite revolutionary.

There is a new package manager available for Windows 8.1, this allows the installation of Windows software with the Powershell command line.

Windows PowerShell
Copyright (C) 2014 Microsoft Corporation. All rights reserved.

PS C:\WINDOWS\system32> Install-Package -name Chrome
WARNING: Skipping package provider provider 'NuGet'-- missing required option 'Destination'

The package 'xChrome' comes from a package source that is not marked as trusted.
Are you sure you want to install software from 'https://msconfiggallery.cloudapp.net/api/v2/'?
[Y] Yes  [N] No  [S] Suspend  [?] Help (default is "Y"): y

Name                             Version          Status           Source         Summary
----                             -------          ------           ------         -------
xChrome                          1.0.0            Installed        https://msc...

The above example is installing Chrome. But there is other software available. This could revolutionize the process of setting up a Windows machine if it could be scripted, then you could just run a script and install all of your favorite software easily.

Use the Find-Package cmdlet to list all available packages for installation. This will return quite a long list, but hopefully this list will be longer soon.

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.