Как включить dhcp server на windows 10

How to Enable DHCP Server in Windows 10?

Enabling a DHCP (Dynamic Host Configuration Protocol) server in Windows 10 allows you to assign IP addresses and other network settings to devices on your network. In this article, we will guide you through the process of enabling a DHCP server in Windows 10.

Why Do I Need a DHCP Server?

A DHCP server is essential in a network where you have multiple devices connected, such as in a home network, office, or even a large enterprise network. It helps to:

  • Assign unique IP addresses to each device
  • Keep track of IP address assignments
  • Provide DNS (Domain Name System) and gateway settings
  • Support roaming users by assigning IP addresses

How to Enable DHCP Server in Windows 10?

To enable a DHCP server in Windows 10, follow these steps:

Step 1: Install the DHCP Server Role

  1. Open the Start menu and search for «Add Roles and Features» or «Install the Windows Server with Desktop Experience» feature.
  2. Open the Add Roles and Features Wizard and select «Next» to begin the installation process.
  3. Select «Next» to continue with the installation.
  4. Check the box next to «DHCP Server» and click «Add Features» to install the DHCP server role.

Step 2: Configure the DHCP Server

  1. Open the DHCP console by typing «dhcp» in the «Run» dialog box and pressing Enter.
  2. Right-click on the «DHCP» server in the console and select «New Scope».
  3. Define the scope options:
    • Scope name: Give your scope a name (e.g., «My Home Network»)
    • Start IP address: Set the starting IP address (e.g., 192.168.1.100)
    • End IP address: Set the ending IP address (e.g., 192.168.1.200)
    • Subnet mask: Set the subnet mask (e.g., 255.255.255.0)
    • Default gateway: Set the default gateway (e.g., 192.168.1.1)
  4. Click «Add» to add the scope.
  5. Configure DNS settings:
    • Primary DNS suffix: Set the primary DNS suffix (e.g., myhome.local)
    • DNS server search order: Set the DNS server search order (e.g., 192.168.1.1, 8.8.8.8)
  6. Click «OK» to close the New Scope Wizard.

Step 3: Start the DHCP Server

  1. Open the «Services» console by typing «services.msc» in the «Run» dialog box and pressing Enter.
  2. Find the «DHCP» service and right-click on it to start it.

Step 4: Configure Network Settings

  1. Open the «Network and Sharing Center» by searching for it in the Start menu.
  2. Click on «Change adapter settings».
  3. Right-click on the «Ethernet» or «Wi-Fi» adapter and select «Properties».
  4. Select «Internet Protocol Version 4 (TCP/IPv4)» and click «Properties».
  5. Check the box next to «Obtain an IP address automatically» to enable DHCP.
  6. Apply the settings and close the window.

Troubleshooting Tips:

  • Make sure you have a working internet connection and DNS resolution is enabled.
  • Verify that your DHCP server is running and configured correctly.
  • Check for any conflicts with existing network settings.

Conclusion

Enabling a DHCP server in Windows 10 allows you to manage and assign IP addresses to devices on your network. By following the steps outlined in this article, you can set up a DHCP server and configure it to meet your network’s needs.

Additional Resources:

  • Microsoft documentation: Windows Server – DHCP
  • Debian documentation: DHCP Configuration

Important:

  • Make sure to secure your DHCP server with a strong password and configure it to only assign IP addresses to authorized devices.
  • Use a secure password for your DHCP server to prevent unauthorized access.
  • Regularly back up your DHCP server configuration to prevent data loss.

Your friends have asked us these questions — Check out the answers!

Вопрос может быть глупый, но я отталкиваюсь от слов своего преподавателя. Было задание развернуть сетку с DHCP сервером на Windows 10, я не справился. После я стал искать, а можно ли вообще на обычной винде поднять DHCP. Ответа так и не нашёл. Решил задать этот вопрос здесь.

P.S. Только базовыми возможностями Windows 10, без доп софта


  • Вопрос задан

  • 19006 просмотров



1

комментарий


Подписаться

1



Простой


1

комментарий


Решения вопроса 2

Единственный вариант с Windows 10 и DHCP без использования дополнительного ПО — это, как уже сказали, включение Internet Connection Sharing. Но назвать это полноценным сервером тяжело.

