找回密码
 立即注册
搜索
查看: 4742|回复: 28

[软件] win11正式版下载地址

[复制链接]
头像被屏蔽
     
发表于 2021-10-5 19:15 | 显示全部楼层 |阅读模式
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

头像被屏蔽
     
 楼主| 发表于 2021-10-5 19:20 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

头像被屏蔽
     
发表于 2021-10-6 10:49 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

头像被屏蔽
     
 楼主| 发表于 2021-10-6 10:51 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

     
发表于 2021-10-6 20:31 来自手机 | 显示全部楼层
有没有人试过在pe里用安装器安装成功的?

—— 来自 OPPO PEXM00, Android 11上的 S1Next-鹅版 v2.4.4.1
回复

使用道具 举报

头像被屏蔽
     
发表于 2021-10-6 21:26 来自手机 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

     
发表于 2021-10-6 21:41 | 显示全部楼层
另一个办法:
https://gist.github.com/AveYo/c7 ... namic_update_v2-cmd
  1. @(set "0=%~f0"^)#) & powershell -nop -c iex([io.file]::ReadAllText($env:0)) & exit/b
  2. #:: double-click to run or just copy-paste into powershell - it's a standalone hybrid script
  3. #:: v2 of the toggle script comes to the aid of outliers for whom v1 did not work due to various reasons (broken/blocked/slow wmi)
  4. #:: uses IFEO instead to attach to the same Virtual Disk Service Loader process running during setup, then launches a cmd erase
  5. #:: of appraiserres.dll - but it must also do some ping-pong renaming of the exe in system32\11 - great implementation nonetheless
  6. #:: (for simplicity did not use powershell invoking CreateProcess and DebugActiveProcessStop to overcome IFEO constrains)
  7. #:: in v2 the cmd window will briefly flash while running diskmgmt - so it is not "better" per-se. just more compatible / reactive
  8. #:: you probably don't need to have it installed at all times - just when doing feature updates or manual setup within windows
  9. #:: hence the on off toggle just by running the script again

  10. $_Paste_in_Powershell = {
  11.   $N = 'Skip TPM Check on Dynamic Update'
  12.   $0 = sp 'HKLM:\SYSTEM\Setup\MoSetup' 'AllowUpgradesWithUnsupportedTPMOrCPU' 1 -type dword -force -ea 0
  13.   $B = gwmi -Class __FilterToConsumerBinding -Namespace 'root\subscription' -Filter "Filter = ""__eventfilter.name='$N'""" -ea 0
  14.   $C = gwmi -Class CommandLineEventConsumer -Namespace 'root\subscription' -Filter "Name='$N'" -ea 0
  15.   $F = gwmi -Class __EventFilter -NameSpace 'root\subscription' -Filter "Name='$N'" -ea 0
  16.   if ($B) { $B | rwmi } ; if ($C) { $C | rwmi } ; if ($F) { $F | rwmi }
  17.   $C = "cmd /q $N (c) AveYo, 2021 /d/x/r>nul (erase /f/s/q %systemdrive%\`$windows.~bt\appraiserres.dll"
  18.   $C+= '&md 11&cd 11&ren vd.exe vdsldr.exe&robocopy "../" "./" "vdsldr.exe"&ren vdsldr.exe vd.exe&start vd -Embedding)&rem;'
  19.   $K = 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\vdsldr.exe'
  20.   if (test-path $K) {ri $K -force -ea 0; write-host -fore 0xf -back 0xd "`n $N [REMOVED] run again to install "; timeout /t 5}
  21.   else {$0=ni $K; sp $K Debugger $C -force; write-host -fore 0xf -back 0x2 "`n $N [INSTALLED] run again to remove ";timeout /t 5}
  22. } ; start -verb runas powershell -args "-nop -c & {`n`n$($_Paste_in_Powershell-replace'"','"')}"
  23. $_Press_Enter
  24. #::
复制代码

放进文本里保存为cmd格式,管理员模式运行一次(一次就好,第二次是关闭),OK了iso装吧
回复

使用道具 举报

头像被屏蔽
     
 楼主| 发表于 2021-10-6 22:36 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

     
发表于 2021-10-7 00:18 来自手机 | 显示全部楼层
测试版并不能直升的样子,提示只能放弃数据来安装。
测试版幺蛾子太多,有段时间任务栏还无法居中(完全是歪了),受不了小白鼠版了,不知道这个正式版会不会好一点。
回复

