Create Command Line Arguments From RegEdit
- Open the
Run
window by holdingWindows
and pressingR
on the keyboard. - Execute
regedit
from theRun
window. - Enter
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths
in the address bar of theregedit
window. - Right click on
App Paths
and selectNew
>Key
from the Menu. - Enter
pycharm.exe
as the name of the key. - Double click on the
default
value listed to edit it.- Enter the full path of
pycharm.exe
as it lives on your machine.
- Enter the full path of