Jan 31, 2017 Post comments count0 Post likes count0 Why does my Surface power brick keep blinking on and off? Raymond Chen Power negotiations break down.
Jan 30, 2017 Post comments count0 Post likes count0 Creating an object on the other side of the airtight hatchway isn’t yet a security vulnerability Raymond Chen What can you do with that object?
Jan 27, 2017 Post comments count0 Post likes count1 How can a COM local server keep itself alive even though there are no active clients? Raymond Chen CoAddRefServerProcess to the rescue.
Jan 26, 2017 Post comments count0 Post likes count1 How can I control the directory from which my delay-loaded DLL is loaded? Raymond Chen Use the hook.
Jan 25, 2017 Post comments count0 Post likes count0 Are there alternatives to _lock and _unlock in Visual Studio 2015? Raymond Chen This is unlikely to work.
Jan 24, 2017 Post comments count0 Post likes count0 Why do my program’s notifications sometimes show a small icon, and sometimes a large icon? Raymond Chen And why does it sometimes show the program name?
Jan 23, 2017 Post comments count0 Post likes count1 How do I prevent users from terminating a service? Raymond Chen Use the ACL.
Jan 20, 2017 Post comments count0 Post likes count0 How important is it nowadays to ensure that all my DLLs have non-conflicting base addresses? Raymond Chen Not so much, since ASLR changes it anyway.
Jan 19, 2017 Post comments count0 Post likes count0 A fine detail on how DLLs are relocated as the result of a base address collision, and consequences Raymond Chen Fixed up as necessary, but only as necessary.
Jan 18, 2017 Post comments count0 Post likes count0 Does ASLR relocate all DLLs by the same offset? Raymond Chen No.