Во-первых в безопасности отключим требование сложности к паролям.
На своем компе:
------------------------------
1. Click Start -> Run, type “secpol.msc”, to open the Security Policy tool.
2. Configure the Password Policy as required.
3. Right click “Security Settings”, and click “Export Policy…” to export the settings to a .inf file.
4. Copy the .inf file to the server core computer.
На Server Core компе:
-------------------------------
Run the following command to import the policy file:
На своем компе:
------------------------------
1. Click Start -> Run, type “secpol.msc”, to open the Security Policy tool.
2. Configure the Password Policy as required.
3. Right click “Security Settings”, and click “Export Policy…” to export the settings to a .inf file.
4. Copy the .inf file to the server core computer.
На Server Core компе:
-------------------------------
Run the following command to import the policy file:
Secedit /configure /db secedit.sdb /cfg <Path to the exported .inf file>
