7
2
9
0
This script fixes the windows CIS Benchmark check 18.10.57.1: "Ensure 'Prevent downloading of enclosures' is set to 'Enabled'."
The script ensures the registry key at HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Feeds\DisableEnclosureDownload is set to 1 (Enabled). It also verifies the setting after application.
This script fixes the windows CIS Benchmark check 18.10.58.2: "Ensure 'Allow Cloud Search' is set to 'Enabled: Disable Cloud Search'."
This script fixes the windows CIS Benchmark check 18.10.58.4: "Ensure 'Allow Cortana above lock screen' is set to 'Disabled'."
This script fixes the windows CIS Benchmark check 18.10.58.6: "Ensure 'Allow search and Cortana to use location' is set to 'Disabled'."
This script fixes the windows CIS Benchmark check 18.10.58.7: "Ensure 'Allow search highlights' is set to 'Disabled'."
This script fixes the windows CIS Benchmark check 18.10.62.1: "Ensure 'Turn off KMS Client Online AVS Validation' is set to 'Enabled'."
The script ensures the registry key 'NoGenTicket' is set to 1 under the path HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\Software Protection Platform. It handles key creation if it does not exist and includes error handling and verification.
This script fixes the windows CIS Benchmark check 18.10.65.1: "Ensure 'Disable all apps from Microsoft Store' is set to 'Disabled'."
This script fixes the windows CIS Benchmark check 18.10.65.2: "Ensure 'Only display the private store within the Microsoft Store' is set to 'Enabled'."
The script sets the RequirePrivateStoreOnly registry value to 1 under the specified path. It includes error handling and verification to confirm the change.
This script fixes the windows CIS Benchmark check 18.10.65.4: "Ensure 'Turn off the offer to update to the latest version of Windows' is set to 'Enabled'."
The script checks the registry key 'DisableOSUpgrade' under HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsStore. If the key is not set to 1 (Enabled), it sets it and then verifies the setting to ensure compliance.
This script fixes the windows CIS Benchmark check 18.10.65.5: "Ensure 'Turn off the Store application' is set to 'Enabled'."