使用道具 举报

头像被屏蔽
     
 楼主| 发表于 2021-10-7 00:32 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

     
发表于 2021-10-7 00:54 | 显示全部楼层
JudgmentEye 发表于 2021-10-5 19:20
机器没有tpm也没事,iso/sources/appraiserres.dll改名或删除,然后写入u盘或直接解压iso运行,任何机器都 ...

wim镜像安装呢?可以吗
回复

使用道具 举报

头像被屏蔽
     
 楼主| 发表于 2021-10-7 00:58 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

     
发表于 2021-10-7 01:01 | 显示全部楼层
JudgmentEye 发表于 2021-10-7 00:58
pe下用winntsetup?完全可以

那样装重启后还验证TPM什么的吗
回复

使用道具 举报

头像被屏蔽
     
 楼主| 发表于 2021-10-7 01:02 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

头像被屏蔽
发表于 2021-10-7 01:23 来自手机 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

     
发表于 2021-10-7 01:41 | 显示全部楼层
在闲置的一代小米笔记本上试了下,winpe装好第一次桌面,键盘没反应了,过一会儿又好了,有点怕
回复

使用道具 举报

     
发表于 2021-10-7 02:03 来自手机 | 显示全部楼层
不是,你们直接升级就好了呀,真不行再格盘重装
回复

使用道具 举报

     
发表于 2021-10-7 08:52 来自手机 | 显示全部楼层
JudgmentEye 发表于 2021-10-7 00:32
这个正式版就tmd是194测试版,md5完全一样

现在用的这版右下角有水印,还 TM 不能退出预览通道(机器不符合升级要求),隔三岔五要升级总归是个隐患,还是等什么时候备份完了重装吧…
回复

使用道具 举报

     
发表于 2021-10-7 10:08 | 显示全部楼层
家里三台电脑都升了,用的就是楼主那个删appraiserres.dll的方法,感谢

我对操作系统的接受程度还好,升了win11就改了两个地方

一个是系统栏左对齐,另外一个右下角显示所有的图标,就感觉和以前没啥区别了

右键的确比原来繁琐

还下了个bing wallpaper取代steam那个wallpaper engine
回复

使用道具 举报

     
发表于 2021-10-7 10:42 | 显示全部楼层
我是amd 1000代U,装了11,但是明显卡
回复

使用道具 举报

     
发表于 2021-10-7 11:00 | 显示全部楼层
装了会卡的为什么要装……
回复

使用道具 举报

头像被屏蔽
     
 楼主| 发表于 2021-10-7 11:55 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

     
发表于 2021-10-7 12:06 来自手机 | 显示全部楼层
JudgmentEye 发表于 2021-10-7 11:55
改注册表加入的预览通道?退出巨硬账号再登就没了吧,或者重置系统也行 ...

对,加入预览后改注册表下到的更新,后面就发现除了开发者预览别的通道都灰了。加上桌面还有水印,本来考虑的也只有回滚 win10 还是装 11 正式版而已,只是没想到两边都保不住数据。
回复

使用道具 举报

头像被屏蔽
     
 楼主| 发表于 2021-10-7 12:35 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

     
发表于 2021-10-7 17:15 来自手机 | 显示全部楼层
你们又在帮巨硬做测试了?

—— 来自 samsung SM-F7110, Android 11上的 S1Next-鹅版 v2.4.4.1
回复

使用道具 举报

头像被屏蔽
     
发表于 2021-10-7 17:22 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

头像被屏蔽
     
发表于 2021-10-7 17:22 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

     
发表于 2021-10-9 16:18 | 显示全部楼层
i5四代按楼主的办法安装失败,我是直接解压iso双击setup.exe安装的,报错0xc1900101

回复

使用道具 举报

     
发表于 2021-10-9 16:46 | 显示全部楼层
classa 发表于 2021-10-7 10:42
我是amd 1000代U,装了11,但是明显卡

AMD CPU有BUG 没修性能下降2-5% 游戏最多10% 果然英特尔才是好基友
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|上海互联网违法和不良信息举报中心|网上有害信息举报专区|962110 反电信诈骗|举报电话 021-62035905|Stage1st ( 沪ICP备13020230号-1|沪公网安备 31010702007642号 )

GMT+8, 2024-9-23 17:25 , Processed in 0.169550 second(s), 6 queries , Gzip On, Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表