In my older post I covered Procmon findings for Win11_24H2 build. The 26H2 introduces 2 additional phantom DLL libraries:
- C:\Windows\System32\xtajitse.dll
- C:\Windows\System32\xtajitf.dll
In my older post I covered Procmon findings for Win11_24H2 build. The 26H2 introduces 2 additional phantom DLL libraries:
This post doesn’t include anything ground breaking, but is just yet another attempt to describe/document less-known command line arguments of many known, often native to the platform, Windows programs.
When you launch msconfig.exe it shows a well-known configuration dialog box:

It turns out the program accepts less-known command line arguments f.ex.:




All these options make the program write some Registry settings that don’t seem to be too important per se.
For example,
msconfig /commit 2
writes
HKLM\SOFTWARE\Microsoft\Shared Tools\MSConfig\state\bootini = 0
to Registry. It’s not really that interesting.
Still, worth documenting.