Вообще говоря, специально для сетей без DHCP-сервера была разработана APIPA: https://docs.microsoft.com/en-us/windows-server/tr…


Комментировать

Пригласить эксперта


Ответы на вопрос 2

Препод немного гонит))
Можно сделать способом internet sharing, как уже сказали
Но полноценным dhcp это назвать крайне сложно


Комментировать


Ваш ответ на вопрос

Войдите, чтобы написать ответ


Похожие вопросы


  • Показать ещё
    Загружается…

Минуточку внимания

Setting up a DHCP server on Windows 10 can make your network management more efficient. However, this process must be followed step by step. In this guide, we will cover every step from requirements to configuration.

Determining Requirements and Preparation Phase

Before setting up a DHCP server on Windows 10, you need to meet certain requirements. First, make sure your operating system is up to date. Windows 10 works more securely and stably when the latest updates are installed.

It is also important to have the necessary network hardware ready. Check that your Ethernet card is working properly and that the necessary drivers are installed. Additionally, if you have multiple devices on your network, creating a network map will be useful for ensuring that IP addresses are assigned correctly.

Enabling DHCP Server Features on Windows 10

The DHCP server feature is not enabled by default on Windows 10. To enable this feature, follow these steps:

  • Open the «Settings» from the Start menu and go to the «Network & Internet» section.
  • In the «Status» tab, select «Network and Sharing Center.»
  • In the window that opens, click «Change adapter settings.»
  • Right-click on the network connection you are using and select «Properties.»
  • In the window that appears, select «Internet Protocol Version 4 (TCP/IPv4)» and click «Properties.»
  • Select «Use the following IP address» and enter the appropriate IP address, subnet mask, and default gateway information.

These steps will ensure that the device used as the DHCP server receives a static IP address and creates the basic configuration required for distributing IP addresses to other devices on the network.

Windows 10 DHCP Server Setup: Step-by-Step Guide

Configuring DHCP Server Settings

To ensure that the DHCP server operates effectively, certain settings need to be configured correctly. These settings are typically made through the DHCP server software. Here are the basic steps:

  • Open the DHCP server software and create a new scope.
  • Define the starting and ending IP addresses for the scope. These addresses determine the range of IP addresses that will be assigned to devices on the network.
  • Enter the default gateway and DNS server addresses. This information allows devices on the network to access the internet.
  • Set the lease duration. The lease duration determines how long a device can use a specific IP address.

These settings ensure that the DHCP server distributes IP addresses to devices on the network correctly and efficiently.

Managing IP Address Distribution and Lease Processes

The DHCP server automatically assigns IP addresses to devices on the network and manages their lease durations. The lease duration determines how long a device can use a specific IP address. Once the lease time expires, the device can request a new IP address or renew the same one.

You can manage the lease processes using the DHCP server console. From the console, you can view which device is using which IP address and when the lease time for that address will expire. Additionally, you can assign static IP addresses to specific devices, ensuring they always receive the same IP address.

Common Issues During DHCP Server Setup and Their Solutions

During the DHCP server setup, you may encounter some issues. Here are the most common issues and their solutions:

  • IP Conflicts: IP conflicts may occur when the same IP address is assigned to multiple devices. To resolve this, you can expand the IP address range or assign static IP addresses.
  • DHCP Server Not Responding: If the DHCP server is not assigning IP addresses to clients, try restarting the server software or check the network connections.
  • Incorrect IP Address Assignment: If devices receive incorrect IP addresses, review the DHCP settings and ensure the correct information has been entered.

If you encounter these issues, you can quickly resolve them using the solutions above to restore your network to normal operation.

Frequently Asked Questions

1. What software can I use to set up a DHCP server on Windows 10?

To set up a DHCP server on Windows 10, third-party software is usually used. For example, software like «DHCP Server for Windows» can be preferred.

2. What are the most common issues encountered during DHCP server setup?

The most common issues include IP conflicts, the DHCP server not responding, and incorrect IP address assignment.

3. What are the advantages of using a DHCP server?

A DHCP server simplifies network management, automates IP address management, and ensures that devices on the network receive the correct IP addresses.

4. What is lease duration and how is it managed?

Lease duration determines how long a device can use a specific IP address. This duration can be managed through the DHCP server settings.

  1. How do I run a DHCP server on Windows 10?
  2. Does Windows 10 have a DHCP server?
  3. How do I enable DHCP server?
  4. How do I start DHCP from command prompt?
  5. Can’t connect to your DHCP server?
  6. How do I make my PC into a server?
  7. How do I find out what my DHCP server is?
  8. Is a router a DHCP server?
  9. Why DHCP server is not working?
  10. How do I fix DHCP failure?
  11. Should I enable DHCP server on my router?
  12. How do I authorize a DHCP server 2019?

How do I run a DHCP server on Windows 10?

Creating a DHCP Server

  1. Go to Network > DHCP Server.
  2. Click Add. The DHCP Server window opens.
  3. Select an interface.
  4. Click Next.
  5. Select the network environment for the DHCP server. Option. Description. …
  6. Click Next.
  7. Configure a static IP address for the adapter. Important: …
  8. Configure DHCP settings. Setting.

Does Windows 10 have a DHCP server?

Windows 10 itself doesn’t come with a good DHCP server. It has a very minimal one, as part of the «Internet Connection Sharing» feature (still exists on Win10), but you can’t really configure it in any way and I wouldn’t recommend using it.

How do I enable DHCP server?

Solution

  1. Open the DHCP snap-in.
  2. In the left pane, right-click on DHCP and select Add Server.
  3. Type in the name of the DHCP Server you want to target and click OK.
  4. Expand the server in the left pane.
  5. Click on the scope you want to activate or deactivate.
  6. Right-click on the scope and select either Activate or Deactivate.

How do I start DHCP from command prompt?

How to Enable the DHCP Service (Command Line)

  1. Become superuser on the server system.
  2. Start dhcpconfig by typing the following command: …
  3. Select Configure DHCP Service or Configure BOOTP Relay Agent, as appropriate.
  4. Press Return to accept default values for all prompts until you see the following prompt: …
  5. Type Y at the prompt to enable the DHCP service.

Can’t connect to your DHCP server?

The DHCP server is part of your router. It assigns different devices on your home network with unique IP addresses. If another device on your network is using the same IP as one your console usually has, then your console won’t be able to connect to the network. … You can try resetting your router to default.

How do I make my PC into a server?

  1. Step 1: Download Apache Server Software. Download the apache http server software from this apache mirror site: …
  2. Step 2: Install It. Double click the . …
  3. Step 3: Run It. Once it’s installed I think it starts the server running right away. …
  4. Step 4: Test It. …
  5. Step 5: Change the Webpage. …
  6. 62 Comments.

How do I find out what my DHCP server is?

To display DHCP configuration information:

  1. Open a command prompt.
  2. Use ipconfig /all to display all IP configuration information.
  3. Observe whether you have any network adapters that are DHCP Enabled. If so, identify your DHCP Server, when it shows Lease Obtained, and when it shows Lease Expires.

Is a router a DHCP server?

By default, the router acts as a DHCP server. The router assigns IP, DNS server, and default gateway addresses to all computers connected to the LAN. … You can use another device on your network as the DHCP server, or specify the network settings of all your computers.

Why DHCP server is not working?

Two things can cause a DHCP error. One is the configuration on the computer or device that allows a DHCP server to assign it an IP. The other is the configuration of the DHCP server. DHCP errors occur when the DHCP server or router on a network cannot automatically adjust the device’s IP address to join the network.

How do I fix DHCP failure?

The good news is, the problem in question is pretty solvable, so it is time for you to embark on a troubleshooting quest:

  1. Employ Network Troubleshooter. …
  2. Configure your network adapter settings. …
  3. Turn on the DHCP client. …
  4. Check Windows Firewall. …
  5. Temporarily disable your main antivirus software. …
  6. Disable Proxy. …
  7. Fix your drivers.

Should I enable DHCP server on my router?

DHCP means dynamic host configuration protocol; it hands out IP addresses for devices in your network. Unless you are going to configure each device manually, or you have a second DHCP server you should leave this option on.

To authorize a DHCP server, perform the following steps:

  1. Click Start, point to Programs, Administrative Tools, and click DHCP.
  2. Within the DHCP management console, right-click the DHCP server and click Authorize.
  3. Once authorized, the DHCP server can respond to client requests for IP address parameters.

