< Back
Expand-OSDriver
Post
NAME Expand-OSDriver
SYNOPSIS
Option to expand compressed drivers and to cleanup Nvidia Drivers
SYNTAX
Expand-OSDriver [-Path] <String> [-ExpandCompressedFiles] [-NvidiaCleanup] [<CommonParameters>]
DESCRIPTION
Optionally expands compressed drivers. Optionally removes Nvidia Driver junk
PARAMETERS
-Path <String>
Directory containing Drivers
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ExpandCompressedFiles [<SwitchParameter>]
Expands compressed files *.bi,*.cf,*.cp,*.dl,*.ex,*.hl,*.pd,*.sy,*.tv,*.xm
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-NvidiaCleanup [<SwitchParameter>]
Removes directories named Display.NView, Display.Optimus, Display.Update, DisplayDriverCrashAnalyzer,
GFExperience, GFExperience.NvStreamSrv, MSVCRT, nodejs, NV3DVision, NvBackend, NvCamera, NvContainer, NVI2,
NvTelemetry, NVWMI, PhysX, ShadowPlay, Update.Core
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
NAME: Expand-OSDriver.ps1
AUTHOR: David Segura, david@segura.org
BLOG: http://www.osdeploy.com
CREATED: 02/18/2018
VERSION: 1.1.0.2
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Expand-OSDriver -Path C:\\Temp\\Nvidia -ExpandCompressedFiles -NvidiaCleanup
RELATED LINKS
https://www.osdeploy.com/psmodule/osdrivers/
SYNOPSIS
Option to expand compressed drivers and to cleanup Nvidia Drivers
SYNTAX
Expand-OSDriver [-Path] <String> [-ExpandCompressedFiles] [-NvidiaCleanup] [<CommonParameters>]
DESCRIPTION
Optionally expands compressed drivers. Optionally removes Nvidia Driver junk
PARAMETERS
-Path <String>
Directory containing Drivers
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ExpandCompressedFiles [<SwitchParameter>]
Expands compressed files *.bi,*.cf,*.cp,*.dl,*.ex,*.hl,*.pd,*.sy,*.tv,*.xm
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-NvidiaCleanup [<SwitchParameter>]
Removes directories named Display.NView, Display.Optimus, Display.Update, DisplayDriverCrashAnalyzer,
GFExperience, GFExperience.NvStreamSrv, MSVCRT, nodejs, NV3DVision, NvBackend, NvCamera, NvContainer, NVI2,
NvTelemetry, NVWMI, PhysX, ShadowPlay, Update.Core
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
NAME: Expand-OSDriver.ps1
AUTHOR: David Segura, david@segura.org
BLOG: http://www.osdeploy.com
CREATED: 02/18/2018
VERSION: 1.1.0.2
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Expand-OSDriver -Path C:\\Temp\\Nvidia -ExpandCompressedFiles -NvidiaCleanup
RELATED LINKS
https://www.osdeploy.com/psmodule/osdrivers/