Skip to content

Mr-Huang00/EnvPathOperation

Repository files navigation

EnvPathOperation

For easy to change Environment Path by cmdlet.

Example

Import-Module ./CmdletEnvPath.dll
$path="E:\mydir"
# add path,and return old paths.
Add-EnvPath -Path $path -Target User
# get paths of User
Get-EnvPath -Target User
# remove path and get the newest paths.
Remove-EnvPath -Path $path

About

For easy to change Environment Path by cmdlet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages