Browse Source

Update Win 10.ps1

Uncommented line with pause.
pull/23/head
farag2 4 years ago
committed by GitHub
parent
commit
b508d640c4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Win 10.ps1

4
Win 10.ps1

@ -2466,7 +2466,7 @@ $ToastXml.LoadXml($ToastTemplate.OuterXml)
[Windows.UI.Notifications.ToastNotificationManager]::CreateToastNotifier($app).Show($ToastXml) [Windows.UI.Notifications.ToastNotificationManager]::CreateToastNotifier($app).Show($ToastXml)
# Start-Sleep -Seconds 60 Start-Sleep -Seconds 60
# Process startup info # Process startup info
# Параметры запуска процесса # Параметры запуска процесса
@ -3103,4 +3103,4 @@ else
Write-Host "`nNo warnings/errors" -ForegroundColor Green Write-Host "`nNo warnings/errors" -ForegroundColor Green
} }
} }
#endregion End #endregion End

Loading…
Cancel
Save