Windows server 2012 перевести в тестовый режим

Прочитано: 7 228


Прочитано:
7 228

Задача: Нужны шаги и реально работающие действия чтобы включить тестовый режим на Windows Server 2012 R2 Standard

Авторизуюсь в системе с правами вхожей в группу «Administrators” (Администраторы)

  • Login: Administrator
  • Pass: 712mbddr@

Запускаю консоль командной строки с правами Администратора

Win + X → Command Prompt (Admin)

Включаю тестовый режим:

C:Windowssystem32>BCDEDIT /Set LoadOptions DDISABLE_INTEGRITY_CHECKS

The operation completed successfully.

C:Windowssystem32>Bcdedit.exe /set TESTSIGNING ON

The operation completed successfully.

C:Windowssystem32>Bcdedit.exe /set nointegritychecks ON

The operation completed successfully.

Отключаю проверку установки неподписанных драйверов:

gpedit.msc – User Configuration – Administrative Templates – System – Driver Installion:

  • Code signing for device drivers: Enable: Ignore

после нажимаю Apply — OK

[stextbox id=’alert’]На заметку: Важно чтобы система (Windows Server 2012 R2) была активирована[/stextbox]

После следует перезагрузить систему:

C:Windowssystem32>shutdown /r /t 3

И следует убедиться, что в правом нижнем углу на экране красуется надпись

Включен тестовый режим на Windows Server 2012 R2 Standard

Работает.

Чтобы возвратить настройки до внесения изменений, как если бы система была только что установлена, следует, запустить консоль командной строки с правами Администратора и выполнить:

Win + X → Command Prompt (Admin)

C:Windowssystem32>bcdedit.exe /set nointegritychecks off

The operation completed successfully.

C:Windowssystem32>bcdedit.exe /set testsigning off

The operation completed successfully.

На этом у меня все, с уважением автор блога Олло Александр aka ekzorchik.


Для установки неподписанных драйверов на Windows Server 2012 необходимо отключить проверку цифровой подписи драйверов.

В предыдущих версиях (до 2008 R2 или что-то типа того) можно было просто отключить проверку через групповые политики в gpedit.msc (User Configuration->Administrative Templates-> System->Driver Installation, параметр Code Signing for Device Drivers). Теперь же жесткая концепция безопасности заменена на жестокий произвол Майкрософта. К счастью, лазейку они все-таки оставили.

Запускаем командную строку с повышенными привилегиями и последовательно выполняем команды:

Bcdedit.exe /set nointegritychecks ON
Bcdedit.exe /set TESTSIGNING ON

После каждой команды должно появиться сообщение об успешном выполнении: Вместо первой из этих команд можно сделать:

bcdedit.exe /set loadoptions DDISABLE_INTEGRITY_CHECKS

Возврат в нормальное состояние:

Bcdedit.exe /set nointegritychecks OFF
bcdedit.exe /set TESTSIGNING OFF

либо вместо первой:

bcdedit -set loadoptions ENABLE_INTEGRITY_CHECKS

После выполнения этих команд Нужно перезагрузить сервер.

Теперь в правом нижнем углу будет надпись о том, что Windows Server 2012 работает в тестовом режиме. От надписи можно избавиться, но смысла нет. Так сразу видно, что все получилось и тестовый режим включен.

Замечания

1. На счет первых строк не уверен, но «bcdedit.exe /set TESTSIGNING ON» — обязательно.

2. Вместо этих манипуляций можно загрузиться по F8 в специальном режиме с игнорированием неподписанности драйверов и установить неподписанный драйвер, но после перезагрузки сервера, этот драйвер работать не будет.

Задача: Нужны шаги и реально работающие действия чтобы включить тестовый режим на Windows Server 2012 R2 Standard

Авторизуюсь в системе с правами вхожей в группу «Administrators” (Администраторы)

  • Login: Administrator
  • Pass: 712mbddr@

Запускаю консоль командной строки с правами Администратора

Win + X → Command Prompt (Admin)

Включаю тестовый режим:

C:Windowssystem32>BCDEDIT /Set LoadOptions DDISABLE_INTEGRITY_CHECKS

The operation completed successfully.

C:Windowssystem32>Bcdedit.exe /set TESTSIGNING ON

The operation completed successfully.

C:Windowssystem32>Bcdedit.exe /set nointegritychecks ON

The operation completed successfully.

Отключаю проверку установки неподписанных драйверов:

gpedit.msc – User Configuration – Administrative Templates – System – Driver Installion:

  • Code signing for device drivers: Enable: Ignore

после нажимаю Apply — OK

[stextbox >На заметку: Важно чтобы система (Windows Server 2012 R2) была активирована [/stextbox]

После следует перезагрузить систему:

C:Windowssystem32>shutdown /r /t 3

И следует убедиться, что в правом нижнем углу на экране красуется надпись

Чтобы возвратить настройки до внесения изменений , как если бы система была только что установлена, следует, запустить консоль командной строки с правами Администратора и выполнить:

Win + X → Command Prompt (Admin)

C:Windowssystem32>bcdedit.exe /set nointegritychecks off

The operation completed successfully.

C:Windowssystem32>bcdedit.exe /set testsigning off

The operation completed successfully.

На этом у меня все, с уважением автор блога Олло Александр aka ekzorchik.

Используйте прокси ((заблокировано роскомнадзором, используйте vpn или proxy)) при использовании Telegram клиента:

Поблагодари автора и новые статьи

будут появляться чаще 🙂

Карта МКБ: 4432-7300-2472-8059
Yandex-деньги: 41001520055047

Большое спасибо тем кто благодарит автора за практические заметки небольшими пожертвованиями. С уважением, Олло Александр aka ekzorchik.

Для установки неподписанных драйверов на Windows Server 2012 необходимо отключить проверку цифровой подписи драйверов.

В предыдущих версиях (до 2008 R2 или что-то типа того) можно было просто отключить проверку через групповые политики в gpedit.msc (User Configuration->Administrative Templates-> System->Driver Installation, параметр Code Signing for Device Drivers). Теперь же жесткая концепция безопасности заменена на жестокий произвол Майкрософта. К счастью, лазейку они все-таки оставили.

Запускаем командную строку с повышенными привилегиями и последовательно выполняем команды:

После каждой команды должно появиться сообщение об успешном выполнении: Вместо первой из этих команд можно сделать:

Возврат в нормальное состояние:

либо вместо первой:

После выполнения этих команд Нужно перезагрузить сервер.

Теперь в правом нижнем углу будет надпись о том, что Windows Server 2012 работает в тестовом режиме. От надписи можно избавиться, но смысла нет. Так сразу видно, что все получилось и тестовый режим включен.

1. На счет первых строк не уверен, но «bcdedit.exe /set TESTSIGNING ON» — обязательно.

2. Вместо этих манипуляций можно загрузиться по F8 в специальном режиме с игнорированием неподписанности драйверов и установить неподписанный драйвер, но после перезагрузки сервера, этот драйвер работать не будет.

Способ 1

Появилась необходимость отключить проверку цифровой подписи драйвера в Windows Server 2012 R2, которая вертелась в качестве гостевой системы на Hyper-V.

В сети много мануалов, как это сделать с помощью команд в cmd или PowerShell.
У меня при вводе команд:

Решение до слез смешное — нужно снять галку Включить безопасную загрузку в настройках виртуальной машины:

После этой простой манипуляции, команды применились ОС и режим включился.

Способ 2

Если вы полностью хотите отключить проверку подписывания драйверов в Windows, сделать это можно с помощью групповой политики.

Откройте редактор локальной групповой политики, набрав gpedit.msc

В меню политик перейдите в раздел User Configuration->Administrative Templates-> System->Driver Installation.

В правой панели найдите пункт ‘Code Signing for Device Drivers’ и дважды щелкните по нему.

В появившемся окне выберите ‘Enabled’, а в нижнем меню – ‘Ignore’. Нажмите Ок и перезагрузите компьютер. После перезагрузи и применения политика, в своей Windows 7 / Windows Server 2012 R2 вы полностью отключите подписывание драйверов, и сможете установить любые, в том числе, неподписанные драйвера.


Download Article


Download Article

Windows Server 2012 R2 operating system has features that support domain enterprise networks of varying sizes, but to realize the benefits of these features, you must first install, configure, and test it.

  1. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 1

    1

    Create the operating system media.

    • Create the operating system media, if you do not already have a DVD with Windows Server 2012 R2; however, if you download it, be sure to copy the product key, because you will need it for the installation.
    • Download Windows Server 2012 R2 from Microsoft and save it onto your hard drive.
    • Make a backup copy of the .iso file by copying it onto a DVD from the hard disk.
  2. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 2

    2

    Start operating system installation.

    • Place the Windows Server 2012 R2 DVD in the CD/DVD drive.
    • Power on the machine to boot the operating system from the DVD.
    • Watch the screen as the system boots from the Windows Server 2012 R2 DVD. After booting begins, you will see the display Loading files… followed by the Windows Server 2012 R2 Setup screen.
    • Expand the drop down and review optional preferences; they include the language you can select for the installation.
    • Click Next to display the options, Install now or Repair your computer.

    Advertisement

  3. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 3

    3

    Install or Upgrade.

    • Observe that with these Windows Setup options, you choose either first time install or repair an existing operating system.
    • Click Install now to display the product key request.
  4. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 4

    4

    Type OS installation key.

    • Take note that if you are using a DVD from a textbook, you may not need a key.
    • Type the installation key.
    • Click Next so you can choose the operating system version to install.
  5. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 5

    5

    Select the OS version to install.

    • Notice that depending on the DVD you are using, you may see a slightly different set of options. However, regardless of which DVD, Windows Server 2012 R2 Server Cores is the default.
    • Select Windows Server 2012 R2 Standard (GUI installation), with the arrow key or mouse.
    • Click Next to display the license agreement.
  6. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 6

    6

    Select license terms.

    • Review the Microsoft license agreement.
    • Click the checkbox next to I accept the license terms.
    • Click Next to display options, upgrade or custom install.
  7. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 7

    7

    Configure upgrade or custom install.

    • Review the notes for these options because they are very different; upgrade lets you upgrade a qualified Windows OS. Whereas with custom, you can install the OS on a newly created space.
    • Click Custom to manage disk space and display the disk configuration.
    • Highlight where you would like to install the operating system; you can use the arrow key, or mouse.
    • Click Next to display Installing Windows screen followed by password Settings.
  8. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 8

    8

    Create password.

    • Create Administrator password at Windows Setup Settings prompt..
    • Type the password, such as Passworda10.
    • Click Finish to display the Sign in screen.
  9. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 9

    9

    Log on to the server.

    • Note that this action, display the password prompt, will depend on the installed environment, real or virtual.
    • Click Ctrl+Alt+Delete to display the password prompt.
    • Observe that this is the password you created earlier.
    • Type the password for Administrator.
    • Click the arrow to display Networks so you can tell setup how to configure network parameters.
  10. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 10

    10

    Configure Network Settings.

    • Configure network visibility is needed even if you plan to isolate the server; your intentions must be know to network settings.
    • Click Yes so your computer is visible to other network devices.
  11. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 11

    11

    Verify Installation complete.

    • Verify the display of Server Manager indicating the installation is complete.
    • Continue to learn more.
  12. Advertisement

  • These steps demonstrate how to configure TCP/IP settings, which are needed to verify network connectivity with another machine, such as Windows 7.
  1. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 12

    1

    Minimize Server Manager.

    • Click Minimize to minimize Server Manager, which is displayed when the OS completes booting.
  2. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 13

    2

    Display menu items.

    • Notice that when Server Manager is minimized, you will see the Recycle Bin and Taskbar; there are also menu items, such as Start, that are visible when the mouse is located at the bottom right.
    • Move your mouse along the taskbar to the right and hover it to the right of the time and date; this action displays a number of icons, and to see their names, such as Search, Start, and Settings move the mouse straight up. If the icons are not shown, slightly move the mouse in any direction to display them.
    • Click Start to display its contents.
  3. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 14

    3

    Display Control Panel contents.

    • Notice that Start shows a number of icons, such as Control Panel.
    • Click Control Panel to display its contents.
  4. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 15

    4

    Display Network and Internet links.

    • Notice that items are shown in categories, but you can change how they are displayed.
    • Click Network and Internet to display the screen containing their links.
  5. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 16

    5

    Display Network and Sharing links.

    • Notice there are two options, but only the first lets you configure the network adapter.
    • Click Network and Sharing Center to display its options.
  6. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 17

    6

    Display Network Connections (Ethernet) Properties.

    • Notice there are several options in the left pane, but your main interest is on the adapter settings.
    • Click Change adapter settings to display Network Connections.
    • Notice that this computer has one NIC.
    • Right click Ethernet and click Properties to display its properties.
  7. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 18

    7

    Display TCP/IP Properties.

    • Notice there are a number of protocol options for configuring network settings.
    • Highlight Internet Protocol Version 4 (TCP/IPv4).
    • Click Properties to display TCP/IP Properties.
    • Notice that the default TCP/IPv4 configuration for network interface is DHCP client.
    • Click Use the following IP address.
    • Notice that the boxes are no longer grayed.
  8. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 19

    8

    Configure TCP/IP settings.

    • Notice there are a number of textboxes, but to test connectivity, only the IP address and subnet mask are needed.
    • Type 172.16.150.10 in IP address field.
    • Change the entry in Subnet mask to 255.255.255.0.
    • Click OK.
    • Click Close.
    • Click close (X) to close both Network Connections and Network and Sharing Center.
  9. Advertisement

  • After the OS is installed and network parameters configured, it is time to test both activities; an important test is to verify the server can communicate with another machine, such as a Windows 7 client, and the client can communicate with the server; you can do this using the Command Prompt, and after testing is complete, you can shutdown the server.
  1. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 20

    1

    Verify Connectivity.

    • Display Start.
    • Click the down arrow to display several Apps.
    • Scroll right.
    • Click the Command Prompt.
    • Ping the second machine.
    • From the second machine, ping the server.
  2. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 21

    2

    Shutdown server.

    • Display Start.
    • Click Settings to display its contents.
    • Click Power.
    • Click Shutdown.
    • Follow the displayed instructions to complete the shutdown.
  3. Advertisement

Ask a Question

200 characters left

Include your email address to get a message when this question is answered.

Submit

Advertisement

  • Installation: Since it is unlikely you are dual booting a virtual machine, the following bullets apply only if you are installing the server on a physical machine.

    • If an OS is already installed on the machine, you may see Press any key to boot from CD/DVD; this is your opportunity to boot from the CD/DVD drive.
    • If an OS is already installed on the machine, and you do not see Press any key to boot from CD/DVD, you will have to reconfigure the boot process to boot form the CD/DVD drive.
    • If an OS it not on the machine, the boot process goes directly to the CD/DVD drive and begins booting.
    • If you are installing from a DVD that came with a textbook, you may not need a product key.
    • Depending on the DVD you are using, such as one that came with a textbook, or one from Microsoft, you may see a slightly different selection menu; be sure not to select Server Core but GUI instead.
  • If you have an existing operating system that you want to upgrade, when prompted, you would select Upgrade, but in this case select Custom so you can customize the disk for installation.

  • The configuration shown will depend on the partition and unallocated space on your disk(s). Notice that you are given a number of disk options, but they are not always enabled; it depends on whether a partition or unallocated space is highlighted; if a partition is highlighted all except New are enabled, and if an unallocated space is highlighted, all are grayed, except New.

Show More Tips

Thanks for submitting a tip for review!

Advertisement

  • When partitioning the disks, Next does not depend on a selection; this means whichever space is highlighted, partition or unallocated, and you click Next, setup formats the space, copy the necessary operating system files, and install the operating system. Everything on that partition will be lost.

  • When partitioning the disks, if you select Delete, setup will delete the highlighted partition and label it unallocated; you will then have to use New to create a partition for the install, or click Next to install. Also, note that if you click Next, setup uses the entire highlighted space for the install, but if you do not want to use the entire space, to install the operating system, use New to create the partition size from the unallocated space.

Advertisement

Things You’ll Need

  • DVD you created with the .iso for Windows Server 2012 R2.
  • DVD with a Windows client, such as Windows 7.
  • One physical machine on which you can install and configure two virtual machines: one server and one client.
  • Virtual machine software, such as VirtualBox.

References

  1. Microsoft. (2013, June 24). System Requirements and Installation Information for Windows Server 2012 R2. Retrieved from TechNet: http://technet.microsoft.com/en-us/library/dn303418.aspx
  2. Microsoft. (2013, June 24). Windows Server Installation Options. Retrieved from TechNet: http://technet.microsoft.com/en-us/library/hh831786.aspx

About This Article

Thanks to all authors for creating a page that has been read 56,127 times.

Is this article up to date?


Download Article


Download Article

Windows Server 2012 R2 operating system has features that support domain enterprise networks of varying sizes, but to realize the benefits of these features, you must first install, configure, and test it.

  1. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 1

    1

    Create the operating system media.

    • Create the operating system media, if you do not already have a DVD with Windows Server 2012 R2; however, if you download it, be sure to copy the product key, because you will need it for the installation.
    • Download Windows Server 2012 R2 from Microsoft and save it onto your hard drive.
    • Make a backup copy of the .iso file by copying it onto a DVD from the hard disk.
  2. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 2

    2

    Start operating system installation.

    • Place the Windows Server 2012 R2 DVD in the CD/DVD drive.
    • Power on the machine to boot the operating system from the DVD.
    • Watch the screen as the system boots from the Windows Server 2012 R2 DVD. After booting begins, you will see the display Loading files… followed by the Windows Server 2012 R2 Setup screen.
    • Expand the drop down and review optional preferences; they include the language you can select for the installation.
    • Click Next to display the options, Install now or Repair your computer.

    Advertisement

  3. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 3

    3

    Install or Upgrade.

    • Observe that with these Windows Setup options, you choose either first time install or repair an existing operating system.
    • Click Install now to display the product key request.
  4. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 4

    4

    Type OS installation key.

    • Take note that if you are using a DVD from a textbook, you may not need a key.
    • Type the installation key.
    • Click Next so you can choose the operating system version to install.
  5. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 5

    5

    Select the OS version to install.

    • Notice that depending on the DVD you are using, you may see a slightly different set of options. However, regardless of which DVD, Windows Server 2012 R2 Server Cores is the default.
    • Select Windows Server 2012 R2 Standard (GUI installation), with the arrow key or mouse.
    • Click Next to display the license agreement.
  6. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 6

    6

    Select license terms.

    • Review the Microsoft license agreement.
    • Click the checkbox next to I accept the license terms.
    • Click Next to display options, upgrade or custom install.
  7. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 7

    7

    Configure upgrade or custom install.

    • Review the notes for these options because they are very different; upgrade lets you upgrade a qualified Windows OS. Whereas with custom, you can install the OS on a newly created space.
    • Click Custom to manage disk space and display the disk configuration.
    • Highlight where you would like to install the operating system; you can use the arrow key, or mouse.
    • Click Next to display Installing Windows screen followed by password Settings.
  8. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 8

    8

    Create password.

    • Create Administrator password at Windows Setup Settings prompt..
    • Type the password, such as Passworda10.
    • Click Finish to display the Sign in screen.
  9. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 9

    9

    Log on to the server.

    • Note that this action, display the password prompt, will depend on the installed environment, real or virtual.
    • Click Ctrl+Alt+Delete to display the password prompt.
    • Observe that this is the password you created earlier.
    • Type the password for Administrator.
    • Click the arrow to display Networks so you can tell setup how to configure network parameters.
  10. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 10

    10

    Configure Network Settings.

    • Configure network visibility is needed even if you plan to isolate the server; your intentions must be know to network settings.
    • Click Yes so your computer is visible to other network devices.
  11. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 11

    11

    Verify Installation complete.

    • Verify the display of Server Manager indicating the installation is complete.
    • Continue to learn more.
  12. Advertisement

  • These steps demonstrate how to configure TCP/IP settings, which are needed to verify network connectivity with another machine, such as Windows 7.
  1. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 12

    1

    Minimize Server Manager.

    • Click Minimize to minimize Server Manager, which is displayed when the OS completes booting.
  2. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 13

    2

    Display menu items.

    • Notice that when Server Manager is minimized, you will see the Recycle Bin and Taskbar; there are also menu items, such as Start, that are visible when the mouse is located at the bottom right.
    • Move your mouse along the taskbar to the right and hover it to the right of the time and date; this action displays a number of icons, and to see their names, such as Search, Start, and Settings move the mouse straight up. If the icons are not shown, slightly move the mouse in any direction to display them.
    • Click Start to display its contents.
  3. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 14

    3

    Display Control Panel contents.

    • Notice that Start shows a number of icons, such as Control Panel.
    • Click Control Panel to display its contents.
  4. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 15

    4

    Display Network and Internet links.

    • Notice that items are shown in categories, but you can change how they are displayed.
    • Click Network and Internet to display the screen containing their links.
  5. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 16

    5

    Display Network and Sharing links.

    • Notice there are two options, but only the first lets you configure the network adapter.
    • Click Network and Sharing Center to display its options.
  6. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 17

    6

    Display Network Connections (Ethernet) Properties.

    • Notice there are several options in the left pane, but your main interest is on the adapter settings.
    • Click Change adapter settings to display Network Connections.
    • Notice that this computer has one NIC.
    • Right click Ethernet and click Properties to display its properties.
  7. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 18

    7

    Display TCP/IP Properties.

    • Notice there are a number of protocol options for configuring network settings.
    • Highlight Internet Protocol Version 4 (TCP/IPv4).
    • Click Properties to display TCP/IP Properties.
    • Notice that the default TCP/IPv4 configuration for network interface is DHCP client.
    • Click Use the following IP address.
    • Notice that the boxes are no longer grayed.
  8. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 19

    8

    Configure TCP/IP settings.

    • Notice there are a number of textboxes, but to test connectivity, only the IP address and subnet mask are needed.
    • Type 172.16.150.10 in IP address field.
    • Change the entry in Subnet mask to 255.255.255.0.
    • Click OK.
    • Click Close.
    • Click close (X) to close both Network Connections and Network and Sharing Center.
  9. Advertisement

  • After the OS is installed and network parameters configured, it is time to test both activities; an important test is to verify the server can communicate with another machine, such as a Windows 7 client, and the client can communicate with the server; you can do this using the Command Prompt, and after testing is complete, you can shutdown the server.
  1. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 20

    1

    Verify Connectivity.

    • Display Start.
    • Click the down arrow to display several Apps.
    • Scroll right.
    • Click the Command Prompt.
    • Ping the second machine.
    • From the second machine, ping the server.
  2. Image titled Install, Configure, and Test Windows Server 2012 R2 Step 21

    2

    Shutdown server.

    • Display Start.
    • Click Settings to display its contents.
    • Click Power.
    • Click Shutdown.
    • Follow the displayed instructions to complete the shutdown.
  3. Advertisement

Ask a Question

200 characters left

Include your email address to get a message when this question is answered.

Submit

Advertisement

  • Installation: Since it is unlikely you are dual booting a virtual machine, the following bullets apply only if you are installing the server on a physical machine.

    • If an OS is already installed on the machine, you may see Press any key to boot from CD/DVD; this is your opportunity to boot from the CD/DVD drive.
    • If an OS is already installed on the machine, and you do not see Press any key to boot from CD/DVD, you will have to reconfigure the boot process to boot form the CD/DVD drive.
    • If an OS it not on the machine, the boot process goes directly to the CD/DVD drive and begins booting.
    • If you are installing from a DVD that came with a textbook, you may not need a product key.
    • Depending on the DVD you are using, such as one that came with a textbook, or one from Microsoft, you may see a slightly different selection menu; be sure not to select Server Core but GUI instead.
  • If you have an existing operating system that you want to upgrade, when prompted, you would select Upgrade, but in this case select Custom so you can customize the disk for installation.

  • The configuration shown will depend on the partition and unallocated space on your disk(s). Notice that you are given a number of disk options, but they are not always enabled; it depends on whether a partition or unallocated space is highlighted; if a partition is highlighted all except New are enabled, and if an unallocated space is highlighted, all are grayed, except New.

Show More Tips

Thanks for submitting a tip for review!

Advertisement

  • When partitioning the disks, Next does not depend on a selection; this means whichever space is highlighted, partition or unallocated, and you click Next, setup formats the space, copy the necessary operating system files, and install the operating system. Everything on that partition will be lost.

  • When partitioning the disks, if you select Delete, setup will delete the highlighted partition and label it unallocated; you will then have to use New to create a partition for the install, or click Next to install. Also, note that if you click Next, setup uses the entire highlighted space for the install, but if you do not want to use the entire space, to install the operating system, use New to create the partition size from the unallocated space.

Advertisement

Things You’ll Need

  • DVD you created with the .iso for Windows Server 2012 R2.
  • DVD with a Windows client, such as Windows 7.
  • One physical machine on which you can install and configure two virtual machines: one server and one client.
  • Virtual machine software, such as VirtualBox.

References

  1. Microsoft. (2013, June 24). System Requirements and Installation Information for Windows Server 2012 R2. Retrieved from TechNet: http://technet.microsoft.com/en-us/library/dn303418.aspx
  2. Microsoft. (2013, June 24). Windows Server Installation Options. Retrieved from TechNet: http://technet.microsoft.com/en-us/library/hh831786.aspx

About This Article

Thanks to all authors for creating a page that has been read 56,127 times.

Is this article up to date?

  • Remove From My Forums

 none

Тестовый режим

  • Вопрос

  • Купили Стандартный Server2012  на нем подняли роль Hyper-V установили две виртуалки. На одной из виртуалок с терминальными службами появилась надпись:

    Тестовый режим

    Windows Server 2012 Standard

    Build 9200

    Что это значит и как с этим бороться?

    И самый главный вопрос. не получится ли так , что однажды терминальный сервер запускать  перестанет. мол активируйте меня заново , а то запускать службы не буду?

Ответы

  • Это всего-лишь показывает, что сервер не проверяет подписи драйверов.

    Изменить можно командой bcdedit.exe /set TESTSIGNING ON

    Отключить обратно, соответственно, bcdedit.exe /set TESTSIGNING OFF

    • Предложено в качестве ответа

      10 декабря 2013 г. 18:16

    • Отменено предложение в качестве ответа
      ILuxa_DobriFey
      11 декабря 2013 г. 9:20
    • Помечено в качестве ответа
      ILuxa_DobriFey
      11 декабря 2013 г. 9:20

  • 29.05.2020

Тестовый режим в Windows — это режим, позволяющий установить драйверы без цифровой подписи, обычно это требуется для работы различного специфического оборудования. Данный режим может работать как на обычных версиях Windows, так и на серверных Windows Server. Бывает, что в правом нижем углу появляется надпись «Тестовый режим», или «Test mode», рассмотрим как эту надпись можно убрать, или наоборот включить, если Вам нужен тестовый режим для установки драйверов без цифровой подписи.

Отключить тестовый режим: (Данная инструкция подходит для всех версий Windows и Windows Server)

— Заходим в командную строну от имени администратора. Сделать это можно путем ввода в поиск cmd = > Запуск от имени администратора

— Вводим в окне консоли: bcdedit.exe -set TESTSIGNING OFF

— Нажимаем Enter и перезагружаемся. После перезагрузки надпись «Тестовый режим» должен отключиться.

Если же, по каким-то причинам этот способ не помог, то делаем следующее:

— Так же заходим к командную строку от имени администратора и вводит по очереди следующие команды. (после каждой строки нажимаем Enter)

bcdedit.exe -set loadoptions ENABLE_INTEGRITY_CHECKS

— Второй строкой вводим: bcdedit.exe -set TESTSIGNING OFF

Жмем Enter и перезагружаем ПК. Теперь надпись «Тестовый режим» точно должна уйти.

Включить тестовый режим:

Здесь все так же предельно просто. Открываем командную строку от имени администратора и вводим: bcdedit.exe -set TESTSIGNING ON

Перезагружаем ПК и тестовый режим будет включен.

Понравилась статья? Поделить с друзьями:
  • Windows server 2012 пароль не отвечает требованиям политики
  • Windows server 2012 пароль на папку в windows
  • Windows server 2012 отключить тестовый режим windows
  • Windows server 2012 отключить запрос пароля
  • Windows server 2012 отключить блокировку экрана