HotCakeX / Harden-Windows-Security

Harden Windows Safely, Securely using Official Supported Microsoft methods and proper explanation | Always up-to-date and works with the latest build of Windows | Provides tools and Guides for Personal, Enterprise, Government and Military security levels | Read The Rationale https://github.com/HotCakeX/Harden-Windows-Security/blob/main/Rationale.md
https://hotcakex.github.io
MIT License
1.87k stars 148 forks source link

Harden Windows Security Module v0.4.8 #300

Closed HotCakeX closed 4 months ago

HotCakeX commented 4 months ago

What's New

boo

agpt8 commented 4 months ago

The confirm-systemcompliance still has a few issues where on freshly opened admin powershell, it will show a total item count of 266. And on subsequent runs, the item count would increase to 293, then 320, then 347 and so on. I dont have screenshots or screen recording as I did a fresh install of the system and still in the process of setting it up.

Also, there still mixed cases displayed for true and false values.

HotCakeX commented 4 months ago

The confirm-systemcompliance still has a few issues where on freshly opened admin powershell, it will show a total item count of 266. And on subsequent runs, the item count would increase to 293, then 320, then 347 and so on. I dont have screenshots or screen recording as I did a fresh install of the system and still in the process of setting it up.

Also, there still mixed cases displayed for true and false values.

I fixed that issue about displayed numbers in this PR, what are the mixed results you're seeing?

HotCakeX commented 4 months ago

@agpt8 I can explain any of the results but in general the Compliant column/property means whether the setting is compliant with the logic implemented in the module or not. The Value column/property indicates the current value of the setting. The value can be anything as long as it is compliant. It's normal if the Compliant property shows true but the Value shows 0, false or none.

agpt8 commented 4 months ago

By mixed cases I meant the true and false values are shown in a mix of 'true' , 'True', 'false' and 'False'.

Minor issue but since it was addressed in the last PR, it didn't fix the issue entirely. The mixed cases were less common but they were there.

HotCakeX commented 4 months ago

By mixed cases I meant the true and false values are shown in a mix of 'true' , 'True', 'false' and 'False'.

Minor issue but since it was addressed in the last PR, it didn't fix the issue entirely. The mixed cases were less common but they were there.

Oh i see now, the first letter for all of them should be upper case, will take care of it in the next update!