Skip to content

Commit

Permalink
(chocolateyGH-399) Rename function and add alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Broadwith committed Jan 28, 2020
1 parent a598600 commit 9f81dc6
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Set-TaskbarOptions {
function Set-BoxstarterTaskbarOptions {
<#
.SYNOPSIS
Sets options for the Windows Task Bar.
Expand Down Expand Up @@ -237,4 +237,6 @@ multi-monitor support and always combine icons on non-primary monitors.
}

Restart-Explorer
}
}

New-Alias -Name Set-TaskbarOptions -Value Set-BoxstarterTaskbarOptions

0 comments on commit 9f81dc6

Please sign in to comment.