image frame

博客

知足常乐

35.Win10&Win11下载官网

正式版下载

1
https://www.microsoft.com/zh-cn/software-download/

内测版

1
https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewiso/

Win10企业版(评估)

1
https://www.microsoft.com/zh-cn/evalcenter/download-windows-10-enterprise/

Win11企业版(评估)

1
https://www.microsoft.com/zh-cn/evalcenter/download-windows-11-enterprise/

34.下载Chrome&Edge离线安装包(包括Win7&8最后可用版)

Edge浏览器

1
https://www.microsoft.com/zh-cn/edge/business/

Chrome浏览器(国内官网链接相同,只需把com换成cn)

  • 32位
    1
    https://www.google.com/intl/zh-CN/chrome/?standalone=1&platform=win
  • 64位
    1
    https://www.google.com/intl/zh-CN/chrome/?standalone=1&platform=win64

Win7&Win8最后可用版存放地址:
https://pan.baidu.com/s/1cSkNVFOS4pi6XesaRFUwyQ
密码:e63h

  • 找到“浏览器(Win7&8最新版)”文件夹
  • Chrome开头为谷歌Chrome浏览器,Edge开头为Microsoft Edge浏览器
  • x86表示为32位版本,x64为64位版本
  • Edge浏览器保留了一份企业版(文件名带Enterprise),虽然没用出来企业不企业有什么差别,但还是选择保留了一份

33.IPTV源获取网站

1
2
网站1
https://tonkiang.us/
1
2
3
4
网站2(不太好用)
https://iptv-org.github.io/
Github项目:
https://github.com/iptv-org/iptv/
1
2
3
网站3
https://github.com/fanmingming/live/
https://live.fanmingming.com/tv/m3u/ipv6.m3u

32.ESD提取转换WIM

查询ESD的信息

1
Dism /Get-WimInfo /WimFile:"C:\Users\administrator\Desktop\install.esd"

提取转换为wim,注意SourceIndex要对应ESD中查询到的对应镜像ID

1
Dism /Export-Image /SourceImageFile:"C:\Users\administrator\Desktop\install.esd" /SourceIndex:5 /DestinationImageFile:"C:\Users\administrator\Desktop\install.wim" /Compress:Max /CheckIntegrity

30.Win11升级跳过检测

1.打开Win11的ISO里的Setup,继续到检测升级不通过的界面,然后将$WINDOWS.~BT\Sources\Panther路径下的Appraiser_Data.ini清空并设置只读
2.点击安装程序的上一步后重新开始让安装程序检测,此时会直接通过,升级操作可以继续往下进行

1
2
#快速选择到文件
explorer.exe /select,"%SystemDrive%\$WINDOWS.~BT\Sources\Panther\Appraiser_Data.ini"
  • Copyrights © 2023-2025 kukusun