Add a context menu for Github Desktop to Windows explorer
Batchfile
7
31 commits
updated Aug 30, 2021
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"
Add a menu in Explorer for your GitHub Desktop installation

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"
Run Add GitHub-Desktop context menu.cmd or Remove GitHub-Desktop context menu.cmd from the zip release
31 commits
Batchfile
100.0%
Add a context menu for Github Desktop to Windows explorer
Batchfile
7
31 commits
updated Aug 30, 2021
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"
Add a menu in Explorer for your GitHub Desktop installation

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"
Run Add GitHub-Desktop context menu.cmd or Remove GitHub-Desktop context menu.cmd from the zip release
31 commits
Batchfile
100.0%