Skip to main content

Questions tagged [autoit]

AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting.

2 votes
2 answers
617 views

Shortcut to switch between visible windows?

Often, I'll have two or three different applications/windows open side-by-side in split screen mode. I'd like to know if there's a specific shortcut to switch/cycle between windows that are visible to ...
Shudhesh Velusamy's user avatar
3 votes
1 answer
775 views

How to split multi-line clipboard data (e.g. from Excel) in single-line "pastes", one CTRL+V at a time

To illustrate my dilemma as simply as possible: I have a list of values ranging from 1-10 that I want to copy and store. When I press Ctrl+V (or any paste execution), I want 1 to be displayed. When I ...
user1681312's user avatar
0 votes
0 answers
47 views

Multiple cursors at once functionality, just as in the Visual Studio Code but in every Windows application?

Was wondering if this: https://code.visualstudio.com/docs/editor/codebasics can be implemented with WinApi or by DLL calls using something such as https://www.autohotkey.com/docs/commands/DllCall.htm ...
user96769's user avatar
2 votes
1 answer
2k views

Is there a way to ping a Bluetooth device from Windows?

I am trying to automate CCTV arming on Windows 10 using AutoIt - trying to arm the camera when I am not at home by pinging my phone (Samsung Galaxy S7). I tried pinging the phone's local IP address, ...
user2048695's user avatar
3 votes
1 answer
76 views

autoit create a batch that sends ' type o.txt | clip ' not working

i spent hours on documentation and forums to try and figure this out. the code runs without an error but the batch script doesn't get executed. i spared the reader the #include<*> part because ...
burih yidah leib's user avatar
3 votes
1 answer
284 views

making a batchfile in autoit

i checked my file with MsgBox($MB_SYSTEMMODAL, "", "Contents of the file:" & @CRLF & $sFileRead) so i know i created the file successfully but when i want to change it to .bat by moving it ...
burih yidah leib's user avatar
3 votes
1 answer
2k views

Auto-typing passwords etc. into a Hyper-V guest is not working. What can I do?

I am running several virtual machines (Windows and Linux) on a Hyper-V server. I want to use Keepass to enter passwords stored on my local machine through the Hyper-V connection into the remote ...
Physikbuddha's user avatar
0 votes
1 answer
857 views

Disable shortcut target field

I am using AutoIT to create shortcut to desktop and also will forced to launch as kiosk by adding the parameter at the end of the target field. But how can I disable the target field from editing when ...
Jack Wong's user avatar
1 vote
0 answers
319 views

How to run the process with SYSTEM privileges when a scheduled task is created using AutoIt

I have one task which triggers the exe on system start. Task is created with highest privileges and SYSTEM privileges but actual process runs with user level privileges. How to run the process also ...
rockIT's user avatar
  • 21
4 votes
2 answers
6k views

Run executable file from task scheduler NOT in background W7

I created an AutoIt script that opens a certain app, and proceeds with a certain behavior. When I compile it, Autoit gives an executable file. If I run it, it works finely and smoothly. Now: I need ...
JD Gamboa's user avatar
  • 143
1 vote
1 answer
888 views

AutoIt Error when charging laptop

This message appears when I charge the laptop (hp) and disappears when I remove the charger, tiyfmr.clh file in the message I can't find it in vlegjw folder and vlegjw is hidden and only display when ...
user881254's user avatar
0 votes
1 answer
591 views

autoit script help!stop process when is IDLE for 1 min

I found this interesting script: Opt("WinTitleMatchMode", 3) ;3 = exact title match Opt("TrayIconDebug", 1) $S_running = "check-4-app" ;name the script If WinExists($S_running) Then Exit ...
michael johns's user avatar
1 vote
0 answers
586 views

How to run a task without login using Autoit after reboot of the machine

I have two tasks test1 and test2. test1 is for system start up and test2 is for log on. Everything works fine until a restart of the machine happens. When a restart happens and I don't login no task ...
rockIT's user avatar
  • 21
1 vote
2 answers
442 views

how do I insert text between specific lines?

I am working with AutoIT to add a new entry to a text file. However I need to add it between the last line and second last line. var informationtechnologydivisionmanager = [ { "name": "...
GettingStarted's user avatar
0 votes
0 answers
69 views

How to keep Alt+Shift from inadvertently opening the menu bar of the current app on Windows (or how to make ALT purely a modifier key) [duplicate]

I'm a long-time Linux user, and a non-native speaker. Just like in Windows, Linux supports the Alt+Shift keyboard combination to switch between input languages. However, its behavior is more forgiving ...
anrieff's user avatar
  • 221

15 30 50 per page