Questions tagged [autologon]

28 questions
6
votes
1 answer

Windows 7 Answerfile - Autologon Not Working

I've created a new answerfile for Windows 7 deployments which needs an account to log in automatically so several scripts I've written can do their thing. I read in the Microsoft documentation that AutoLogon requires the AutoLogon component and the…
Colyn1337
  • 1,228
3
votes
1 answer

Autologin Windows 10 20H2

I have a Windows 10 Pro (32 Bit Version 20H2 Build 19042.789 Windows Feature Experience Pack 120.2212.551.0) computer that runs a weather station and uploads data to several sites. To assure data is uploaded I had the system set to autologin a…
Dave M
  • 13,250
3
votes
3 answers

Windows: Enable autologon for two users

From Microsoft's autologon documentation, it appears only one user can be configured to autologon on startup How to turn on automatic logon in Windows Since the registry entry is made to HKEY_LOCAL_MACHINE and keys are named DefaultUsername and…
1
vote
2 answers

PC Auto-Logon without connected monitor

I'm using a few inexpensive PCs to control some remote equipment. They are running Windows 10 and the scripts start automatically on sign-in. Sometimes, the PCs, may lose power and I want them to auto-logon WITHOUT a monitor connected. At the…
David O
  • 11
1
vote
1 answer

How to bypass Login-Screen in Windows 10 after standby?

I have a client running Windows 10 Home, and a user without a password that I have setup for automatic logon after boot. This works fine if I completely boot the computer from power-off leading to the user seing the desktop after boot without…
Erik
  • 1,487
1
vote
0 answers

How can I start an interactive session (desktop) in the background?

Question: How can I start an interactive session (desktop) in the background using e.g. psexec or similar tools ? I would like to later connect to this session using tscon.exe Background information: We got very special security and legal…
1
vote
1 answer

Windows 10 Autologon

I am using the following registry settings on a Windows 10 Ent x64 LTSB 1607 system that are pushed via GPO. The policy applies fine, however the desired effect of automatically logging in does not work.…
0
votes
2 answers

Script to enable autologon for users on a domain won't work unless I run it twice

So I'm having an issue with a script that enables autologon domain users. For some reason I have to run it twice for the option to be enabled on the computer. The Script: @echo off REM Set variables set /p user-name= What is the username? set /p…
0
votes
1 answer

How to log in into a user account that a password with a batch file? Or any other settings?

I think I've seen this before but I've never given it much consideration. I usually do not have a password for my own user account, and it's the default one. I set up an automatic boot on BIOS setup and it does that every morning, and automatically…
Ashfaaq
  • 51
0
votes
0 answers

Cannot override Windows 7 Autologon

I am using Windows 7 I have configured my registry to Autologon with Username1 / Password1. Normal / Desired procedure: Computer starts I interrupt the Autologon by pressing the Shift Key The "Press Alt+Ctrl+Del" screen appears I press…
0
votes
0 answers

Force Autologon after boot menu choice without restart

I’m new to this great forum. Ok, I created a boot menu for Windows 7 with 2 options: Normal start and Auto start. When a user selects Normal then Windows starts normally and goes to Ctrl+Alt+Del… And when a user selects Auto then I want the pc to…
0
votes
0 answers

Windows 10 login screen user avatar shows after geneneric placeholder. How to prevent it?

I am (actually trying to set it) using Windows 10 IOT LTS Enterprise Edition in the kiosk mode. I have autologin enabled. During the autologin, Windows is displaying the login screen. I prefer to disable it completely - but I tried almost everything…
0
votes
1 answer

Start user session without logon upon restart

I've seen this question but I have a specific requirement: I need to have a windows server machine start the user session after a restart without unlocking the user screen. The reason for that is that I need a lot of stuff to run automatically on a…
Mefitico
  • 143
0
votes
1 answer

PowerShell, Windows 10 autologon inside a Hyper-V VM

I have a pristine Windows 10 VM inside a newly installed Hyper-V on a newly setup Windows 10 host, and have been trying to get the VM to autologon using PowerShell. I've spent quite a few hours on this, over 3 weeks, going through dozens of pages,…
YorSubs
  • 1,087
0
votes
2 answers

vbs script not logging in list of domain joined pcs

I have a script that get a file containing pc name and logged in automatically this scenario works fine for local account but for domain account it won't work actually computer boot up network won't initialize thats why it shows error on pcs "No…
1
2