Skip to content

open-f-drive

Opens the F: drive folder

#requires -version 5.1

& "$PSScriptRoot/open-file-explorer.ps1" "F:"
exit 0

This script has no configurable parameters.

An interactive directory of PowerShell scripts.