Update Dell Command Update.ps1
test path
This commit is contained in:
parent
8f46891224
commit
b2caa27637
|
@ -1,6 +1,9 @@
|
|||
if (Test-Path 'C:\Program Files(x86)\Dell\CommandUpdate\dcu-cli.exe') {
|
||||
& 'C:\Program Files(x86)\Dell\CommandUpdate\dcu-cli.exe' /applyUpdates
|
||||
}
|
||||
if (Test-Path 'C:\Program Files\Dell\CommandUpdate\dcu-cli.exe') {
|
||||
& 'C:\Program Files\Dell\CommandUpdate\dcu-cli.exe' /applyUpdates
|
||||
|
||||
}
|
||||
# cmd /c \\syncloud\Data\Resources\Dell\CommandUpdate\Dell-Command-Update-Windows-Universal-Application_9M35M_WIN_5.4.0_A00.EXE /s
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue