From 8e647e8c49db48cf3c1676e449c3469409a32c8d Mon Sep 17 00:00:00 2001 From: CodingWonders <101426328+CodingWonders@users.noreply.github.com> Date: Sun, 24 Nov 2024 18:16:55 +0100 Subject: [PATCH] Update comment It reflects my feelings towards Microsoft when it comes to security a lot better --- functions/microwin/Microwin-NewUnattend.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/functions/microwin/Microwin-NewUnattend.ps1 b/functions/microwin/Microwin-NewUnattend.ps1 index c270c51d..dda71bb3 100644 --- a/functions/microwin/Microwin-NewUnattend.ps1 +++ b/functions/microwin/Microwin-NewUnattend.ps1 @@ -304,7 +304,9 @@ function Microwin-NewUnattend { # User password in Base64. According to Microsoft, this is the way you can hide this sensitive information. # More information can be found here: https://learn.microsoft.com/en-us/windows-hardware/customize/desktop/wsim/hide-sensitive-data-in-an-answer-file - # Yeah, I know this is not the best way to protect this kind of data, but we all know how Microsoft is - a cheese grater without holes in terms of security + # Yeah, I know this is not the best way to protect this kind of data, but we all know how Microsoft is - "the Apple of security" (in a sense, it takes them + # an eternity to implement basic security features right. Just look at the NTLM and Kerberos situation!) + $b64pass = "" # Replace default User and Password values with the provided parameters