Windows Troubleshooting¶
Windows Defender Blocked the CLI¶
Windows Defender SmartScreen may flag the Hydron CLI installer or binary as unrecognized and block it from running. This happens because the executable is newly signed or not yet widely distributed — not because it is malicious.
You will see one of these messages:
- "Windows protected your PC" — SmartScreen blocked the installer
- "This app can't run on your PC" — Defender removed the binary after download
- A PowerShell error during
irm ... | iexwith no further output
Option 1 — Run Anyway (SmartScreen Prompt)¶
If SmartScreen shows the "Windows protected your PC" dialog:
- Click More info
- Click Run anyway
The installer proceeds normally.
Option 2 — Add a Defender Exclusion (Recommended for Persistent Use)¶
If Defender silently quarantines the binary after install, add an exclusion for the Hydron install directory.
Via Windows Security UI:
- Open Windows Security → Virus & threat protection
- Under Virus & threat protection settings, click Manage settings
- Scroll to Exclusions → click Add or remove exclusions
- Click Add an exclusion → choose Folder
- Navigate to
%LOCALAPPDATA%\hydronand select it - Click Select Folder
Via PowerShell (run as Administrator):
Then re-run the installer:
Option 3 — Disable Real-Time Protection Temporarily¶
Use this only if the exclusion approach does not work.
- Open Windows Security → Virus & threat protection
- Under Virus & threat protection settings, click Manage settings
- Toggle Real-time protection to Off
- Run the Hydron installer
- Toggle Real-time protection back to On immediately after
Warning
Re-enable real-time protection as soon as the install completes. Leaving it off exposes your system.
Verify the Install¶
After completing any of the steps above, confirm Hydron is working:
If the command is not found, open a new PowerShell window — the PATH update from the installer may not have applied to your current session.
Tip
If you continue to see issues after following these steps, reach out at support@h2loop.ai with the exact error message.