Have you ever wondered how to enable DHCP on Windows 10? DHCP (Dynamic Host Configuration Protocol) is a crucial feature that allows devices on a network to automatically obtain IP addresses and other network configurations. Without DHCP, you would need to manually set up these settings for each device, which can be time-consuming and prone to errors. Luckily, Windows 10 provides a simple way to enable DHCP and ensure seamless connectivity for your devices.

Enabling DHCP on Windows 10 is a straightforward process that can be done in a few simple steps. By enabling DHCP, you allow your computer to request and obtain an IP address automatically, eliminating the need for manual configuration. This not only saves time but also ensures that your device connects to the network seamlessly. DHCP has become the standard protocol for IP address assignment, offering a reliable and efficient solution for network administrators and home users alike. With DHCP enabled, your Windows 10 device can join networks effortlessly and receive the necessary network configurations.

If you want to enable DHCP on Windows 10, follow these steps:

  1. Press the «Windows» key and type «Control Panel» to open it.
  2. In the Control Panel, click on «Network and Internet» and then «Network and Sharing Center».
  3. In the left pane, click on «Change adapter settings».
  4. Right-click on your network connection and select «Properties».
  5. In the Properties window, scroll down and double-click on «Internet Protocol Version 4 (TCP/IPv4)».
  6. In the TCP/IPv4 properties, select the «Obtain an IP address automatically» and «Obtain DNS server address automatically» options.
  7. Click «OK» to save the changes.

These steps will enable DHCP on your Windows 10 computer, allowing it to automatically

Understanding DHCP in Windows 10

In a network environment, DHCP (Dynamic Host Configuration Protocol) plays a crucial role in automatically assigning IP addresses to devices. Windows 10, being the latest version of the Windows operating system, provides built-in support for DHCP configuration. Enabling DHCP in Windows 10 ensures that devices can connect to the network and obtain the necessary network settings without manual configuration.

This article will guide you through the process of enabling DHCP in Windows 10, allowing your devices to communicate and access network resources seamlessly. Whether you are setting up a new network or troubleshooting networking issues, understanding how to enable DHCP in Windows 10 is essential.

Step 1: Accessing Network Connections

The first step to enable DHCP in Windows 10 is to access the network connections settings. To do this, follow these steps:

  • Click on the Start menu and go to «Settings.»
  • In the Settings window, select the «Network & Internet» option.
  • In the Network & Internet settings, click on the «Ethernet» or «Wi-Fi» tab based on your network connection.
  • Under the selected network connection, click on the «Change adapter options» link.

By following these steps, you will have access to the network connections settings, which is necessary for enabling DHCP in Windows 10.

Step 2: Enabling DHCP for Ethernet or Wi-Fi Connection

Once you have accessed the network connections settings, follow these steps to enable DHCP for your Ethernet or Wi-Fi connection:

  • Right-click on the desired network connection (Ethernet or Wi-Fi) and select «Properties.»
  • In the Properties window, locate and select the «Internet Protocol Version 4 (TCP/IPv4)» option.
  • Click on the «Properties» button.
  • In the TCP/IPv4 properties, make sure the «Obtain an IP address automatically» and «Obtain DNS server address automatically» options are selected.

Enabling DHCP for your Ethernet or Wi-Fi connection ensures that the IP address and DNS server address will be obtained automatically, simplifying the network setup process.

Step 3: Verifying DHCP Configuration

After enabling DHCP in Windows 10, it is essential to verify the DHCP configuration to ensure it is working correctly. Follow these steps to verify your DHCP configuration:

  • Open the Command Prompt by typing «cmd» in the search bar and selecting «Command Prompt» from the search results.
  • In the Command Prompt window, type «ipconfig /all» and press Enter.
  • Look for the network adapter that corresponds to your Ethernet or Wi-Fi connection.
  • Check if the DHCP Enabled field is set to «Yes» and that the IP address, subnet mask, and default gateway are assigned by DHCP.

By verifying the DHCP configuration, you can ensure that your Windows 10 device is correctly obtaining the necessary network settings.

Understanding the Importance of DHCP in Windows 10

DHCP is essential in Windows 10 as it simplifies and automates the process of assigning IP addresses and other network settings to devices. Here are a few key reasons why DHCP is important:

  • Simplicity: DHCP eliminates the need for manual IP address configuration, making it easier and more efficient to connect devices to the network.
  • Centralized Management: DHCP allows for centralized management of IP address assignments, making it easier to maintain and troubleshoot network configuration.
  • Dynamic Address Allocation: DHCP dynamically assigns IP addresses to devices, ensuring efficient use of available address space.

