Skip to content

Commit

Permalink
GPUpdate silently
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopolo committed May 4, 2015
1 parent 89cf495 commit 2a76274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RS_ResetIPv6.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ devcon.exe install nettun.inf *ISATAP
Write-DiagProgress -Activity "Resetting IPv6 settings" -Status "Netsh interface ipv6 reset"
netsh interface ipv6 reset
Write-DiagProgress -Activity "Updating group policies" -Status "GPUpdate /Force"
gpupdate /force
gpupdate /force /wait:0

$input = Get-DiagInput -Id "WantToRestart"
if($input -eq $true)
Expand Down

0 comments on commit 2a76274

Please sign in to comment.