вторник, 19 февраля 2013 г.

пятница, 8 февраля 2013 г.

Windows server 2008 R2 NTLDR is missing

Если случилась беда, или было восстановление бэкапа на новое железо, винда при старте пишет  NTLDR is missing, грузимся с установочного образа и переходим в режим командной строки.

вторник, 5 февраля 2013 г.

Hyper V в рабочей группе.

Во-первых в безопасности отключим требование сложности к паролям.
На своем компе:
------------------------------
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>