http://valinet6l6tq6d5yohaa6gdsf2ho4qcqcxyj2nahp5kd4z7nsa6ycdqd.onion/2021/08/09/Restore-Windows-11-to-working-Windows-10-UI.html
The idea is what matters. in my opinion, the way it works is the following: the undocking lambda call is made - when UndockingDisabled is set, the call does not create whatever thing it tries to create and return 0 in v31; this is subsequently compared to v32 (which is 0) in this line v8 = (unsigned __int8)winrt::operator==( & v31, & v32) == 0; and assigned to v8, which becomes false aka 0 (as v31 == v32 is true and true == 0 is false); then, when doing if ( !v8 ) , as v8 is false, we...