Questions tagged [autoit]
Windows GUI automation
11 questions
0 votes
1 answer
331 views
passing exe to non-admin user outside network to install software
I'm in a dead end now and need your help. I tried everything I could find on the web, but didn't succeed. I have hundreds of non-admin domain users working on their Windows 10 laptops outside our ...
0 votes
0 answers
4k views
How to auto-unlock a Windows Server programmatically, after hours?
We have an air-gapped Windows Server, not connected to the public or private network. There are a number of routine tasks that must be performed on this machine after hours. These have been automated ...
1 vote
0 answers
150 views
What security settings in IE prevent running autoit form submit macros?
I'm trying to automate logging in to Amazon Web Services with autoit on a fairly hardened windows machine. I can run a script as admin on the box and it works just fine, but when I go in as a user ...
1 vote
0 answers
892 views
Starting an AutoIt Script on RemoteApp Session Logon
I have a AutoIt script that I need to start when a RemoteApp session is created. The script waits for a window to appear and then extracts the text of a certain label and writes it to a file. I ...
2 votes
1 answer
1k views
Mysterious case of automatic logon without the registry settings that ought to trigger it
This question has an overlap with programming, but I think it primarily belongs here. I'm building an elaborate script in AutoIt that switches on autologon so that multiple unattended reboots are ...
2 votes
2 answers
576 views
Provide Administrator credentials within script
I am writing a script that runs from a user account. The script needs to execute another script as the Administrator account. Tried AutoIt's RunAs - didn't work. Tried PsExec - the same. Tried CMD's ...
4 votes
1 answer
147 views
Active Directory management with low user rights
Our problem: The client, a normal user, has to be able to reset multiple passwords at once. Around 30 in one go. This would call for powershell or something along these lines, but for AD and ...
0 votes
1 answer
3k views
Change file associations for all users
I have to configure a bunch of computers with Windows XP and im trying to create a script with Autoit so make my work easier. The issue is the following: I want to make certain extensions to open ...
3 votes
4 answers
2k views
Change all network cards to auto/auto on many machines
Because of a change in networking equipment I might need to set a bunch of machines NICs back to auto negotiate. What's the best way to automate this? I'm thinking an Autoit compiled exe pushed out ...
0 votes
4 answers
10k views
Windows: Running an AutoIt script to launch a GUI app - on a server, when no one is logged in
I want to run an AutoIt script every day at 1:00 AM on a Windows 2003 Server Standard Edition. Since this is a server, obviously there is rarely someone sitting there logged in at the console, so the ...
6 votes
7 answers
3k views
Automating Administration Tasks on Windows
What tools do you use and recommend for automating administration tasks for Windows-based computers? Examples of such tasks include: Installing/upgrading software Standarizing application settings ...