On Windows 10, a “requires elevation” message when trying to download or install a third‑party app (like the Claude desktop/CLI tools) usually indicates a permissions or policy block rather than a problem with the Claude service itself.
Because the issue is with Windows, use general download/install troubleshooting steps:
- Check Windows download and security settings
- Ensure file downloads are allowed:
- Press Windows key, type
inetcpl.cpl, press Enter.
- Go to Security tab → select Internet zone → Custom level.
- Under Downloads → File download, select Enable.
- Under Miscellaneous → Launching applications and unsafe files, select Prompt (recommended).
- Click OK.
- If downloads are being blocked or flagged as unsafe, this can prevent installers from running correctly.
- Check for antivirus or policy blocks
- “Requires elevation” can appear if antivirus or attachment policies are interfering.
- If a third‑party antivirus is installed, temporarily disable it and retry the download/install. Re‑enable it immediately afterward.
- If downloads are blocked with “virus scan failed” or similar, Attachment Manager policy may be involved. That is controlled under:
-
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments
- The
ScanWithAntiVirus value can affect how downloads are scanned/blocked.
- Registry changes are risky; only adjust them if comfortable and always back up the registry first.
- Confirm the installer is actually being downloaded
- If the browser or Windows is blocking the file, the installer may never fully download, which can lead to misleading errors when trying to run it.
- Try another browser (e.g., Edge instead of Chrome) and save the file to a local folder like
Downloads before running it.
- Run the installer from an elevated session
- Even if the account is an administrator, some operations still require explicit elevation:
- Right‑click the installer file.
- Select Run as administrator.
- If the same message appears immediately, it is likely a policy/AV/Attachment Manager issue rather than a missing admin right.
- If system policies are corrupted or restrictive
- In some cases where Windows policies or system files are corrupted, users have resolved persistent install/elevation issues only by performing a repair install or full OS reinstall from a clean boot/safe mode environment.
- That is a last resort, but it is a known resolution path when Windows will not accept valid admin credentials or repeatedly blocks app installs.
If the problem persists specifically with Claude while other apps install normally, compare:
- Whether other downloaded
.exe or .msi installers from the web run without elevation errors.
- Whether the Claude installer is being flagged or blocked by SmartScreen or antivirus.
References: