PowerShell/Scripts/close-file-explorer.ps1
2021-10-04 21:29:23 +02:00

16 lines
317 B
PowerShell
Executable File

<#
.SYNOPSIS
Closes Microsoft's File Explorer
.DESCRIPTION
close-file-explorer.ps1
.EXAMPLE
PS> ./close-file-explorer
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/close-program.ps1" "File Explorer" "explorer" "explorer"
exit 0 # success