This script fixes the windows CIS Benchmark check 18.10.15.7: "Ensure 'Limit Dump Collection' is set to 'Enabled'."
This script fixes the windows CIS Benchmark check 18.10.15.8: "Ensure 'Toggle user control over Insider builds' is set to 'Disabled'."
This script fixes the windows CIS Benchmark check 18.10.17.1: "Ensure 'Enable App Installer' is set to 'Disabled'."
This script fixes the windows CIS Benchmark check 18.10.17.2: "Ensure 'Enable App Installer Experimental Features' is set to 'Disabled'."
This function modifies the registry to ensure the CIS check for 'Enable App Installer Experimental Features' passes by setting the value to Disabled (0). It includes error handling and verification.
Set-AppInstallerExperimentalFeaturesDisabledThis script fixes the windows CIS Benchmark check 18.10.17.3: "Ensure 'Enable App Installer Hash Override' is set to 'Disabled'."
This script fixes the windows CIS Benchmark check 18.10.17.4: "Ensure 'Enable App Installer ms-appinstaller protocol' is set to 'Disabled'."
This script fixes the windows CIS Benchmark check 18.10.25.1.2: "Ensure 'Application: Specify the maximum log file size (KB)' is set to 'Enabled: 32,768 or greater'."
This script fixes the windows CIS Benchmark check 18.10.25.2.2: "Ensure 'Security: Specify the maximum log file size (KB)' is set to 'Enabled: 196,608 or greater'."
This script fixes the windows CIS Benchmark check 18.10.25.3.2: "Ensure 'Setup: Specify the maximum log file size (KB)' is set to 'Enabled: 32,768 or greater'."
This script fixes the windows CIS Benchmark check 18.10.25.4.2: "Ensure 'System: Specify the maximum log file size (KB)' is set to 'Enabled: 32,768 or greater'."