|
Typically people will have licensed Windows machines. It's not like they can't operate fine without the license anyway...lol. So, here is the method I use for clients when it comes to registry hacks for auto-signing into a local account on Windows 10!
Open Registry Editor by searching it in the Windows search in the bottom left of your taskbar:
 After opening Registry Editor, nagivate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

Now add 3 string values and rename them all to the following: 1. AutoAdminLogon (set the value on it to 1 by double-clicking on the string) 2. DefaultUsername (type in whatever the local username of your pc is in this string)
You can check what username you use on your pc by going into Computer Management. You can search this down below in the Windows search bar.

Inside of Computer Management, select Local Users and Groups.

Now double click on Users.

Administrator is a good example here so that's what you would end up putting in the DefaultUsername string in the Registry Editor. 3. DefaultPassword (type the password for whatever account you use here in this string)
This is what you should have now. My username and password is different compared to yours though.
Test by rebooting now and you should be all up & working now!
|