This script fixes the windows CIS Benchmark check 18.6.10.2: "Ensure 'Turn off Microsoft Peer-to-Peer Networking Services' is set to 'Enabled'."
This script fixes the windows CIS Benchmark check 18.10.42.6.3.1: "Ensure 'Prevent users and apps from accessing dangerous websites' is set to 'Enabled: Block'."
This script fixes the windows CIS Benchmark check 18.10.89.1: "Ensure 'Allow Remote Shell Access' is set to 'Disabled'."
The script modifies the Windows Registry to ensure remote shell access is disabled. It checks for administrative privileges, sets the required registry value, and verifies that the change was applied successfully.
This script fixes the windows CIS Benchmark check 18.10.90.1: "Ensure 'Allow clipboard sharing with Windows Sandbox' is set to 'Disabled'."
This script fixes the windows CIS Benchmark check 18.10.90.2: "Ensure 'Allow networking in Windows Sandbox' is set to 'Disabled'."
This script fixes the windows CIS Benchmark check 18.10.91.2.1: "Ensure 'Prevent users from modifying settings' is set to 'Enabled'."
This script fixes the windows CIS Benchmark check 18.10.92.2.4: "Ensure 'Remove access to "Pause updates" feature' is set to 'Enabled'."
The script ensures that the registry value SetDisablePauseUXAccess is set to 1 under the path HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate. It includes error handling and automatic verification to confirm the setting is applied correctly.
This script fixes the windows CIS Benchmark check 18.10.92.4.2: "Ensure 'Select when Preview Builds and Feature Updates are received' is set to 'Enabled: 180 or more days'."
This script fixes the windows CIS Benchmark check 17.2.3: "Ensure 'Audit User Account Management' is set to 'Success and Failure'."
This script fixes the windows CIS Benchmark check 17.2.1: "Ensure 'Audit Application Group Management' is set to 'Success and Failure'."