Skip to content

StormShadonw/write_environment_variables_windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows Environment Writer

This is a C++ project designed to facilitate permanent editing of Windows environment variables.

Requirements

  • Windows 7 or higher
  • C++ compiler compatible with C++11 or higher

Usage

The program can be compiled using any C++ compiler compatible with C++11 or higher. Below is an example of how to compile it using MinGW:

g++ main.cpp -o EnvironmentVariablesWriter.exe

Once compiled, you can execute the program using:

EnvironmentVariablesWriter.exe

Contributions

If you wish to contribute to this project, please follow these steps:

Fork the repository. Create a branch (git checkout -b feature/new-feature). Make your changes and commit them with descriptive messages (git commit -am 'Add new feature: XXX'). Push the branch (git push origin feature/new-feature). Open a Pull Request.

Author

This project was created with ❤️ by Luis Jorge López Hernández.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

Script for update environment variables for windows in c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages