Created
February 19, 2026 19:44
-
-
Save MyITGuy/a625f2810e9763d30269fdfd72216672 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $cmtrace = "C:\Windows\CCM\CMTrace.exe" | |
| cmd /c assoc .log=CMTrace.LogFile | |
| cmd /c assoc .lo_=CMTrace.LogFile | |
| cmd /c ftype CMTrace.LogFile="$cmtrace" "%1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment