Skip to content

Commit 7776eed

Browse files
committed
Update - Checked
Check that all modifications were imported.
1 parent bf3c033 commit 7776eed

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Configs/TasksSequence_HardenAD.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Settings>
33
<!--
4-
Revision: 2024/02/28 - contact@hardenad.net
4+
Revision: 2024/03/03 - contact@hardenad.net
55
-->
66
<OrganizationalUnits>
77
<!--

Modules/translation.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ function Set-Translation {
156156
$isOK = $null
157157
While ($null -eq $isOK)
158158
{
159-
$key = $Host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown")
159+
$key = $Host.UI.RawUI.ReadKey("IncludeKeyDown,NoEcho")
160160

161161
Switch ($key.VirtualKeyCode)
162162
{
@@ -195,7 +195,7 @@ function Set-Translation {
195195
Write-Warning ""
196196
Write-Warning "Are those informations correct? (Y/N)"
197197

198-
$key = $Host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown")
198+
$key = $Host.UI.RawUI.ReadKey("IncludeKeyDown,NoEcho")
199199

200200
if ($key.VirtualKeyCode -eq 89) { $isOK = $true }
201201
}

0 commit comments

Comments
 (0)