PowerShell Logo Small

Remove-WindowsDriver



This is the built-in help made by Microsoft for the command 'Remove-WindowsDriver', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Removes a driver from an offline Windows image.

SYNTAX


Remove-WindowsDriver [-LogLevel <LogLevel>] [-LogPath <String>] [-ScratchDirectory <String>] [-SystemDrive <String>] [-WindowsDirectory <String>] -Driver <String> -Path
<String> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


Removes third-party driver packages from an offline Windows image.


Caution: Removing a boot-critical driver package can make the offline Windows image unbootable.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=289362
Get-WindowsDriver
Add-WindowsDriver

REMARKS

<

Examples


Example 1

PS C:\>Remove-WindowsDriver –Path c:\offline –Driver OEM1.inf



This command removes the OEM1.inf driver from a mounted Windows image.