@JanKrygier1@AdamParkhomenko No its because she is Alpha generation, she is on top of her job, her wardrobe/grooming and is respecting the job that she is paid to do. She is highly motivated.
@awakecoding@namazso Installing Windbg is fine, just don't copy its DLLs to system32 - that's why procmon etc. let you pick a dbghelp from a different directory explicitly.
@awakecoding The dbghelp in system32 ships with Windows. The key difference with the Windbg version is not the functionality, but rather that the Windbg directory has symsrv.dll alongside it, while Windows does not ship with this DLL.
@awakecoding@sinclairinat0r No, WIM images are a Windows-specific deployment technology. But perhaps there's other tooling out there that can extract an ARM64 Linux distro installation to a VHD.
@BruceDawson0xB DirNotify’s are directory change notifications. If you waited for 100 secs before a dir you’re watching was modified, you’ll see that as the duration - so it’s best to just ignore these since them being lengthy is always expected and not a problem. See ReadDirectoryChangesW API.