-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPythonFile.reg
More file actions
35 lines (23 loc) · 2.87 KB
/
Copy pathPythonFile.reg
File metadata and controls
35 lines (23 loc) · 2.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Python.File\Shell]
[HKEY_CLASSES_ROOT\Python.File\Shell\editwithidle]
"MUIVerb"="&Edit with IDLE"
"Subcommands"=""
[HKEY_CLASSES_ROOT\Python.File\Shell\editwithidle\shell]
[HKEY_CLASSES_ROOT\Python.File\Shell\editwithidle\shell\edit310]
"MUIVerb"="Edit with IDLE 3.10 (64-bit)"
[HKEY_CLASSES_ROOT\Python.File\Shell\editwithidle\shell\edit310\command]
@="\"C:\\Users\\denby\\AppData\\Local\\Programs\\Python\\Python310\\pythonw.exe\" -m idlelib \"%L\" %*"
[HKEY_CLASSES_ROOT\Python.File\Shell\open]
[HKEY_CLASSES_ROOT\Python.File\Shell\open\command]
@="\"C:\\Windows\\py.exe\" \"%L\" %*"
[HKEY_CLASSES_ROOT\Python.File\Shell\openinterminal]
@="Open in Windows Terminal"
"Icon"="\"F:\\Do Not Move\\terminal.ico\",0"
[HKEY_CLASSES_ROOT\Python.File\Shell\openinterminal\command]
@="wt.exe -w 0 --profile \"Python\" cmd /c \"C:\\Windows\\py.exe\" \"%L\" %*"
[HKEY_CLASSES_ROOT\Python.File\Shell\openinterminalpreview]
@="Open in Windows Terminal Preview"
"Icon"="\"F:\\Do Not Move\\terminalpreview.ico\",0"
[HKEY_CLASSES_ROOT\Python.File\Shell\openinterminalpreview\command]
@="powershell.exe -WindowStyle Hidden \"Start-Process -Verb RunAs cmd.exe -ArgumentList @('/c','start C:\\Users\\denby\\AppData\\Local\\Microsoft\\WindowsApps\\Microsoft.WindowsTerminalPreview_8wekyb3d8bbwe\\wt.exe','-p','\"\"\"Python\"\"\"','\"C:\\Windows\\py.exe\"','\"\"\"%L %*\\.\"\"\"')\""