如何使用 PowerShell 导出驱动程序
那么(Well),您听说过PowerShell吗?嗯(Well),它是一种命令行 shell 和脚本语言,专为Windows中的系统管理而设计。使用Windows 10,您将获得最新版本的PowerShell,即 5.0 版。PowerShell是Windows中的一个有用工具,可用于一些非常棒的事情,例如分区硬盘、创建系统映像等。今天,我们将讨论PowerShell的特定用途,它可以导出系统上的所有驱动程序到外部USB闪存驱动器或DVD等。这有助于备份系统上的所有驱动程序,如果您将来需要任何驱动程序,您可以轻松地从USB 闪存驱动程序(USB Flash Driver)或CD/DVD恢复驱动程序。
不必将它们存储在外部驱动器上,您还可以在硬盘上创建备份,如有必要,使用此位置来恢复驱动程序。但建议在外部位置创建备份,就好像系统出现故障一样,您有办法恢复驱动程序。因此,不要浪费任何时间,让我们看看如何在Windows 10中(Windows 10)使用 PowerShell 导出驱动程序(Export Drivers Using PowerShell)。
如何使用 PowerShell 导出驱动程序(Export Drivers Using PowerShell)
确保 创建一个还原点(create a restore point) 以防万一出现问题。
1.在Windows搜索中键入Powershell ,然后右键单击PowerShell并选择以管理员身份运行。(Run as administrator.)
2.现在在命令中输入以下内容并按回车键:
Export-WindowsDriver -Online -Destination G:\backup
注意:(Note:) G:\backup是目标目录,如果您想要其他位置或有另一个驱动程序字母以在上述命令中键入更改,然后按 Enter 键(Enter),则所有驱动程序都将在其中备份。
3. 此命令将让Powershell开始将驱动程序导出到您指定的上述位置并等待该过程完成。
4. 如果要从Windows源映像中提取驱动程序,则需要在PowerShell中运行以下命令并按Enter:
Export-WindowsDriver -Path C:\Windows-image -Destination G:\backup
注意:(Note: )这里C:\Windows-image是Windows源映像路径,因此请确保将其替换为您的Windows映像路径。
受到推崇的:(Recommended:)
- 如何更改桌面图标间距 Windows 10(How to Change Desktop Icon Spacing Windows 10)
- 修复 Windows 资源保护发现损坏的文件,但无法修复其中一些(Fix Windows Resource Protection found corrupt files but was unable to fix some of them)
- 如何修复 Windows 卡在启动画面上(How to Fix Windows Stuck on Splash Screen)
- 在 Windows 10 中显示或隐藏文件夹合并冲突(Show or Hide Folder Merge Conflicts in Windows 10)
就是这样,您已经成功学习了如何使用 PowerShell 导出驱动程序( How to Export Drivers Using PowerShell),如果您对本指南仍有任何疑问,请随时在评论部分提出。
Related posts
Shut Down Windows Using Keyboard Shortcuts
如何Export WhatsApp Chat为PDF
如何将MP4转换为MP3 Using VLC,Windows Media Player,iTunes
Stop Windows 10自动安装Realtek Audio Drivers
7 Ways在Windows 10中打开Elevated Windows PowerShell
如何在 PowerShell 中删除文件夹和子文件夹
修复task image已损坏或被篡改
Windows Fix Host Process Windows Services已停止工作
如何禁用Windows 10 Firewall
如何在Windows 10中创建System Image Backup
Windows 10 User Find Security Identifier(SID)
Replace PowerShell Context Menu中的Replace PowerShell在Windows 10中
禁用Windows 10中的夹夹Zoom Feature
Export and Backup Device Drivers在Windows 10中使用PowerShell
如何在Windows 10中禁用粘滞Corners
Windows 10中的Fix Black Desktop Background
Fix Unable打开Local Disk(c :)
如何从谷歌浏览器导出保存的密码
如何在Windows 10中更新Realtek HD Audio Drivers
如何在 Windows 10 上更新网络适配器驱动程序