qq2348227 发表于 2024-10-6 16:24

win10/11 oobe时,注入啥指令,不在线下载补丁,不自动打驱动?

因为自动打驱动,给我打了个 狂老的显卡驱动
online 打 oobe 补丁,也浪费时间,特别是网络不好的网络

我不愿意到主机后面拔网线,然后再去插网线,也不愿意进 bios 去禁用网卡,因为我不知道 按什么 键 进 bios


Windows Registry Editor Version 5.00


"HideOnlineAccountScreens"=dword:00000001
"HideEULAPage"=dword:00000001
"HideWirelessSetupInOOBE"=dword:00000001
"NetworkLocation"="Work"
"ProtectYourPC"=dword:00000003
"BypassNRO"=dword:00000001


我看 神州网信,有这几个可以来参考~


不下 oobe 补丁,不在线打驱动,有什么键值嘛?

qq2348227 发表于 2024-10-6 16:45

本帖最后由 qq2348227 于 2024-10-6 17:01 编辑

操作流程:

一、在开机显示“让我们为你的工作或学校准备好登录信息”页面不操作,按下 Shift + F10 组合键,打开命令提示符。

二、点击命令提示符,输入regedit 并按 Enter,打开注册表编辑器。

三、导航到以下注册表路径:HKEY_Local_Machine\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE

四、在 OOBE 注册表项下,创建一个新的 DWORD 值,命名为SkipUserOOBE,并将其值设置为“1”。

五、把LaunchOOBE其值设置为“0”。

六、重新启动 Windows 11 安装程序,“为你的工作或学校准备好登录信息”页面已经被跳过了,且正常开机。

七、打开EDGE,登陆microsoft账号(个人Windows账号)!!

八、重启计算机

九、在Windows上登陆上面EDGE登陆的个人Windows账号

十、删除默认账户,只保留一个Windows账户。

很感谢大家看到了这,码字不易,请点个赞和喜欢再走吧,谢谢啦~

如果觉得有帮助,点个收藏也是可以的呀~嘻嘻~~
谁能帮忙查全了?

1. `HideOobeSlideshow` (DWORD): This value is used to hide the slideshow during OOBE. A value of 1 hides the slideshow, while a value of 0 shows it.
2. `HideOOBE` (DWORD): If this value is set to 1, the OOBE process will not run when a user first logs into a new installation of Windows. This can be useful for system administrators who want to perform additional customizations before the user sees the OOBE.
3. `OobeText` (Multi-string): This value contains text strings displayed during the OOBE process. It includes information about the current user, privacy settings, and other important details.
4. `SkipMachineOOBE` (DWORD): If this value is set to 1, the OOBE process will not run for new machines that are joined to a domain or added to a corporate network. This can be useful for organizations with specific requirements during the initial setup of new devices.
5. `ShowWindowsHelloSetupPage` (DWORD): This value determines whether the Windows Hello setup page is displayed during OOBE. A value of 1 shows the page, while a value of 0 hides it.
6. `SkipUserOOBE` (DWORD): If this value is set to 1, the OOBE process will not run for new user accounts on an existing machine. This can be useful when installing additional applications or customizations before presenting the OOBE to a new user.

Feige 发表于 2024-10-6 17:04

感谢分享,我都是PE下安装,然后用dism++禁止驱动更新

lplp911 发表于 2024-10-6 22:41

谢谢分享,学习了

l3429900 发表于 2024-10-7 02:13

qq2348227 发表于 2024-10-6 16:45 https://i.pcbeta.com/static/image/common/back.gif
操作流程:

一、在开机显示“让我们为你的工作或学校准备好登录信息”页面不操作,按下 Shift + F10 组合 ...

谢谢分享,win 最基本安装流程是这样的,用winnt安装就不一样了

qq2348227 发表于 2024-10-7 18:10

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\DefaultMediaCost" /v "Default" /t REG_DWORD /d 2 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\DefaultMediaCost" /v "3G" /t REG_DWORD /d 2 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\DefaultMediaCost" /v "4G" /t REG_DWORD /d 2 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\DefaultMediaCost" /v "Ethernet" /t REG_DWORD /d 2 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\DefaultMediaCost" /v "WiFi" /t REG_DWORD /d 2 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceSetup" /v "CostedNetworkPolicy" /t REG_DWORD /d 0 /f

=====
Windows Registry Editor Version 5.00


"SearchOrderConfig"=dword:00000000
"DontSearchWindowsUpdate"=dword:00000001


"SearchOrderConfig"=dword:00000000
"DontSearchWindowsUpdate"=dword:00000001


"SearchOrderConfig"=dword:00000000


"ExcludeWUDriversInQualityUpdate"=dword:00000001


"ExcludeWUDriversInQualityUpdate"=dword:00000001



pengdiablo 发表于 2024-10-13 12:15

直接用组策略可以禁止更新,还可以只禁止驱动更新

da_nao_yan 发表于 2024-10-13 12:22

没用,拔网线最稳。网不好的无论更不更新都会转好久,只有断网是秒进。

想傲江湖 发表于 2024-10-14 23:28

自用的电脑,我一般从官网上下载驱动到本地,并在本地保留最终版驱动。

帮别人装系统,才用Windows Update打驱动。

maxos 发表于 2024-11-7 10:05

谢谢分享,学习了

q515812608 发表于 2024-11-12 18:45

感谢分享······
页: [1]
查看完整版本: win10/11 oobe时,注入啥指令,不在线下载补丁,不自动打驱动?