diff --git a/scripts/Windows/Software/PinnedItem/Manage.ps1 b/scripts/Windows/Software/PinnedItem/Manage.ps1 index ec97de39..4500e586 100644 --- a/scripts/Windows/Software/PinnedItem/Manage.ps1 +++ b/scripts/Windows/Software/PinnedItem/Manage.ps1 @@ -6,7 +6,7 @@ param ( . "$PSScriptRoot/../../../Common/Software/PowerShell/Module.ps1"; . "$PSScriptRoot/../../../Common/Scripts/Software.ps1"; -$parameters = Get-ModuleInstallerComponents "PinnedItem" -NativeOnly; +$parameters = Get-ModuleInstallerComponents "PinnedItem" -NativeOnly -NoProfile; foreach ($key in $PSBoundParameters.Keys) { $parameters.Add($key, $PSBoundParameters.TryGetValue($key));