Jump to content

fby

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by fby

  1. Yes correct, could you please share that script?
  2. Dear All, I have simple script that can running well on windows 10 with login local administrator, I have tried run this script on login local user but can't run because need local administrator credential, what script to add user and password local administrator? #RequireAdmin Run(@ScriptDir & '\setup.exe') AutoItSetOption('MouseCoordMode', 0) WinWait('Application') WinActivate('Application') MouseClick('primary' ,374, 374, 1, 0) Sleep(1000) MouseClick('primary' ,187, 321, 1, 0) Sleep(1000) MouseClick('primary' ,372, 374, 1, 0) Sleep(1000) MouseClick('primary' ,165, 120, 1, 0) Sleep(1000) MouseClick('primary' ,170, 254, 1, 0) Sleep(1000) MouseClick('primary' ,388, 372, 1, 0) Sleep(1000) MouseClick('primary' ,360, 378, 1, 0) Sleep(30000) MouseClick('primary' ,375, 376, 1, 0) Sleep(1000) MouseClick('primary' ,373, 375, 1, 0) Best Regards,
×
×
  • Create New...