Browse Source
Update Win 10.ps1
Uncommented line with pause.
pull/23/head
farag2
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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 |
|
|
# Параметры запуска процесса |
|
|
# Параметры запуска процесса |
|
|