PowerToys

https://learn.microsoft.com/en-us/windows/powertoys/

PowerShell

# Pipe to clipboard
ls -Name | clip

# Open current directory in File Explorer
explorer .
start .
ii . # Invoke-Item