mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-25 11:15:44 +02:00
Improve the comment-based section
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
<#
|
||||
.SYNTAX close-file-explorer.ps1
|
||||
.DESCRIPTION closes Microsoft File Explorer gracefully
|
||||
.LINK https://github.com/fleschutz/PowerShell
|
||||
.NOTES Author: Markus Fleschutz / License: CC0
|
||||
.SYNOPSIS
|
||||
close-file-explorer.ps1
|
||||
.DESCRIPTION
|
||||
Closes Microsoft File Explorer gracefully
|
||||
.EXAMPLE
|
||||
PS> .\close-file-explorer.ps1
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/close-program.ps1" "File Explorer" "explorer" "explorer"
|
||||
|
Reference in New Issue
Block a user