Originally created by @Kazumasan on GitHub (Nov 10, 2025).
Original GitHub issue: https://github.com/fosrl/olm/issues/50
Originally assigned to: @oschwartz10612, @Copilot on GitHub.
### Describe the Bug
When the Program is uninstalled, it removes the whole SYSTEM PATH variable, not only the entry for OLM on Windows11
Healthy System PATH var:
<img width="1464" height="174" alt="Image" src="https://github.com/user-attachments/assets/0ad20d4a-99ad-41b9-85ad-b0b2f45490fb" />
after uninstall and reinstall 😄
<img width="795" height="215" alt="Image" src="https://github.com/user-attachments/assets/cf49380f-0781-425b-b34c-9e772bc0ab3f" />
Noticed because I wanted to check tunnel status, after uninstalling 0.8 and reinstalling 1.0, with `route` and `ping` but got this in return.
<img width="1233" height="252" alt="Image" src="https://github.com/user-attachments/assets/937596f3-a214-4c92-a354-a404ef509c40" />
### Environment
- OS Type & Version: Win11 24H2 26100
- Olm Version: (if applicable): 0.8 - 1.0
----
- Pangolin Version: N/A
- Gerbil Version: N/A
- Traefik Version: N/A
- Newt Version: N/A
### To Reproduce
Uninstall OLM and check Path with powershell or GUI
`[System.Environment]::GetEnvironmentVariable('PATH', 'Machine') `
### Expected Behavior
Just remove the Entry for OLM from System path.
GiteaMirror
added the bug label 2026-05-24 18:10:37 -05:00
@oschwartz10612 commented on GitHub (Nov 10, 2025):
Could you confirm if this still is an issue with the latest version?
<!-- gh-comment-id:3513906891 -->
@oschwartz10612 commented on GitHub (Nov 10, 2025):
Could you confirm if this still is an issue with the latest version?
<!-- gh-comment-id:3514593833 -->
@oschwartz10612 commented on GitHub (Nov 11, 2025):
I think this has to do with the PATH code in https://github.com/fosrl/olm/blob/main/olm.iss
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @Kazumasan on GitHub (Nov 10, 2025).
Original GitHub issue: https://github.com/fosrl/olm/issues/50
Originally assigned to: @oschwartz10612, @Copilot on GitHub.
Describe the Bug
When the Program is uninstalled, it removes the whole SYSTEM PATH variable, not only the entry for OLM on Windows11
Healthy System PATH var:
after uninstall and reinstall 😄
Noticed because I wanted to check tunnel status, after uninstalling 0.8 and reinstalling 1.0, with
routeandpingbut got this in return.Environment
To Reproduce
Uninstall OLM and check Path with powershell or GUI
[System.Environment]::GetEnvironmentVariable('PATH', 'Machine')Expected Behavior
Just remove the Entry for OLM from System path.
@oschwartz10612 commented on GitHub (Nov 10, 2025):
Could you confirm if this still is an issue with the latest version?
@Kazumasan commented on GitHub (Nov 10, 2025):
@oschwartz10612 Sorry, actually is current version. It's missreported on installed Apps:
@oschwartz10612 commented on GitHub (Nov 11, 2025):
I think this has to do with the PATH code in https://github.com/fosrl/olm/blob/main/olm.iss