Windows Registry Editor Version 5.00 ; Registers the frazil-bootstrap:// URL scheme on the current user so that ; clicking a link like ; ; frazil-bootstrap://?url=&out= ; ; in any browser launches PowerShell with bootstrap_launcher.ps1, which in ; turn runs bootstrap_session.py with the right args. ; ; Assumes the dashboard repo lives at F:\dashboard. If you cloned it elsewhere, ; edit the path at the bottom before importing. ; ; Install: double-click this file and confirm the registry change. Uninstall ; in Settings → Apps → Default apps → "Choose default apps by link type". [HKEY_CURRENT_USER\Software\Classes\frazil-bootstrap] @="URL:Frazil Bootstrap Protocol" "URL Protocol"="" [HKEY_CURRENT_USER\Software\Classes\frazil-bootstrap\DefaultIcon] @="" [HKEY_CURRENT_USER\Software\Classes\frazil-bootstrap\shell] [HKEY_CURRENT_USER\Software\Classes\frazil-bootstrap\shell\open] [HKEY_CURRENT_USER\Software\Classes\frazil-bootstrap\shell\open\command] @="powershell.exe -ExecutionPolicy Bypass -NoProfile -File \"F:\\dashboard\\bootstrap_launcher.ps1\" \"%1\""