Skip to content
This repository was archived by the owner on Dec 10, 2018. It is now read-only.

Commit 3937601

Browse files
committed
fixes
1 parent 16df8ff commit 3937601

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/ESDDecrypter.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1232,9 +1232,9 @@ Please Select which ESD you want to Convert
12321232
}
12331233
} else {
12341234
if ($CustomKey -eq $true) {
1235-
start-job -scriptblock {Convert-ESD -CryptoKey $key -extensiontype $extensiontype -ESD $selected -Destination $CustomPath}
1235+
Convert-ESD -CryptoKey $key -extensiontype $extensiontype -ESD $selected -Destination $CustomPath
12361236
} else {
1237-
start-job -scriptblock {Convert-ESD -extensiontype $extensiontype -ESD $selected -Destination $CustomPath}
1237+
Convert-ESD -extensiontype $extensiontype -ESD $selected -Destination $CustomPath
12381238
}
12391239
}
12401240
} else {

0 commit comments

Comments
 (0)