I got a version that creates the keys correctly, but it says 'Access is denied' Like we need to bump to admin somehow: Code: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\shell\ApplyMouseLagFix] @="Apply Mouse Lag Fix" "NoWorkingDirectory"="" [HKEY_CLASSES_ROOT\*\shell\ApplyMouseLagFix\command] @="reg.exe Add \"HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\AppCompatFlags\\Layers\" /v \"%1\" /d \"NoDTToDITMouseBatch\"" "IsolatedCommand"="reg.exe Add \"HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\AppCompatFlags\\Layers\" /v \"%1\" /d \"NoDTToDITMouseBatch\""
Ahhh, I didn't have that problem because I disable UAC on my systems. Spent a good hour or two researching how to run things with UAC elevation from Command Line and can't find anything built in. There is the "runas" command but even then that's a bunch of weirdness. Why does M$ make it so difficult to run something as Admin from Command Line....