Feb 14, 2023 4 1 Why are the Windows chassis hardware button hotkeys so strange? Raymond Chen Operating within the constraints of the system.
Feb 13, 2023 15 5 Adventures in application compatibility: The case of the display control panel crash on exit Raymond Chen When you get a 64-bit pointer, you probably should remember all 64 of the bits.
Feb 10, 2023 4 3 The case of the RPC_E_DISCONNECTED error thrown from await_resume Raymond Chen You can keep trying, but the result won't change.
Feb 9, 2023 5 0 A more direct and mistake-free way of creating a process in a job object Raymond Chen A new attribute for creating a process directly in a job object.
Feb 8, 2023 0 1 How can I get the original target of a shortcut without applying any 32-bit adjustments? Raymond Chen Disable the fancy tracking.
Feb 7, 2023 3 0 The frustration of finding a suitable time to hold a meeting when the participants are evenly spaced around the globe Raymond Chen Somebody has to suffer, but we try to make sure it's not the same person each time.
Feb 6, 2023 9 1 It rather involved being on the other side of this airtight hatchway: Reading the user’s saved passwords Raymond Chen Only the user can read their own saved passwords, so you must already have gained total control over the user.
Feb 3, 2023 0 1 Inside C++/WinRT: Coroutine completions: Cancellation propagation Raymond Chen Giving up.
Feb 2, 2023 6 0 Hyperlinking to Hutchison Whampoa Limited is still forbidden Raymond Chen Didn't make you look.
Feb 2, 2023 0 0 Inside C++/WinRT: Coroutine completions: Avoiding reentrant completion Raymond Chen Resuming the coroutine directly, rather than consuming yet more stack.