There was an error while loading. Please reload this page.
1 parent a086ce2 commit 0dfbc07Copy full SHA for 0dfbc07
1 file changed
pages/windows/start-process.md
@@ -4,7 +4,7 @@
4
> Can also be used to run Windows programs registered in the `App Paths` Windows Registry despite not registered in `PATH` environment variable.
5
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/start-process>.
6
7
-- Open a specific directory on Windows Explorer (equivalent to `explorer {{path\to\directory}}`):
+- Open a specific directory on Windows Explorer (equivalent to `explorer path\to\directory`):
8
9
`Start-Process {{path\to\directory}}`
10
0 commit comments