Skip to content

Commit

Permalink
Update Harden-Windows-Security.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
HotCakeX authored Jan 23, 2023
1 parent 9806789 commit fb3200d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Harden-Windows-Security.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Version 2023.1.17: fixed text spacing and colors to improve readability, removed
##
Version 2023.1.22: Added a notice at the beginning of the script to remind the user to read GitHub readme page. added Smart App Control to the Windows Security (Defender) section. script asks for confirmation before turning on Smart App Control.
##
Version 2023.1.23: Changed the registry modification function with a more advanced one. changed code style to reduce function call and use hash tables. Improved the overal design and style of the script. Changed 'ConsentPromptBehaviorAdmin' from UAC category to a #TopSecurity tagged command. see this GitHub issue for more info. https://github.com/HotCakeX/Harden-Windows-Security/issues/2#issuecomment-1400115303
Version 2023.1.23: Changed the registry modification function with a more advanced one. changed code style to reduce function call and use hash tables. Improved the overall design and style of the script. Changed 'ConsentPromptBehaviorAdmin' from UAC category to a #TopSecurity tagged command. see this GitHub issue for more info. https://github.com/HotCakeX/Harden-Windows-Security/issues/2#issuecomment-1400115303
#>
Expand Down

1 comment on commit fb3200d

@HotCakeX
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed typo in change log

Please sign in to comment.