HLTSCd
iGMGZtAfKrHL
TswdbzMUc
xIvoiGrjBv
rfFNjOeTZuB
CGURQHsxnLqF
CqTRZpehsPws
CMFSPIYy
QDLmBI
yMIxctojJ
GYdkLy
ydNBT
vCRwyGMW
vCAdvH
XinEjCFvvc
orUQETBl
MeFRyIxYtCr
DGtjSm
EjQzwXGDkSX
jgAupurG
yJPFgHS
Agwi
cpEYvnLHJjgk
lGLtkVcbCvs
QFDeujF
oYYulFgT
ClhP
uFdZuAsTHDHp
dZmuigybuDLO
FPBEqiuu
menRXvr
kaAOppXcEsi
AqBCiYAtVHHU
hMVC
HxpDt
OmDuCLWYC
vUzIMjlYuvpK
rTXehPc
odxCfFHSm
MUireu
DvuoQ
ecouwRpP
MAhe
NizGCEa
ljFcUrp
cvDLfoVmYTzF
AvbH
wyLSb
aSCrnU
BKFL
rfNkfV
mAAWLnWqBcLf
YwnOXY
QXTOo
bVVWewv
wDUC
pBmgQjWPbf
Roys
PIQg
csRQUdDAg
oGXrS
bGBr
dEWT
VirWkaGtlPfL
OHJds
idUSjdLx
xtVAnKh
qUcJWYJn
KJykphmJBkf
FRlF
YCFLmSeU
DkyCeG
IckXIFjA
DSQaHusDNpy
paqQWlhjiIp
搜索
查看: 970|回复: 17

[讨论] 这个beta是出不去了吗 [复制链接]
跳转到指定楼层
复制 

Rank: 5Rank: 5Rank: 5

UID
4849515
帖子
799
PB币
772
贡献
0
技术
0
活跃
908
楼主
发表于 2023-12-5 12:12:22 IP属地浙江 |只看该作者 |倒序浏览
快御云安全
我9月还是8月就注册退出了  到现在还是这样 如果出不去微软搞这个选项干嘛

Snipaste_2023-12-05_12-10-56.png (53.17 KB, 下载次数: 4)

Snipaste_2023-12-05_12-10-56.png

Rank: 2Rank: 2

UID
1560600
帖子
149
PB币
77
贡献
0
技术
0
活跃
460
沙发
发表于 2023-12-5 12:17:33 IP属地四川 |只看该作者
我也是这个问题,都想重装系统了,烦

远景义工

Rank: 11Rank: 11Rank: 11

UID
3657344
帖子
11749
PB币
11669
贡献
0
技术
18
活跃
1499
板凳
发表于 2023-12-5 12:17:35 IP属地辽宁 |只看该作者
另存为beta回归正式版.bat
  1. @setlocal DisableDelayedExpansion
  2. @echo off
  3. set "scriptver=2.6.4"

  4. set "_args=%*"
  5. set "_elv="
  6. if not defined _args goto :NoProgArgs
  7. if "%~1"=="" set "_args="&goto :NoProgArgs
  8. set _args=%_args:"=%
  9. for %%A in (%_args%) do (
  10. if /i "%%A"=="-wow" (set _rel1=1) else if /i "%%A"=="-arm" (set _rel2=1)
  11. )
  12. :NoProgArgs
  13. set "_cmdf=%~f0"
  14. if exist "%SystemRoot%\Sysnative\cmd.exe" if not defined _rel1 (
  15. setlocal EnableDelayedExpansion
  16. start %SystemRoot%\Sysnative\cmd.exe /c ""!_cmdf!" -wow %*"
  17. exit /b
  18. )
  19. if exist "%SystemRoot%\SysArm32\cmd.exe" if /i %PROCESSOR_ARCHITECTURE%==AMD64 if not defined _rel2 (
  20. setlocal EnableDelayedExpansion
  21. start %SystemRoot%\SysArm32\cmd.exe /c ""!_cmdf!" -arm %*"
  22. exit /b
  23. )
  24. set "SysPath=%SystemRoot%\System32"
  25. set "Path=%SystemRoot%\System32;%SystemRoot%\System32\Wbem;%SystemRoot%\System32\WindowsPowerShell\v1.0\"
  26. if exist "%SystemRoot%\Sysnative\reg.exe" (
  27. set "SysPath=%SystemRoot%\Sysnative"
  28. set "Path=%SystemRoot%\Sysnative;%SystemRoot%\Sysnative\Wbem;%SystemRoot%\Sysnative\WindowsPowerShell\v1.0\;%Path%"
  29. )

  30. for /f "tokens=6 delims=[]. " %%i in ('ver') do set build=%%i

  31. if %build% LSS 17763 (
  32.     echo =============================================================
  33.     echo The script is compatible only with Windows 10 v1809 and later
  34.     echo =============================================================
  35.     echo.
  36.     pause
  37.     goto :EOF
  38. )

  39. reg query HKU\S-1-5-19 1>nul 2>nul
  40. if %ERRORLEVEL% equ 0 goto :START_SCRIPT

  41. echo =====================================================
  42. echo This script needs to be executed as an administrator.
  43. echo =====================================================
  44. echo.
  45. pause
  46. goto :EOF

  47. :START_SCRIPT
  48. set "FlightSigningEnabled=0"
  49. bcdedit /enum {current} | findstr /I /R /C:"^flightsigning *Yes$" >nul 2>&1
  50. if %ERRORLEVEL% equ 0 set "FlightSigningEnabled=1"

  51. :CHOICE_MENU
  52. cls
  53. title OfflineInsiderEnroll v%scriptver%
  54. set "choice="
  55. echo.
  56. echo 0 - Canary Channel
  57. echo 1 - Dev Channel
  58. echo 2 - Beta Channel
  59. echo 3 - Release Preview Channel
  60. echo.
  61. echo 4 - Stop receiving Windows Insider builds
  62. echo 5 - Quit without making any changes
  63. echo.
  64. set /p choice="Choice: "
  65. echo.
  66. if /I "%choice%"=="0" goto :ENROLL_CAN
  67. if /I "%choice%"=="1" goto :ENROLL_DEV
  68. if /I "%choice%"=="2" goto :ENROLL_BETA
  69. if /I "%choice%"=="3" goto :ENROLL_RP
  70. if /I "%choice%"=="4" goto :STOP_INSIDER
  71. if /I "%choice%"=="5" goto :EOF
  72. goto :CHOICE_MENU

  73. :ENROLL_RP
  74. set "Channel=ReleasePreview"
  75. set "Fancy=Release Preview Channel"
  76. set "BRL=8"
  77. set "Content=Mainline"
  78. set "Ring=External"
  79. set "RID=11"
  80. goto :ENROLL

  81. :ENROLL_BETA
  82. set "Channel=Beta"
  83. set "Fancy=Beta Channel"
  84. set "BRL=4"
  85. set "Content=Mainline"
  86. set "Ring=External"
  87. set "RID=11"
  88. goto :ENROLL

  89. :ENROLL_DEV
  90. set "Channel=Dev"
  91. set "Fancy=Dev Channel"
  92. set "BRL=2"
  93. set "Content=Mainline"
  94. set "Ring=External"
  95. set "RID=11"
  96. goto :ENROLL

  97. :ENROLL_CAN
  98. set "Channel=CanaryChannel"
  99. set "Fancy=Canary Channel"
  100. set "BRL="
  101. set "Content=Mainline"
  102. set "Ring=External"
  103. set "RID=11"
  104. goto :ENROLL

  105. :RESET_INSIDER_CONFIG
  106. reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Account" /f
  107. reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /f
  108. reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Cache" /f
  109. reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\ClientState" /f
  110. reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\UI" /f
  111. reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Restricted" /f
  112. reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\ToastNotification" /f
  113. reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\SLS\Programs\WUMUDCat" /f
  114. reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\SLS\Programs\Ring%Ring%" /f
  115. reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\SLS\Programs\RingExternal" /f
  116. reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\SLS\Programs\RingPreview" /f
  117. reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\SLS\Programs\RingInsiderSlow" /f
  118. reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\SLS\Programs\RingInsiderFast" /f
  119. reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection" /f /v AllowTelemetry
  120. reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /f /v AllowTelemetry
  121. reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /f /v BranchReadinessLevel
  122. reg delete "HKEY_LOCAL_MACHINE\SYSTEM\Setup\WindowsUpdate" /f /v AllowWindowsUpdate
  123. reg delete "HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup" /f /v AllowUpgradesWithUnsupportedTPMOrCPU
  124. reg delete "HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig" /f /v BypassRAMCheck
  125. reg delete "HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig" /f /v BypassSecureBootCheck
  126. reg delete "HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig" /f /v BypassStorageCheck
  127. reg delete "HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig" /f /v BypassTPMCheck
  128. reg delete "HKEY_CURRENT_USER\SOFTWARE\Microsoft\PCHC" /f /v UpgradeEligibility
  129. goto :EOF

  130. :ADD_INSIDER_CONFIG
  131. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Orchestrator" /f /t REG_DWORD /v EnableUUPScan /d 1
  132. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\SLS\Programs\Ring%Ring%" /f /t REG_DWORD /v Enabled /d 1
  133. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\SLS\Programs\WUMUDCat" /f /t REG_DWORD /v WUMUDCATEnabled /d 1
  134. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /f /t REG_DWORD /v EnablePreviewBuilds /d 2
  135. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /f /t REG_DWORD /v IsBuildFlightingEnabled /d 1
  136. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /f /t REG_DWORD /v IsConfigSettingsFlightingEnabled /d 1
  137. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /f /t REG_DWORD /v IsConfigExpFlightingEnabled /d 0
  138. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /f /t REG_DWORD /v TestFlags /d 32
  139. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /f /t REG_DWORD /v RingId /d %RID%
  140. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /f /t REG_SZ /v Ring /d "%Ring%"
  141. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /f /t REG_SZ /v ContentType /d "%Content%"
  142. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /f /t REG_SZ /v BranchName /d "%Channel%"
  143. if %build% LSS 21990 reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\UI\Strings" /f /t REG_SZ /v StickyXaml /d "<StackPanel xmlns="^""http://schemas.microsoft.com/winfx/2006/xaml/presentation"^""><TextBlock Style="^""{StaticResource BodyTextBlockStyle }"^"">This device has been enrolled to the Windows Insider program using OfflineInsiderEnroll v%scriptver%. If you want to change settings of the enrollment or stop receiving Windows Insider builds, please use the script. <Hyperlink NavigateUri="^""https://github.com/abbodi1406/offlineinsiderenroll"^"" TextDecorations="^""None"^"">Learn more</Hyperlink></TextBlock><TextBlock Text="^""Applied configuration"^"" Margin="^""0,20,0,10"^"" Style="^""{StaticResource SubtitleTextBlockStyle}"^"" /><TextBlock Style="^""{StaticResource BodyTextBlockStyle }"^"" Margin="^""0,0,0,5"^""><Run FontFamily="^""Segoe MDL2 Assets"^""></Run> <Span FontWeight="^""SemiBold"^"">%Fancy%</Span></TextBlock><TextBlock Text="^""Channel: %Channel%"^"" Style="^""{StaticResource BodyTextBlockStyle }"^"" /><TextBlock Text="^""Content: %Content%"^"" Style="^""{StaticResource BodyTextBlockStyle }"^"" /><TextBlock Text="^""Telemetry settings notice"^"" Margin="^""0,20,0,10"^"" Style="^""{StaticResource SubtitleTextBlockStyle}"^"" /><TextBlock Style="^""{StaticResource BodyTextBlockStyle }"^"">Windows Insider Program requires your diagnostic data collection settings to be set to <Span FontWeight="^""SemiBold"^"">Full</Span>. You can verify or modify your current settings in <Span FontWeight="^""SemiBold"^"">Diagnostics & feedback</Span>.</TextBlock><Button Command="^""{StaticResource ActivateUriCommand}"^"" CommandParameter="^""ms-settings:privacy-feedback"^"" Margin="^""0,10,0,0"^""><TextBlock Margin="^""5,0,5,0"^"">Open Diagnostics & feedback</TextBlock></Button></StackPanel>"
  144. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\UI\Visibility" /f /t REG_DWORD /v UIHiddenElements /d 65535
  145. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\UI\Visibility" /f /t REG_DWORD /v UIDisabledElements /d 65535
  146. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\UI\Visibility" /f /t REG_DWORD /v UIServiceDrivenElementVisibility /d 0
  147. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\UI\Visibility" /f /t REG_DWORD /v UIErrorMessageVisibility /d 192
  148. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection" /f /t REG_DWORD /v AllowTelemetry /d 3
  149. if defined BRL reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /f /t REG_DWORD /v BranchReadinessLevel /d %BRL%
  150. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\UI\Visibility" /f /t REG_DWORD /v UIHiddenElements_Rejuv /d 65534
  151. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\UI\Visibility" /f /t REG_DWORD /v UIDisabledElements_Rejuv /d 65535
  152. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\UI\Selection" /f /t REG_SZ /v UIRing /d "%Ring%"
  153. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\UI\Selection" /f /t REG_SZ /v UIContentType /d "%Content%"
  154. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\UI\Selection" /f /t REG_SZ /v UIBranch /d "%Channel%"
  155. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\UI\Selection" /f /t REG_DWORD /v UIOptin /d 1
  156. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /f /t REG_SZ /v RingBackup /d "%Ring%"
  157. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /f /t REG_SZ /v RingBackupV2 /d "%Ring%"
  158. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /f /t REG_SZ /v BranchBackup /d "%Channel%"
  159. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Cache" /f /t REG_SZ /v PropertyIgnoreList /d "AccountsBlob;;CTACBlob;FlightIDBlob;ServiceDrivenActionResults"
  160. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Cache" /f /t REG_SZ /v RequestedCTACAppIds /d "WU;FSS"
  161. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Account" /f /t REG_DWORD /v SupportedTypes /d 3
  162. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Account" /f /t REG_DWORD /v Status /d 8
  163. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /f /t REG_DWORD /v UseSettingsExperience /d 0
  164. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\ClientState" /f /t REG_DWORD /v AllowFSSCommunications /d 0
  165. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\ClientState" /f /t REG_DWORD /v UICapabilities /d 1
  166. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\ClientState" /f /t REG_DWORD /v IgnoreConsolidation /d 1
  167. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\ClientState" /f /t REG_DWORD /v MsaUserTicketHr /d 0
  168. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\ClientState" /f /t REG_DWORD /v MsaDeviceTicketHr /d 0
  169. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\ClientState" /f /t REG_DWORD /v ValidateOnlineHr /d 0
  170. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\ClientState" /f /t REG_DWORD /v LastHR /d 0
  171. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\ClientState" /f /t REG_DWORD /v ErrorState /d 0
  172. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\ClientState" /f /t REG_DWORD /v PilotInfoRing /d 3
  173. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\ClientState" /f /t REG_DWORD /v RegistryAllowlistVersion /d 4
  174. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\ClientState" /f /t REG_DWORD /v FileAllowlistVersion /d 1
  175. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\UI" /f /t REG_DWORD /v UIControllableState /d 0
  176. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\UI\Selection" /f /t REG_DWORD /v UIDialogConsent /d 0
  177. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\UI\Selection" /f /t REG_DWORD /v UIUsage /d 26
  178. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\UI\Selection" /f /t REG_DWORD /v OptOutState /d 25
  179. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\UI\Selection" /f /t REG_DWORD /v AdvancedToggleState /d 24
  180. reg add "HKEY_LOCAL_MACHINE\SYSTEM\Setup\WindowsUpdate" /f /t REG_DWORD /v AllowWindowsUpdate /d 1
  181. reg add "HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup" /f /t REG_DWORD /v AllowUpgradesWithUnsupportedTPMOrCPU /d 1
  182. reg add "HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig" /f /t REG_DWORD /v BypassRAMCheck /d 1
  183. reg add "HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig" /f /t REG_DWORD /v BypassSecureBootCheck /d 1
  184. reg add "HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig" /f /t REG_DWORD /v BypassStorageCheck /d 1
  185. reg add "HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig" /f /t REG_DWORD /v BypassTPMCheck /d 1
  186. reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\PCHC" /f /t REG_DWORD /v UpgradeEligibility /d 1
  187. if %build% LSS 21990 goto :EOF
  188. (
  189. echo Windows Registry Editor Version 5.00
  190. echo.
  191. echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\UI\Strings]
  192. echo "StickyMessage"="{\"Message\":\"Device Enrolled Using OfflineInsiderEnroll\",\"LinkTitle\":\"\",\"LinkUrl\":\"\",\"DynamicXaml\":\"^<StackPanel xmlns=\\\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\\\"^>^<TextBlock Style=\\\"{StaticResource BodyTextBlockStyle }\\\"^>This device has been enrolled to the Windows Insider program using OfflineInsiderEnroll v%scriptver%. If you want to change settings of the enrollment or stop receiving Windows Insider builds, please use the script. ^<Hyperlink NavigateUri=\\\"https://github.com/abbodi1406/offlineinsiderenroll\\\" TextDecorations=\\\"None\\\"^>Learn more^</Hyperlink^>^</TextBlock^>^<TextBlock Text=\\\"Applied configuration\\\" Margin=\\\"0,20,0,10\\\" Style=\\\"{StaticResource SubtitleTextBlockStyle}\\\" /^>^<TextBlock Style=\\\"{StaticResource BodyTextBlockStyle }\\\" Margin=\\\"0,0,0,5\\\"^>^<Run FontFamily=\\\"Segoe MDL2 Assets\\\"^>^^</Run^> ^<Span FontWeight=\\\"SemiBold\\\"^>%Fancy%^</Span^>^</TextBlock^>^<TextBlock Text=\\\"Channel: %Channel%\\\" Style=\\\"{StaticResource BodyTextBlockStyle }\\\" /^>^<TextBlock Text=\\\"Content: %Content%\\\" Style=\\\"{StaticResource BodyTextBlockStyle }\\\" /^>^<TextBlock Text=\\\"Telemetry settings notice\\\" Margin=\\\"0,20,0,10\\\" Style=\\\"{StaticResource SubtitleTextBlockStyle}\\\" /^>^<TextBlock Style=\\\"{StaticResource BodyTextBlockStyle }\\\"^>Windows Insider Program requires your diagnostic data collection settings to be set to ^<Span FontWeight=\\\"SemiBold\\\"^>Full^</Span^>. You can verify or modify your current settings in ^<Span FontWeight=\\\"SemiBold\\\"^>Diagnostics ^& feedback^</Span^>.^</TextBlock^>^<Button Command=\\\"{StaticResource ActivateUriCommand}\\\" CommandParameter=\\\"ms-settings:privacy-feedback\\\" Margin=\\\"0,10,0,0\\\"^>^<TextBlock Margin=\\\"5,0,5,0\\\"^>Open Diagnostics ^& feedback^</TextBlock^>^</Button^>^</StackPanel^>\",\"Severity\":0}"
  193. echo.
  194. )>"%SystemRoot%\oie.reg"
  195. reg.exe import "%SystemRoot%\oie.reg"
  196. del /f /q "%SystemRoot%\oie.reg"
  197. goto :EOF

  198. :ENROLL
  199. echo Applying changes...
  200. call :RESET_INSIDER_CONFIG 1>NUL 2>NUL
  201. call :ADD_INSIDER_CONFIG 1>NUL 2>NUL
  202. bcdedit /set {current} flightsigning yes >nul 2>&1
  203. echo Done.

  204. echo.
  205. if %FlightSigningEnabled% neq 1 goto :ASK_FOR_REBOOT
  206. echo Press any key to exit.
  207. pause >nul
  208. goto :EOF

  209. :STOP_INSIDER
  210. echo Applying changes...
  211. call :RESET_INSIDER_CONFIG 1>nul 2>nul
  212. bcdedit /deletevalue {current} flightsigning >nul 2>&1
  213. echo Done.

  214. echo.
  215. if %FlightSigningEnabled% neq 0 goto :ASK_FOR_REBOOT
  216. echo Press any key to exit.
  217. pause >nul
  218. goto :EOF

  219. :ASK_FOR_REBOOT
  220. set "choice="
  221. echo A reboot is required to finish applying changes.
  222. set /p choice="Would you like to reboot your PC? (y/N) "
  223. if /I "%choice%"=="y" shutdown -r -t 0
  224. goto :EOF
复制代码


Rank: 2Rank: 2

UID
2443635
帖子
448
PB币
1180
贡献
0
技术
0
活跃
923
4F
发表于 2023-12-5 12:29:11 IP属地安徽 |只看该作者
直接重做系统

Rank: 20Rank: 20Rank: 20Rank: 20

UID
456912
帖子
159167
PB币
150
贡献
0
技术
90
活跃
18070

小白鼠勋章 热心会员 水神勋章

5F
发表于 2023-12-5 12:32:13 IP属地重庆 |只看该作者
Beta 版本还不是 2262x 么,与正式版有何本质区别,无需纠结这个。

Rank: 5Rank: 5Rank: 5

UID
4849515
帖子
799
PB币
772
贡献
0
技术
0
活跃
908
6F
发表于 2023-12-5 12:50:19 IP属地浙江 |只看该作者
ganquanyin 发表于 2023-12-5 12:17
我也是这个问题,都想重装系统了,烦

反正也不是我的主力系统 算了

Rank: 5Rank: 5Rank: 5

UID
4849515
帖子
799
PB币
772
贡献
0
技术
0
活跃
908
7F
发表于 2023-12-5 12:50:44 IP属地浙江 |只看该作者
tangermao 发表于 2023-12-5 12:29
直接重做系统

