for reg in regs: if not reg.startswith("user-"): continue user = opusnt.regTmpPath + reg opusnt.runReg(["add",user + "\\Control Panel\\Accessibility\\Keyboard Response","/v","Flags","/t","REG_SZ","/d","112","/f"]) opusnt.runReg(["add",user + "\\Control Panel\\Accessibility\\MouseKeys","/v","Flags","/t","REG_SZ","/d","58","/f"]) opusnt.runReg(["add",user + "\\Control Panel\\Accessibility\\StickyKeys","/v","Flags","/t","REG_SZ","/d","442","/f"]) opusnt.runReg(["add",user + "\\Control Panel\\Accessibility\\ToggleKeys","/v","Flags","/t","REG_SZ","/d","58","/f"])