mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-12-28 08:51:31 -06:00
Update comment
It reflects my feelings towards Microsoft when it comes to security a lot better
This commit is contained in:
parent
c5968243eb
commit
8e647e8c49
@ -304,7 +304,9 @@ function Microwin-NewUnattend {
|
|||||||
|
|
||||||
# User password in Base64. According to Microsoft, this is the way you can hide this sensitive information.
|
# 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
|
# 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 = ""
|
$b64pass = ""
|
||||||
|
|
||||||
# Replace default User and Password values with the provided parameters
|
# Replace default User and Password values with the provided parameters
|
||||||
|
Loading…
Reference in New Issue
Block a user