Wednesday, December 14, 2011

Windows 7 – Adding Features from Command Line (List)


Since Microsoft Windows Vista, adding and removing features from the system was clearly redesigned and got a lot of good things.
One of them it’s the ability to add or remove from command line in a simple way using the pkmgr command.

Because Windows 7 has a lot of features it’s important to have a list of everything you can use.
So, here’s a complete list of the features and how they can be used with the pkgmr command.

Example for install Telnet Client:
pkgmgr /iu:"TelnetClient"

 

Technet - Microsoft Windows 7 Packages

Technorati Tags: ,,,,

1 comment:

  1. You should start using the "Dism" Command for adding Features in Windows 7/Server 2008 R2. Pkgmgr is deprecated :D

    http://technet.microsoft.com/en-us/library/dd744373(WS.10).aspx

    ReplyDelete