Windows Environment Variables Backup and Restore
- These scripts have self-explanatory names
WindowsEnvironmentVariables_Backup.py
andWindowsEnvironmentVariables_Restore.py
have also been compiled asWindowsEnvironmentVariables_Backup.exe
andWindowsEnvironmentVariables_Restore.exe
-
WindowsEnvironmentVariables_Backup
saves all of the Environment Variables in the current working directory as the fileenv_vars_backup.json
which you can view with Notepad. -
WindowsEnvironmentVariables_Restore
restores all of the Environment Variables from theenv_vars_backup.json
which should be in the current working directory.
Note: This project saves and restores all of the complete Environment Variables meaning everything from the User Variables and also everything from the System Variables. Another advantage is that the generated json file can be edited afterwards if there is such a need.
Script Developer: Gabriel Mihai Sandu
GitHub Profile: https://github.com/Gabrieliam42