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.exe
saves the Environment Variables in the current working directory as the filesenv_system_backup.reg
andenv_system_backup.reg
. -
WindowsEnvironmentVariables_Restore.exe
restores the Environment Variables from thoseenv_system_backup.reg
andenv_system_backup.reg
files which should be in the current working directory.
Note: This project helps you save all of the Environment Variables, and restore them at a later time, so it makes a backup of everything from the User Variables and also everything from the System Variables.
Script Developer: Gabriel Mihai Sandu
GitHub Profile: https://github.com/Gabrieliam42