编辑以下内容的windows启动选项:windows 7

2024-11-19 11:31:15
推荐回答(4个)
回答1:

以上问题是因为启动项文件出现问题,需要修复,以下是方法:

1、打开“运行”,方法是点击“开始”->“运行”或者直接用快捷键:“windows+r”。

2、输入“msconfig”回车。

3、点击上图中的“启动”选项。

4、去掉不想开机启动的程序前面方框里的对勾。

5、点击应用在上图“确定”地方会出现“关闭”按钮,点击关闭会出现提示重启电脑的对话框。

6、点击重新启动,重启电脑。

回答2:

win7启动文件参数修改(bcdedit.exe)windows 7

Vista之前的系统,修改启动文件是在C盘下的boot.ini文件,Vista之后(包括win7)修改启动文件是用windows/system32/bcdedit.exe来修改,windows/system32/bcdedit.exe需要管理者身份才能运行,右击开始附件中的命令提示符,选择“以管理者身份运行”才可使用,自己的电脑上装有win7,运行结果如下:

Microsoft Windows [版本 6.1.7600]

版权所有 (c) 2009 Microsoft Corporation。保留所有权利。

C:\Windows\system32>bcdedit.exe

Windows 启动管理器

--------------------

标识符 {bootmgr}

device partition=C:

description Windows Boot Manager

locale zh-CN

inherit {globalsettings}

default {current}

resumeobject {4ea87a30-b6de-11de-b0bc-bf1d12f13d12}

displayorder {current}

toolsdisplayorder {memdiag}

timeout 30

Windows 启动加载器------------------------------从这里开始是我们装的系统

-------------------

标识符 {current}

device partition=C:

path \Windows\system32\winload.exe

description Windows 7-----------------------我现在使用的是win7

locale zh-CN

inherit {bootloadersettings}

recoverysequence {4ea87a32-b6de-11de-b0bc-bf1d12f13d12}

recoveryenabled Yes

osdevice partition=C:

systemroot \Windows

resumeobject {4ea87a30-b6de-11de-b0bc-bf1d12f13d12}

nx OptIn

运行结果有两部分,第一部分为Windows Boot Manager,第二部分为装的系统,如果系统装有两个或三个系统,则会相应增加,如下,在C盘装win7,在d盘装XP,运行bcdedit.exe的结果如下:

Microsoft Windows [Version 6.1.7100]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Windows\system32>bcdedit.exe

Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=D:
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {current}
resumeobject {3919dbda-6c55-11d9-88ec-f48e550666b3}
displayorder {ntldr}
{current}
toolsdisplayorder {memdiag}
timeout 30

Windows Legacy OS Loader
------------------------
identifier {ntldr}
device partition=D:
path \ntldr
description Earlier Version of Windows

Windows Boot Loader
-------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.exe
description Windows 7
locale en-US
inherit {bootloadersettings}
recoverysequence {3919dbdc-6c55-11d9-88ec-f48e550666b3}
recoveryenabled Yes
osdevice partition=C:
systemroot \Windows
resumeobject {3919dbda-6c55-11d9-88ec-f48e550666b3}
nx OptIn

C:\Windows\system32>

给引导菜单做个备份

bcdedit /export "d:\bcd_backup"------------------ 导出引导菜单到d:\bcd_backup目录。

bcdedit /import "d:\bcd_backup"------------------ 导入引导菜单到d:\bcd_backup目录。

执行了如下的命令

BCDEDIT /DELETE {4ea87a32-b6de-11de-b0bc-bf1d12f13d12} ------删除系统

bcdedit /set {current} Description "123321" ------把系统改名为123321

回答3:

我也出现了同样的问题,费尽周折才知道原来是F10键出现粘滞了,敲了几下F10键问题就解决了,等有时间再把键盘换了吧

回答4:

我的是联想Z460,是因为F10键盘失灵啦,只要把F10弄好,问题就解决啦