Path Environment: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
(Created page with 'To change the environment vairable '''Path''' in Windows 2008 Server Core <pre> WMIC Environment where Name="Path" SET VariableValue=%PATH%;<path to add> </pre> [[Category : Win...')
 
(No difference)

Latest revision as of 04:48, 18 July 2009

To change the environment vairable Path in Windows 2008 Server Core

WMIC Environment where Name="Path" SET VariableValue=%PATH%;<path to add>