Created
September 19, 2016 07:27
-
-
Save onmotion/d8f73ad53c461742fa48e2e12ef662a1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Запустить regedit и открыть раздел: | |
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\WinLogon | |
2. Установить параметр AutoAdminLogon = 1 | |
3. Добавить параметр DefaultUserName и присвоить ему имя пользователя, | |
с которым будет происходить автоматический вход в систему (в ХР он уже есть) | |
4. Добавить параметр DefaultPassword и присвоить ему пароль, | |
назначенный данному пользователю |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment