2 new paths added

master
giMini 2018-05-11 21:06:45 -04:00 committed by GitHub
parent ea06a6c466
commit 95fc132118
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -6,20 +6,37 @@
. C:\Windows\diagnostics\system\AERO\CL_Invocation.ps1
SyncInvoke <executable> [args]
```
```
. C:\Windows\diagnostics\system\Audio\CL_Invocation.ps1
SyncInvoke <executable> [args]
```
```
. C:\Windows\diagnostics\system\WindowsUpdate\CL_Invocation.ps1
SyncInvoke <executable> [args]
```
Acknowledgements:
* Jimmy - @bohops
* Pierre-Alexandre Braeken @pabraeken (Audio + WindowsUpdate)
Code sample:
Resources:
* https://twitter.com/bohops/status/948548812561436672
* https://twitter.com/pabraeken/status/995107879345704961
Full path:
```
C:\Windows\diagnostics\system\AERO\CL_Invocation.ps1
```
```
C:\Windows\diagnostics\system\Audio\CL_Invocation.ps1
```
```
C:\Windows\diagnostics\system\WindowsUpdate\CL_Invocation.ps1
```
Notes: