From cf0658235d806f2eeb534bb4cacf4c5696138085 Mon Sep 17 00:00:00 2001 From: siujamo Date: Tue, 23 Jun 2026 10:37:51 +0800 Subject: [PATCH] docs(blogs): add source attribution to driver backup guide Add citation linking to the Douyin video tutorial that the guide is based on. --- docs/en-gb/blogs/windows-driver-backup-restore.mdx | 2 ++ docs/zh-hans/blogs/windows-driver-backup-restore.mdx | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/en-gb/blogs/windows-driver-backup-restore.mdx b/docs/en-gb/blogs/windows-driver-backup-restore.mdx index 54254a0..89ca6c5 100644 --- a/docs/en-gb/blogs/windows-driver-backup-restore.mdx +++ b/docs/en-gb/blogs/windows-driver-backup-restore.mdx @@ -81,3 +81,5 @@ Restoring drivers from Windows 10 to Windows 11 on the same machine is generally ## Summary The key advantage of this workflow is **zero third-party dependencies** — DISM is a built-in Windows component, and no extra software is required. One minute to export before reinstalling, one command to restore afterwards. Far more efficient than manually downloading and installing each driver one by one. Make driver backup a habit before every system reinstall, and each migration will be that much smoother. + +> This guide is based on a video tutorial by Douyin user [@科技碎碎念](https://v.douyin.com/Cbf0ruVdbUM/). diff --git a/docs/zh-hans/blogs/windows-driver-backup-restore.mdx b/docs/zh-hans/blogs/windows-driver-backup-restore.mdx index b44c018..d582c2e 100644 --- a/docs/zh-hans/blogs/windows-driver-backup-restore.mdx +++ b/docs/zh-hans/blogs/windows-driver-backup-restore.mdx @@ -81,3 +81,5 @@ DISM 备份的仅是当前系统上已安装的驱动。如果重装前就有设 ## 小结 这套流程的核心优势在于**零第三方工具依赖**——DISM 是 Windows 内建组件,无需安装任何额外软件。重装前花一分钟导出,重装后一条命令恢复,比手动逐个下载安装驱动高效得多。养成重装前先备份驱动的习惯,能让每次系统迁移都轻松不少。 + +> 本文内容参考自抖音用户 [@科技碎碎念](https://v.douyin.com/Cbf0ruVdbUM/) 的视频教程。