Environment Variable Configurator
Downloads and support
Self-service guidance for installing and maintaining Environment Variable Configurator on Windows. Download the current stable build below, then verify the published SHA-256 checksum before running it.
Download and run
Download EnvironmentManager.exe for Windows x64 directly from this site. There is no installer: save the executable in a folder you will keep, then run it from there. The administrator editor relaunches the same executable with elevated rights when you choose system-scope editing.
- Download EnvironmentManager.exe from this site.
- Save it in a lasting folder, such as a folder under your user profile.
- Run the file from that folder.
Microsoft Edge may ask you to Keep the download
Microsoft Defender SmartScreen often flags uncommon executables that are not Authenticode-signed. PDFUtil, Screenshot Capture, Notepad++ Clone and Environment Variable Configurator currently ship as unsigned bundles, so Edge may show a warning. Some Edge versions ask you to choose Keep. Some also ask for Keep anyway. That warning is a reputation and publisher check. It does not mean a Baker Utilities checksum failed. Keep the file only when you started the download from this site. A matching SHA-256 checksum confirms that the downloaded bytes match the published release. It does not itself prove publisher identity.
- After the download starts, open Downloads in Microsoft Edge.
- Open the menu for EnvironmentManager.exe and choose Keep only when you started the download from this site.
- If Edge shows a further SmartScreen prompt, open the Delete menu and choose Keep anyway.
Some Edge versions finish the download after Keep. Some show a further Keep anyway prompt. Optional: verify the SHA-256 checksum before you run the file. Do not run it if the checksum does not match.
Verify the SHA-256 checksum (Optional)
A SHA-256 checksum is a fingerprint of the downloaded file. Use it to confirm that EnvironmentManager.exe matches the published release before you run it. A matching checksum does not itself prove publisher identity. Do not run the file if the checksum does not match.
- Download EnvironmentManager.exe and the matching .sha256 file from this page, or copy the SHA-256 value shown under File details and checksum.
- Open PowerShell in the folder that contains the downloaded executable.
- Paste the compare command below. PowerShell reports whether the checksum matches.
- If the checksum does not match, do not run the file. Download it again from this site.
Compare against the published release
if ((Get-FileHash -Algorithm SHA256 .\EnvironmentManager.exe).Hash -eq '05ba76f319681bf8087595ceb27009b3bd445dbbf2cbaee214ae0fd6b43f3060') { 'Checksum matches' } else { 'Checksum does not match. Do not run this file.' }Updating
Environment Variable Configurator checks the signed HTTPS stable manifest, downloads the newer executable, and compares the SHA-256 hash with the published value. If the hash does not match, the update aborts and the installed version stays in place.
Rollback
Keep the previous executable until you confirm the new version works. If a release is withdrawn, Baker Utilities will point the stable download back to the last known-good version and document the change on the release notes page.
Related pages
Stable release Environment Variable Configurator 1.0.2
- Published
- 20 September 2026 (UTC)
Microsoft Edge may ask you to choose Keep. Some versions also ask for Keep anyway. That is expected for the current unsigned build. Why this happens and how to verify the download.
Release notes for 1.0.2Previous versionsFile details and checksum
Direct download from public object storage. Verify the SHA-256 checksum before running the executable.
- Version
- Environment Variable Configurator 1.0.2
- File size
- 133.9 MiB (140,397,272 bytes)
- SHA-256
- 05ba76f319681bf8087595ceb27009b3bd445dbbf2cbaee214ae0fd6b43f3060
Return to the Environment Variable Configurator product page.