PowerShell: Open File by Default App
Invoke-Item(aliasii)-
open item with default app. (image, pdf, folder, etc.)
# open the current dir in file explorer ii . # open a photo ii photo.jpg
PowerShell. File operations
- PowerShell: Copy File
- PowerShell: Rename File
- PowerShell: Move File
- PowerShell: Delete File
- PowerShell: Create New File
- PowerShell: Create File Symbolic Link, Hard Link, Junction
- PowerShell: Get File Content
- PowerShell: Join Files
- PowerShell: Compare Files (Show Difference)
- PowerShell: search text in files (grep. find string)
- PowerShell: Open File by Default App
- PowerShell: get/set file date time
PowerShell. Profile and Script
- PowerShell: Open File by Default App
- PowerShell: Launch App, Start Process
- PowerShell: Load a Script
- PowerShell: Eval Variable, String, ScriptBlock
- PowerShell: Run PowerShell from cmd.exe via STDIN
- PowerShell: Profile (init file)
- PowerShell: Color Prompt
- PowerShell: Manage PowerShell Profiles
- PowerShell: Create a Script
- PowerShell: File Name Extension
- PowerShell: Get Current Script Path