By enabling DHCP in Windows 10, you can reap these benefits and ensure a smooth and hassle-free networking experience.

Troubleshooting DHCP Issues in Windows 10

Despite the advantages of DHCP, issues may arise that can disrupt network connectivity. Here are some common DHCP issues in Windows 10 and their troubleshooting steps:

  • IP Address Conflicts: If multiple devices on the network have the same IP address, conflicts can occur. To resolve this, ensure that DHCP is properly enabled and configure the DHCP server to assign unique IP addresses.
  • DHCP Server Unavailable: If the DHCP server is down or unreachable, devices may fail to obtain IP addresses. Ensure that the DHCP server is functional and accessible.
  • Incorrect DHCP Configuration: Mistakes in the DHCP server configuration can cause issues. Double-check the DHCP server settings and ensure they align with the desired network configuration.

By troubleshooting these common DHCP issues, you can quickly resolve connectivity problems and restore normal network operations.

Exploring Advanced DHCP Configuration in Windows 10

While the previous section covered the basics of enabling DHCP in Windows 10, there are advanced configurations that can be explored. These configurations provide additional control and customization options for your network environment.

Reserved IP Addresses

Reserved IP addresses allow specific devices to consistently receive the same IP address from the DHCP server. To configure reserved IP addresses in Windows 10, follow these steps:

  • Access the DHCP server settings.
  • Locate the DHCP reservation settings.
  • Enter the MAC address of the device and assign the desired IP address.

Reserved IP addresses are helpful in scenarios where specific devices, such as servers or printers, require consistent network configurations for easier access and management.

DHCP Options

DHCP options provide additional control and configuration for network devices. Options like DNS servers, NTP servers, or domain names can be specified through DHCP options. To configure DHCP options in Windows 10, use these steps:

  • Access the DHCP server settings.
  • Locate the DHCP options configuration.
  • Select the desired DHCP option and configure the appropriate values.

By utilizing DHCP options, you can provide additional configuration details to network devices, enhancing their functionality and integration within the network environment.

DHCP Relay Agent

The DHCP relay agent allows DHCP messages to be forwarded between DHCP clients and servers that reside on different IP subnets. This ensures DHCP functionality even in complex network setups. To configure the DHCP relay agent in Windows 10, follow these steps:

  • Access the network device acting as the DHCP relay agent.
  • Configure the DHCP relay agent settings, providing the IP address of the DHCP server.
  • Enable the DHCP relay agent.

The DHCP relay agent is particularly useful in scenarios where the DHCP server and clients are located on different network segments.

Enabling DHCP in Windows 10 is crucial for seamless and automated network configuration. By following the steps outlined in this article, you can enable DHCP and ensure that your devices can efficiently communicate and access network resources. Additionally, advanced configurations like reserved IP addresses, DHCP options, and DHCP relay agents can be explored to further enhance and fine-tune your network environment.

How To Enable Dhcp Windows 10

Enabling DHCP in Windows 10

To enable DHCP in Windows 10, follow these steps:

  • Press the Windows key + R to open the Run dialog box.
  • Type «ncpa.cpl» in the Run dialog box and press Enter. This will open the Network Connections window.
  • Locate the network connection you want to enable DHCP for (e.g., Ethernet or Wi-Fi).
  • Right-click on the network connection and select «Properties» from the context menu.
  • In the Properties window, scroll down to find «Internet Protocol Version 4 (TCP/IPv4)» and double-click on it.
  • In the TCP/IPv4 Properties window, select the «Obtain an IP address automatically» option and the «Obtain DNS server address automatically» option.
  • Click «OK» to save the changes.
  • Restart your computer to apply the changes.

Once you have successfully enabled DHCP, your Windows 10 computer will obtain an IP address and DNS server automatically from the DHCP server on your network.

### Key Takeaways: How to Enable DHCP Windows 10

  • DHCP stands for Dynamic Host Configuration Protocol and allows for automatic IP address configuration.
  • To enable DHCP on Windows 10, open the Control Panel and go to Network and Sharing Center.
  • Click on «Change adapter settings» on the left-hand side of the window.
  • Right-click on your network adapter and select «Properties.»
  • In the Properties window, scroll down to find «Internet Protocol Version 4 (TCP/IPv4)» and double-click on it.

