Skip to content
/ envmod Public

Utility for modifying environment variables

Notifications You must be signed in to change notification settings

depler/envmod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

envmod

Utility for modifying environment variables. Unlike system setx.exe - it is portable and has no length restrictions for value.

Usage

Set user variable: envmod.exe /u <name> <value>

Set system variable: envmod.exe /s <name> <value>