Click here to Skip to main content
15,881,852 members
Articles / Programming Languages / C#

EnvMan 1.3 - Windows Environment Variables Manager

Rate me:
Please Sign up or sign in to vote.
4.34/5 (21 votes)
1 Feb 2008GPL36 min read 148K   360   83  
Environment Variables Manager (EnvMan) is a tool written in C# .Net intended to handle the administration of Windows Shell Environment Variables. It is designed to replace Control Panel System Environment Manager and easily manage long variable values.
Windows Environment Variables Manager

Environment Variables Manager (EnvMan) is a tool written in C# .Net 
intended to handle the administration of Windows Shell Environment Variables. 
It is designed to replace Control Panel System Environment Manager and easily manage long variable values.

HISTORY

25/05/2007	Release 1.1.0.2
	* Made single selection in the Edit form grid
	* Set minimum sizes for main and edit forms
	* Fixed bug on renaming variable name
30/04/2007	Release 1.1.0.1
	* Fix alignment of the delete button.
	* Simplify parsing of the variable value string by using string.split function
	* Add settings to save splitter position of the component
27/04/2007	Release 1.1.0.0 
	* Added Variable Type recognition in the edit form
	* Added forms location, size and state saving and loading using application settings  (Bug Tracker ID: 1705001)
19/04/2007	Release 1.0.0.0 - First Release of the EnvMan.



INSTALL

In order to run this program you need to have .Net 2.0 runtime installed. 
(http://www.microsoft.com/downloads/details.aspx?familyid=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&displaylang=en)
After installing .Net 2.0 runtime download program binaries from the EnvMan Project Website.
(https://sourceforge.net/projects/env-man/) Unzip EnvMan-x.x.x.x.zip file to where you want and set a short cut to EnvMan.exe 
file to desktop or start menu. You are now ready to run application.

UPGRADE

If you are using earlier version of the project. Download a latest release and replace 
corresponding exe and dll files by removing the old ones and installing new versions.

Enjoy!

If you have problems please visit
Project blog: http://env-man.blogspot.com/
SourceForge page: http://sourceforge.net/projects/env-man for Bug Tracker options

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Software Developer (Senior)
Australia Australia
I have never shared my work online before. Now time has come. I recently started a Software Development Toolbox project. Anyone is welcome to view and add your share to it.

Comments and Discussions