Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.39 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.39 KB

Quick-install GitHub-Desktop & context menu:

Run the following in Run ⊞+r, or in a Cmd window:

powershell -nop -c "Invoke-WebRequest -Uri 'https://github.com/heetbeet/GitHub-Desktop-context-menu/raw/main/Install%20Github%20Desktop.cmd' -OutFile $env:Temp/_.cmd; Start-Process $env:Temp/_.cmd"

GitHub Desktop context menu

Add a menu in Explorer for your GitHub Desktop installation

image image

Quick-install menus:

Run the following command in Run ⊞+r, or in a Cmd window:

  • Add menu

    powershell -nop -c "Invoke-WebRequest -Uri 'https://github.com/heetbeet/GitHub-Desktop-context-menu/raw/main/Add%20GitHub-Desktop%20context%20menu.cmd' -OutFile $env:Temp/_.cmd; Start-Process $env:Temp/_.cmd"
    
  • Remove menu

    powershell -nop -c "Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/heetbeet/GitHub-Desktop-context-menu/main/Remove%20GitHub-Desktop%20context%20menu.cmd' -OutFile $env:Temp/_.cmd; Start-Process $env:Temp/_.cmd"
    

Alternative installation

Run Add GitHub-Desktop context menu.cmd or Remove GitHub-Desktop context menu.cmd from the zip release