Home  >  Article  >  System Tutorial  >  How to delete startup options in win10 system

How to delete startup options in win10 system

下次还敢
下次还敢Original
2024-04-14 09:45:16442browse

To remove Windows 10 startup options, you can do so by using the System Configuration Utility (msconfig) or Command Prompt. 1. Delete startup options through the system configuration utility (msconfig): a) Open the system configuration utility; b) Go to the "Boot" tab; c) Select the startup option to be deleted; d) Click "Delete"; e) Restart the computer. 2. Delete the boot option through the command prompt: a) Open the administrator command prompt; b) Enter bcdedit /delete {boot entry GUID} and press Enter, where {boot entry GUID} is the boot option to be deleted.

How to delete startup options in win10 system

How to remove Windows 10 startup options

Method 1: Using the System Configuration Utility (msconfig)

  • Press the Windows key R, enter msconfig, and then press Enter.
  • In the System Configuration window, go to the Boot tab.
  • Find the startup option you want to remove and select it.
  • Click the "Delete" button.
  • Click OK to save changes.
  • Restart the computer to take effect.

Method 2: Using Command Prompt

  • Open Command Prompt as administrator.
  • Enter the following command:

    <code>bcdedit /delete {boot entry GUID}</code>
  • Replace {boot entry GUID} with the boot entry GUID of the boot option you want to delete.
  • Press Enter.
  • Restart the computer to take effect.

Get the boot options GUID

  • Enter the following command in the command prompt:

    <code>bcdedit</code>
  • Find the boot entry GUID of the boot option you want to remove. It will be enclosed in curly braces {}.

Tips:

  • Make sure you delete the correct startup options.
  • If you are not sure how to operate, please consult technical support.
  • After you delete a startup option, the computer will no longer boot from that startup option.

The above is the detailed content of How to delete startup options in win10 system. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn