Skip to main content
Baker Utilities

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.

  1. Download EnvironmentManager.exe from this site.
  2. Save it in a lasting folder, such as a folder under your user profile.
  3. 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.

  1. After the download starts, open Downloads in Microsoft Edge.
  2. Open the menu for EnvironmentManager.exe and choose Keep only when you started the download from this site.
  3. 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.

  1. Download EnvironmentManager.exe and the matching .sha256 file from this page, or copy the SHA-256 value shown under File details and checksum.
  2. Open PowerShell in the folder that contains the downloaded executable.
  3. Paste the compare command below. PowerShell reports whether the checksum matches.
  4. 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.

Stable release Environment Variable Configurator 1.0.2

Published
20 September 2026 (UTC)
Download Environment Variable Configurator 1.0.2

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 versions
File 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.