2 new paths added
parent
ea06a6c466
commit
95fc132118
|
@ -6,20 +6,37 @@
|
||||||
. C:\Windows\diagnostics\system\AERO\CL_Invocation.ps1
|
. C:\Windows\diagnostics\system\AERO\CL_Invocation.ps1
|
||||||
SyncInvoke <executable> [args]
|
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:
|
Acknowledgements:
|
||||||
* Jimmy - @bohops
|
* Jimmy - @bohops
|
||||||
|
* Pierre-Alexandre Braeken @pabraeken (Audio + WindowsUpdate)
|
||||||
|
|
||||||
Code sample:
|
Code sample:
|
||||||
|
|
||||||
|
|
||||||
Resources:
|
Resources:
|
||||||
* https://twitter.com/bohops/status/948548812561436672
|
* https://twitter.com/bohops/status/948548812561436672
|
||||||
|
* https://twitter.com/pabraeken/status/995107879345704961
|
||||||
|
|
||||||
Full path:
|
Full path:
|
||||||
```
|
```
|
||||||
C:\Windows\diagnostics\system\AERO\CL_Invocation.ps1
|
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:
|
Notes:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue