invoke-item

Open files in their respective default programs. This command can…

Invoke-Item

Open files in their respective default programs. This command can only be used through PowerShell. More information: https://docs.microsoft.com/powershell/module/microsoft.powershell.management/invoke-item.

Invoke-Item -Path {{path/to/file}}

Invoke-Item -Path {{path/to/directory/*}}

Invoke-Item -Path {{path/to/directory/*.png}}

Invoke-Item -Path {{path/to/directory/*}} -Include {{*keyword*}}

Invoke-Item -Path {{path/to/directory/*}} -Exclude {{*keyword*}}

Invoke-Item -Path {{path/to/directory/*}} -WhatIf

Также может быть вам интересно:
Windows
← if invoke-webrequest →