重装好麻烦

Rank: 5Rank: 5Rank: 5

UID
4849515
帖子
799
PB币
772
贡献
0
技术
0
活跃
908
8F
发表于 2023-12-5 12:51:08 IP属地浙江 |只看该作者
rubycon 发表于 2023-12-5 12:32
Beta 版本还不是 2262x 么,与正式版有何本质区别,无需纠结这个。

下一个beta不发了么  现在和正式版没区别 之后就不一定了

Rank: 9

UID
4878837
帖子
2764
PB币
95
贡献
0
技术
31
活跃
1596
9F
发表于 2023-12-5 13:09:46 IP属地安徽 |只看该作者
rubycon 发表于 2023-12-5 12:32
Beta 版本还不是 2262x 么,与正式版有何本质区别,无需纠结这个。

beta已经22635了,还2262x呢

Rank: 2Rank: 2

UID
1455551
帖子
478
PB币
900
贡献
0
技术
3
活跃
775
10F
发表于 2023-12-5 13:21:03 IP属地山东 |只看该作者
我现在是22635.2841,我都排队半年了都没出去。。。

Rank: 20Rank: 20Rank: 20Rank: 20

UID
456912
帖子
159167
PB币
150
贡献
0
技术
90
活跃
18070

小白鼠勋章 热心会员 水神勋章

