在 Windows 11/10 中使用 PowerShell 导出和备份设备驱动程序
在这篇文章中,我们将了解如何在 Windows 11/10. 中使用PowerShell导出和备份设备驱动程序。( export and back up your Device Drivers )Windows 11/10 附带PowerShell ,它是一种命令行 shell 和脚本语言,基于.NET Framework构建,专为系统管理、IT 专业人员和开发人员设计。我们已经看过很多帖子,其中我们看到了PowerShell如何帮助我们简化任务的执行。您可以更新 Windows Defender 定义(update Windows Defender definitions)、列出驱动器、卸载通用应用程序、查找计划任务排队状态、创建系统映像、创建桌面快捷方式以打开 Windows 应用商店应用程序,甚至获取已安装的驱动程序列表,仅举几例。
(Backup Windows Drivers)使用PowerShell备份 Windows 驱动程序
以管理员身份打开 PowerShell(Open PowerShell as an Administrator)。要打开提升的PowerShell提示符,请在任务栏搜索中键入powershell。现在查看显示在顶部的结果Windows PowerShell 。右键单击它并选择Run as Administrator。
我们将使用Export-WindowsDriver cmdlet 来备份您的驱动程序。Export - Windows Driver cmdlet 将所有第三方驱动程序从Windows映像导出到目标文件夹。
在PowerShell窗口中,键入以下命令并按Enter:
Export-WindowsDriver -Online -Destination D:\DriverBackup
这里D:\Driver Backup是目标文件夹,驱动程序(Drivers)将被导出并保存到该文件夹。
您还可以从离线映像中导出驱动程序。此命令从挂载在 c:offline-image 的脱机映像导出第三方驱动程序:
Export-WindowsDriver -Path c:\offline-image -Destination D:\DriverBackup
可以在TechNet 上找到详细的阅读材料。(TechNet.)
现在看看如何使用 PowerShell在 Windows 10 中生成禁用功能列表。
您还可以使用内置的设备管理器来管理、备份、恢复您的驱动程序。然后是免费软件,如Double Driver、Driver Fusion、Free Driver Backup等,可帮助您轻松备份和恢复驱动程序。
Related posts
Windows 11/10的Device Manager Error Codes列表以及解决方案
免费Driver Backup & Restore software为Windows 10
如何在Windows 10中Backup and Restore Drivers
Best免费Driver Update Software为Windows 10
如何为Windows 10安装WiFi驱动程序
如何在Windows 10中使用PowerShell隐藏Windows Updates
如何在Windows 10中使用Command Prompt更新驱动程序
如何在Windows 11/10安装MIDI Drivers
PowerShell在Windows 10 Startup打开
如何在Windows 11/10中使用.inf File手动安装Driver
AMD or NVIDIA Graphics Card在Windows 11/10上未检测到
如何在Windows 10中使用Command Line杀死进程
如何Zip and Unzip files在Windows 10使用PowerShell
在哪里下载Windows 11/10的驱动程序
如何在Windows 10中禁用PowerShell
Fix PowerShell在Windows 11/10中引起High CPU usage
Fix Device encryption在Windows 11/10中暂时暂停错误
如何在Windows 11/10查看PowerShell version
在哪里下载Windows 10的NVIDIA驱动程序
如何在Windows 10设置中禁用Find我的Device option