Skip to content

Commit d8a0c4c

Browse files
committed
docs
1 parent c3c56f2 commit d8a0c4c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,14 +187,13 @@ Start Windows Terminal at the given folder.
187187
In the Windows Terminal settings define:
188188

189189
```
190-
"commandline" : "powershell.exe -nologo",
191190
"startingDirectory" : null,
192191
```
193192

194193
**Name**: `Windows Terminal`
195194
**Path**: `wt.exe`
196195
**Show for directories**: `checked`
197-
**Icon**: `D:\Apps\OpenWithPlusPlus\Icons\Windows Terminal.ico`
196+
**Icon**: `%OpenWithPPDir%\Icons\Windows Terminal.ico`
198197

199198
Open with++ includes a Windows Terminal ICO file, this icon can be used to create a shortcute in order to pin it to the start menu, in the shortcut settings the working directory can be set, something the original UWP start menu entry does not allow.
200199

@@ -204,7 +203,7 @@ Open with++ includes a Windows Terminal ICO file, this icon can be used to creat
204203
**Name**: `Execute`
205204
**File Types**: `ps1`
206205
**Path**: `wt.exe`
207-
**Arguments**: `powershell.exe -nologo -noexit -file %paths%`
206+
**Arguments**: `-- powershell.exe -NoLogo -NoExit -ExecutionPolicy Unrestricted -File %paths%`
208207
**Icon**: `D:\Apps\OpenWithPlusPlus\Icons\Windows Terminal.ico`
209208

210209

0 commit comments

Comments
 (0)