Skip to content
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -880,8 +880,8 @@ def _create_launchers(self):
880
880
self .create_launcher (
881
881
'WinPython Terminal.exe' ,
882
882
'terminal.ico' ,
883
- command = '$SYSDIR\cmd .exe' ,
884
- args = r'/k WinPython_Terminal.bat' ,
883
+ command = 'wscript .exe' ,
884
+ args = r'Noshell.vbs WinPython_Terminal.bat' ,
885
885
)
886
886
887
887
self .create_launcher (
@@ -1639,7 +1639,9 @@ def _create_batch_scripts(self):
1639
1639
r"""@echo off
1640
1640
call "%~dp0env_for_icons.bat" %*
1641
1641
if not "%WINPYWORKDIR%"=="%WINPYWORKDIR1%" cd %WINPYWORKDIR1%
1642
- %USERPROFILE%\AppData\Local\Microsoft\WindowsApps\wt.exe""" ,
1642
+ %USERPROFILE%\AppData\Local\Microsoft\WindowsApps\wt.exe
1643
+ exit
1644
+ """ ,
1643
1645
)
1644
1646
1645
1647
You can’t perform that action at this time.
0 commit comments