Situatie
With automatic lock at sign-in, your PC will automatically sign in and launch and startup programs when it boots—but it will lock itself and you’ll have to enter your password to use it. This isn’t as secure as avoiding automatic sign-in as your user account password will still be stored and automatically entered by the system, but it’s better than just having your PC automatically start and offer an unrestricted desktop.
Solutie
Pasi de urmat
To do this, all you have to do is make Windows run the following command when it signs in:
rundll32.exe user32.dll, LockWorkStation
This command will lock your system. It accomplishes the same function as pressing Windows+L. There are a variety of ways to make Windows run it at sign-in, including in Group Policy. However, the simplest way is just by adding a Lock shortcut to your Startup folder.
We performed this process on Windows 10, but it will also work on older versions of Windows including Windows 8 and Windows 7.
First, open the Startup folder. To do so, press Windows+R to open the Run dialog, type the following line, and press Enter:
shell:startup
In the Startup folder, right-click and select New > Shortcut.
In the Create Shortcut dialog, copy-and-paste (or type) the following command:
rundll32.exe user32.dll, LockWorkStation Click “Next” to continue.
Name the shortcut whatever you like—for example, “Lock Computer.”
If you double-click the shortcut you created, Windows will lock your computer. You’ll then have to sign in with your password, PIN, or whatever other sign-in method you use. When you sign in to your PC, Windows will launch this shortcut along with your other startup programs, automatically locking your PC. After you unlock it, it’ll be good to go.
To undo your change, just re-open the shell:startup
folder and delete the Lock Computer shortcut you created.
Leave A Comment?