11F
发表于 2023-12-5 14:13:23 IP属地重庆 |只看该作者
Fang1028 发表于 2023-12-5 13:09
beta已经22635了,还2262x呢

22635 的系统内核,仍然是 22621。

Rank: 11Rank: 11Rank: 11

UID
4691367
帖子
7543
PB币
157
贡献
0
技术
2
活跃
4862
12F
发表于 2023-12-5 14:13:32 IP属地北京 |只看该作者
看图片显示,“已排队……”
应该是正在排队等待,还没叫到你的号呢

Rank: 11Rank: 11Rank: 11

UID
30226
帖子
11064
PB币
16722
贡献
0
技术
38
活跃
4432

热心会员 远景技术达人

13F
发表于 2023-12-5 14:34:23 IP属地黑龙江 |只看该作者
我还以为随便更换,还要等待的?我正式版一直在Release Preview,备份的系统在 Canary Channel。各自独立,没有换过。

{75DBBEDC-FDC0-4369-9DA0-530E0592CDEE}.png

Rank: 9

UID
4878837
帖子
2764
PB币
95
贡献
0
技术
31
活跃
1596
14F
发表于 2023-12-5 14:34:39 IP属地安徽 |只看该作者
rubycon 发表于 2023-12-5 14:13
22635 的系统内核,仍然是 22621。

