Skip to content

Instantly share code, notes, and snippets.

@MoatazAbdAlmageed
Created May 20, 2026 22:56
Show Gist options
  • Select an option

  • Save MoatazAbdAlmageed/393ccf4e82beb215d85c5deecf58d396 to your computer and use it in GitHub Desktop.

Select an option

Save MoatazAbdAlmageed/393ccf4e82beb215d85c5deecf58d396 to your computer and use it in GitHub Desktop.
Add Antigravity IDE to Windows context menu
Windows Registry Editor Version 5.00
; -------------------------------------------------------
; Right-click ON a folder -> "Open in Antigravity IDE"
; -------------------------------------------------------
[HKEY_CLASSES_ROOT\Directory\shell\OpenInAntigravity]
@="Open in Antigravity IDE"
"Icon"="%LOCALAPPDATA%\\Programs\\Antigravity\\Antigravity IDE.exe,0"
[HKEY_CLASSES_ROOT\Directory\shell\OpenInAntigravity\command]
@="\"C:\\Users\\%USERNAME%\\AppData\\Local\\Programs\\Antigravity\\Antigravity IDE.exe\" \"%V\""
; -------------------------------------------------------
; Right-click INSIDE a folder (background) -> "Open in Antigravity IDE"
; -------------------------------------------------------
[HKEY_CLASSES_ROOT\Directory\Background\shell\OpenInAntigravity]
@="Open in Antigravity IDE"
"Icon"="%LOCALAPPDATA%\\Programs\\Antigravity\\Antigravity IDE.exe,0"
[HKEY_CLASSES_ROOT\Directory\Background\shell\OpenInAntigravity\command]
@="\"C:\\Users\\%USERNAME%\\AppData\\Local\\Programs\\Antigravity\\Antigravity IDE.exe\" \"%V\""
; -------------------------------------------------------
; Right-click on Desktop background -> "Open in Antigravity IDE"
; -------------------------------------------------------
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\OpenInAntigravity]
@="Open in Antigravity IDE"
"Icon"="%LOCALAPPDATA%\\Programs\\Antigravity\\Antigravity IDE.exe,0"
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\OpenInAntigravity\command]
@="\"C:\\Users\\%USERNAME%\\AppData\\Local\\Programs\\Antigravity\\Antigravity IDE.exe\" \"%V\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment