Files
PowerShell/scripts/open-three-d-viewer.ps1
2025-07-09 15:09:20 +02:00

18 lines
324 B
PowerShell
Executable File

<#
.SYNOPSIS
Launches the 3D-Viewer app
.DESCRIPTION
This script launches the 3D-Viewer application.
.EXAMPLE
PS> ./open-three-d-viewer.ps1
.LINK
https://github.com/fleschutz/PowerShell
.NOTES
Author: Markus Fleschutz | License: CC0
#>
#requires -version 5.1
Start-Process com.microsoft.3dviewer:
exit 0 # success