激活工具
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