激活windows-u盘制作多系统-装机装系统-win10验证文件MD5 HASH值
激活工具
https://official-kmspico.com/download/ 非官方,可能有后门 危险
https://github.com/TGSAN/CMWTAT_Digital_Edition
kmspico官方:https://www.cnblogs.com/zengkefu/p/9761974.html
https://kakkk.cc/archives/270 到这里
https://kms.library.hk/archives/kms.html
激活180天
powershell 右键管理员打开
slmgr.vbs /upk #卸载密钥
slmgr /ipk TX9XD-98N7V-6WMQ6-BX7FG-H8Q99
slmgr /skms zh.us.to
slmgr /ato
slmgr.vbs –xpr
https://kms.library.hk/archives/kms.html
制作多系统工具
YUMI (Your Universal Multiboot Integrator) 是一款免费便携的 USB 多合一启动盘制作工具!它可以让你轻松将多款不同操作系统 ISO 镜像装到一个 U 盘里,制作出支持 Multiboot (多系统引导启动) 的多合一系统引导安装盘
官网:https://www.pendrivelinux.com/yumi-multiboot-usb-creator/
操作说明:
https://www.pendrivelinux.com/yumi-multiboot-usb-creator#HowTo
系统盘软件
https://www.ventoy.net/cn/index.html
win10 文件验证MD5
win10 检测程序是否被修改 MD5 HASH md5 hash
程序文件的路径为C:\Windows\padnote.exe。如果我们想要校验它的MD5值,则运行如下命令:
Get-FileHash C:\Windows\padnote.exe -Algorithm MD5| Format-List
#SHA1值
Get-FileHash C:\Windows\padnote.exe -Algorithm SHA1| Format-List
#如果想要校验SHA256值,则不需要带-Algorithm参数即可
Get-FileHash C:\Windows\padnote.exe -Algorithm | Format-List
u盘相关
u盘作为系统盘使用多次会出现多个盘符,消除系统盘符,重新作为u盘使用。
使用 rufus-3.15p 软件恢复
软碟通不能做xp 系统盘,里面文件会丢失,需要使用 WinSetupFromUSB_1-0_x64 软件做,参考 https://blog.csdn.net/littlefang/article/details/6851864