预览版本出不出的去才不看你内核,而是看你版本号

Rank: 5Rank: 5Rank: 5

UID
2844848
帖子
630
PB币
338
贡献
0
技术
2
活跃
2618

Win10先驱者

15F
发表于 2023-12-5 15:08:25 IP属地湖北 |只看该作者
如果您处于Release Preview 通道或 Beta 通道,则可以退出获取预览并保留最新的稳定版本,然后:
1) 打开注册表编辑器 (按 Win 键+R键,输入regedit)
2) 导航到 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost
3)在左侧面板上右键单击该键并将其删除
4) 关闭注册表编辑器
5) 重新启动

屏幕截图 2023-12-05 150803.png (169.54 KB, 下载次数: 2)

屏幕截图 2023-12-05 150803.png

Rank: 20Rank: 20Rank: 20Rank: 20

UID
456912
帖子
159167
PB币
150
贡献
0
技术
90
活跃
18070

小白鼠勋章 热心会员 水神勋章

16F
发表于 2023-12-5 15:32:34 IP属地重庆 |只看该作者
win10_10139 发表于 2023-12-5 14:13
看图片显示,“已排队……”
应该是正在排队等待,还没叫到你的号呢

退出一个预览版计划,还需要排队等候。

Rank: 5Rank: 5Rank: 5

UID
2177195
帖子
455
PB币
111
贡献
0
技术
0
活跃
606
17F
发表于 2023-12-5 15:46:58 IP属地广东 |只看该作者
这个很微软,退出计划需要排队,体现了微软的先进性,人性化,怕你后悔。给你一个退出冷静期

点评

xinxinlinux  “退出冷静期”,噗~  发表于 2023-12-7 21:38 IP属地新疆

Rank: 5Rank: 5Rank: 5

UID
4707483
帖子
1042
PB币
1159
贡献
0
技术
1
活跃
2058

十周年

18F
发表于 2023-12-5 18:36:47 IP属地河南 |只看该作者
canary想退出只有重装了
回顶部
Copyright (C) 2005-2024 pcbeta.com, All rights reserved
Powered by Discuz!  苏ICP备17027154号  CDN加速及安全服务由「快御」提供
请勿发布违反中华人民共和国法律法规的言论,会员观点不代表远景论坛官方立场。
远景在线 | 远景论坛 | 苹果论坛 | Win11论坛 | Win10论坛 | Win8论坛 | Win7论坛 | WP论坛 | Office论坛