WSA Link Fixer

Can't open links from WhatsApp, VS Code, or Discord?
Fix the Windows Subsystem for Android (WSA) conflict automatically.

🛑 The Problem

If you have installed Windows Subsystem for Android (WSA)—especially custom versions like WSABuilds—you might notice that clicking web links in desktop apps does nothing.

Symptoms:

⚡ Automatic Fix

This open-source PowerShell script detects the registry conflict, safely backs up the key, and restores your default browser behavior.

How to use:

  1. Download the script using the blue button above.
  2. Right-click on WSA_Link_Fixer.ps1 and select Run with PowerShell.
  3. Follow the on-screen prompts.
⚠️ Windows Security Note: If the script fails to run right-click the file > Properties > Check Unblock at the bottom > Apply.

🛠 Manual Fix

If you prefer not to use the script, you can fix this manually by editing the Windows Registry. Ensure WSA is completely turned off first.

Step 1: Open Registry Editor

Press Win + R, then type regedit, and press Enter.

Step 2: Navigate to the key

Copy and paste this path into the address bar at the top:

Computer\HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppModel\SystemAppData\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\AppUriHandlers

Step 3: Delete or Rename

Find the AppUriHandlers folder (key) and either delete it or rename it to AppUriHandlers_OLD.

Step 4: Restart

Restart your PC or the "Windows Explorer" process via Task Manager to apply changes.