mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-01 18:42:35 -05:00
Update functions/private/Set-WinUtilTaskbarItem.ps1
Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
This commit is contained in:
@ -1,3 +1,4 @@
|
|||||||
|
function Set-WinUtilTaskbaritem {
|
||||||
<#
|
<#
|
||||||
|
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
@ -18,9 +19,6 @@
|
|||||||
Set-WinUtilTaskbaritem -overlay "C:\path\to\icon.png"
|
Set-WinUtilTaskbaritem -overlay "C:\path\to\icon.png"
|
||||||
|
|
||||||
#>
|
#>
|
||||||
|
|
||||||
|
|
||||||
function Set-WinUtilTaskbaritem {
|
|
||||||
param (
|
param (
|
||||||
[double]$value,
|
[double]$value,
|
||||||
$state,
|
$state,
|
||||||
|
Reference in New Issue
Block a user