Remove unnecessary parameter
This commit is contained in:
parent
c5536c7c75
commit
9715160b98
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ foreach ($module in @("PSWindowsUpdate", "KnownFolders"))
|
|||
|
||||
foreach ($nativeModule in @("PinnedItem")) {
|
||||
if (-not (powershell -c Get-Module -ListAvailable $nativeModule)) {
|
||||
powershell -c Install-Module -AcceptLicense -Force "$nativeModule";
|
||||
powershell -c Install-Module -Force "$nativeModule";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue