Jan 31, 2018 0 0 How can I get a signature for a Windows system that will remain unchanged even if the user reinstalls Windows? Raymond Chen The SystemIdentification class will give you something.
Jan 30, 2018 0 0 Communication by hand signals, and other complex coordination problems Raymond Chen The secret language.
Jan 30, 2018 0 2 Why does hypervisor remain enabled even when Hyper-V is disabled in Windows Features? Raymond Chen Because somebody else needs it.
Jan 29, 2018 0 0 Well that was a helpful error message Raymond Chen I guess they don't know what went wrong either.
Jan 26, 2018 0 0 The saga of Heartland vs. The United States Beet Sugar Association Raymond Chen Is molasses a foreign substance with respect to sugar?
Jan 26, 2018 0 0 How can I reserve a range of address space and create nonzero memory on demand when the program reads or writes a page in the range, even when multithreading? Raymond Chen Some memory mapping magic.
Jan 25, 2018 0 0 Like love, taxes make people do the strangest things Raymond Chen Tariff engineering.
Jan 25, 2018 0 0 How can I reserve a range of address space and create nonzero memory on demand when the program reads or writes a page in the range? Raymond Chen Swizzle me this.
Jan 24, 2018 0 0 How can I reserve a range of address space and receive notifications when the program first reads or writes a page in the range? Raymond Chen Be in the exception handler chain.