Path Environment

From KlavoWiki
Revision as of 04:48, 18 July 2009 by David (talk | contribs) (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...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

To change the environment vairable Path in Windows 2008 Server Core

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