Install AutoEasy on 64-bit Windows. Do this in order: install Visual C++, download the app, unzip, open the exe, then activate.
Windows only. Unzip the app to drive D: (or any drive other than C:) so a Windows reinstall does not wipe your data.
Install both packages. Missing either one can stop the app from opening.
First redistributable. Download from one source, then install.
Download vcredist_x64 from Google Drive
Second redistributable. Install the same way.
Download VC_redist.x64 from Google Drive
Download the zip, copy it to your install folder, then extract it.
Download AutoEasy from Google Drive
Windows 11 25H2 may block the app on first launch (publisher check, not a virus). Turn off Smart App Control: Windows Security → App & browser control → Smart App control → Off.
After downloading you should have:
vcredist_x64.exeVC_redist.x64.exeAutoeasy_{version}.zipD:\Autoeasy).
If this PC is signed into Microsoft / Outlook on the system Edge, new Edge profiles may sync that login. To keep them separate:
Create a local user (Command Prompt as Administrator):
net user LocalUser * /add
net localgroup administrators LocalUser /add
Restart, sign in as LocalUser. If login still syncs, delete old Edge profiles and retry option 1 or 2.
The app supports Chromium-based browsers. For bulk extension loading, Chrome is harder than these options:
Chrome currently requires installing extensions on each profile; it cannot load them from a folder. See Extensions.
Password-save popups interrupt scripts. Fast path: Command Prompt as Administrator, run each line:
reg add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "PasswordManagerEnabled" /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v "PasswordManagerEnabled" /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Policies\BraveSoftware\Brave" /v "PasswordManagerEnabled" /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Policies\CocCoc" /v "PasswordManagerEnabled" /t REG_DWORD /d 0 /f
Or edit by hand: Windows + R → regedit → HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft → create an Edge key if missing → DWORD PasswordManagerEnabled = 0.
Installation is done. Next: Create a group.