2 new paths added
parent
ea06a6c466
commit
95fc132118
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue