Win 8.1 Pro x64 - Weird Mouse Lag in Games

Discussion in 'Windows 8' started by dback, Sep 27, 2013.

  1. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,432
    11,763
    240
    #121 murphy78, Nov 15, 2013
    Last edited by a moderator: Apr 20, 2017
    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\""
    
    
    
     
  2. Puremin0rez

    Puremin0rez MDL Senior Member

    Nov 24, 2010
    267
    162
    10
    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....
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...