Frequently Asked Questions

Here are some common questions about enabling DHCP on Windows 10:

1. What is DHCP and why is it important?

DHCP stands for Dynamic Host Configuration Protocol. It is a network protocol that allows devices to automatically obtain an IP address and network configuration when connecting to a network. DHCP is important because it simplifies the process of network configuration and allows for efficient management of IP addresses.

By enabling DHCP on Windows 10, your device will automatically obtain an IP address from the network, eliminating the need for manual configuration. This makes it easier to connect to different networks, especially when moving between locations.

2. How can I enable DHCP on Windows 10?

To enable DHCP on Windows 10, follow these steps:

1. Open the Start menu and click on the «Settings» icon.

2. In the Settings window, click on «Network & Internet».

3. On the left side of the Network & Internet window, click on «Ethernet» or «Wi-Fi», depending on your connection type.

4. Click on the network connection you want to configure.

5. Scroll down and click on «Properties» under the IP settings section.

6. In the Properties window, select «Obtain an IP address automatically» and «Obtain DNS server address automatically».

7. Click on «OK» to save the changes and enable DHCP on Windows 10.

3. What do I do if DHCP is not working on Windows 10?

If DHCP is not working on Windows 10, there are a few troubleshooting steps you can try:

1. Restart your computer and router to refresh the network connections.

2. Check your network cables or Wi-Fi connection to ensure they are properly connected.

3. Update your network drivers by going to the manufacturer’s website or using a driver update tool.

4. Disable any firewalls or security software temporarily to see if they are causing the issue.

5. If the issue persists, contact your network administrator or Internet Service Provider for further assistance.

4. Can I assign a static IP address if DHCP is enabled on Windows 10?

Yes, you can assign a static IP address even if DHCP is enabled on Windows 10. Assigning a static IP address can be useful for devices that require a consistent IP address for specific purposes, such as network printing or remote access.

To assign a static IP address on Windows 10:

1. Follow steps 1-4 from the previous question to open the network properties.

2. In the Properties window, select «Use the following IP address» and enter the desired IP address, subnet mask, default gateway, and DNS server addresses.

3. Click on «OK» to save the changes and assign a static IP address on Windows 10.

5. Is it safe to enable DHCP on Windows 10?

Enabling DHCP on Windows 10 is generally safe and recommended for most users. DHCP allows for easy network configuration and simplifies the process of connecting to different networks.

However, it’s important to ensure that you are connecting to a trusted network and that the DHCP server is properly configured. Using DHCP on public or unsecured networks may pose security risks, as it can open the door for unauthorized access to your device.

Always exercise caution and use trusted networks when enabling DHCP on Windows 10.

Enabling DHCP in Windows 10 is a straightforward process that allows your computer to automatically obtain an IP address from a DHCP server. By following a few simple steps, you can ensure that your network connection is seamless and hassle-free. First, open the Control Panel and navigate to the Network and Internet section. From there, click on Network and Sharing Center and select Change adapter settings. Once you’ve done that, right-click on your network connection and choose Properties. In the Properties window, scroll down and select Internet Protocol Version 4 (TCP/IPv4). From here, click on the Properties button and select Obtain an IP address automatically and Obtain DNS server address automatically. Finally, click OK to save the changes. With DHCP enabled, your Windows 10 computer will now automatically obtain the necessary network configuration whenever it connects to a new network.

Enabling DHCP in Windows 10 is a crucial step in ensuring a seamless and hassle-free network connection. With the DHCP protocol enabled, your computer can automatically obtain an IP address from a DHCP server, eliminating the need for manual configuration. This not only simplifies the network setup process but also allows for easy scaling of your network. By following the steps outlined above, you can easily enable DHCP in Windows 10 and enjoy the benefits of a dynamic network connection. So go ahead and make the necessary changes in your network settings, and enjoy the convenience and efficiency that DHCP brings to your Windows 10 experience.

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Как запретить центру обновления windows 10 обновлять драйвера видеокарты
  • Можно ли обновиться с пиратской windows 7 до windows 10
  • Запись выделенной области экрана windows 10
  • Стандартные обои windows 10 экран блокировки
  • Как понизить насыщенность монитора windows 10 на пк