Click here to Skip to main content
15,884,176 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 148.2K   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.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EnvMan", "EnvMan\EnvMan.csproj", "{2704D52D-4FE5-49C1-8FCE-9619155B01F6}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "EnvManSetup", "EnvManSetup\EnvManSetup.vdproj", "{D0D6BD3B-A6B3-4EF1-B09D-4039E20D6833}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D6CD9460-EE2F-43EA-A3BD-441E0B2EB68E}"
	ProjectSection(SolutionItems) = preProject
		doc\license.txt = doc\license.txt
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EnvManager", "EnvManager\EnvManager.csproj", "{93A8FFFE-31F3-405B-92A7-3BF9DAB60EF7}"
EndProject
Global
	GlobalSection(DPCodeReviewSolutionGUID) = preSolution
		DPCodeReviewSolutionGUID = {00000000-0000-0000-0000-000000000000}
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{2704D52D-4FE5-49C1-8FCE-9619155B01F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{2704D52D-4FE5-49C1-8FCE-9619155B01F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{2704D52D-4FE5-49C1-8FCE-9619155B01F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{2704D52D-4FE5-49C1-8FCE-9619155B01F6}.Release|Any CPU.Build.0 = Release|Any CPU
		{D0D6BD3B-A6B3-4EF1-B09D-4039E20D6833}.Debug|Any CPU.ActiveCfg = Debug
		{D0D6BD3B-A6B3-4EF1-B09D-4039E20D6833}.Release|Any CPU.ActiveCfg = Release
		{93A8FFFE-31F3-405B-92A7-3BF9DAB60EF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{93A8FFFE-31F3-405B-92A7-3BF9DAB60EF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{93A8FFFE-31F3-405B-92A7-3BF9DAB60EF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{93A8FFFE-31F3-405B-92A7-3BF9DAB60EF7}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

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