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

Commit 7dd0e2f

Browse files
committed
Updated version
1 parent 12d632c commit 7dd0e2f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bin/ESDDecrypter.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ param (
1919
$extensiontype
2020
)
2121

22-
$Host.UI.RawUI.WindowTitle = "ESD Toolkit - October Tech Preview 2015"
22+
$Host.UI.RawUI.WindowTitle = "ESD Toolkit - November Tech Preview 2015"
2323

2424
start-transcript -path ".\logs\ESDDecrypter_$(get-date -format yyMMdd-HHmm).log" | out-null
2525

2626
Write-Host '
2727
Based on the script by abbodi1406
28-
ESD Toolkit - October Tech Preview 2015 - Copyright 2015 (c) gus33000 - Version 3.0
29-
For testing purposes only. Build 3.0.10117.0.fbl_release(gus33000).151011-0928
28+
ESD Toolkit - November Tech Preview 2015 - Copyright 2015 (c) gus33000 - Version 3.0
29+
For testing purposes only. Build 3.0.10120.0.th2_release_multi(gus33000).151111-1116
3030
'
3131

3232
Write-Host 'Loading utilities module...'

0 commit comments

Comments
 (0)