Powershell registry

From wikinotes
Revision as of 12:22, 6 August 2019 by Will (talk | contribs) (Created page with "<source lang="powershell"> Set-ItemProperty -Path 'Registry::HKCU\Environment' -Name PATH -Value ($PATH.Path +";"+ $rezbin_PATH) </source>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Set-ItemProperty -Path 'Registry::HKCU\Environment' -Name PATH -Value ($PATH.Path +";"+ $rezbin_PATH)