Home >System Tutorial >Windows Series >How to delete startup options in win10 system
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 remove Windows 10 startup options
Method 1: Using the System Configuration Utility (msconfig)
Method 2: Using Command Prompt
Enter the following command:
<code>bcdedit /delete {boot entry GUID}</code>
Get the boot options GUID
Enter the following command in the command prompt:
<code>bcdedit</code>
Tips:
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!