7
2
9
0
This script fixes the windows CIS Benchmark check 5.44: "Ensure 'Xbox Live Networking Service (XboxNetApiSvc)' is set to 'Disabled'."
This script fixes the windows CIS Benchmark check 5.41: "Ensure 'Xbox Accessory Management Service (XboxGipSvc)' is set to 'Disabled'."
This script fixes the windows CIS Benchmark check 5.39: "Ensure 'Windows Remote Management (WS- Management) (WinRM)' is set to 'Disabled'."
This script fixes the windows CIS Benchmark check 5.37: "Ensure 'Windows Push Notifications System Service (WpnService)' is set to 'Disabled'."
This script fixes the windows CIS Benchmark check 5.36: "Ensure 'Windows Mobile Hotspot Service (icssvc)' is set to 'Disabled'."
The script checks if it is running with administrative privileges, sets the 'Start' registry value to 4 (Disabled) for the icssvc service, and then verifies the setting to ensure it matches the desired state.
This script fixes the windows CIS Benchmark check 5.35: "Ensure 'Windows Media Player Network Sharing Service (WMPNetworkSvc)' is set to 'Disabled' or 'Not Installed'."
This script fixes the windows CIS Benchmark check 5.34: "Ensure 'Windows Event Collector (Wecsvc)' is set to 'Disabled'."
This script fixes the windows CIS Benchmark check 5.30: "Ensure 'SSDP Discovery (SSDPSRV)' is set to 'Disabled'."
This script fixes the windows CIS Benchmark check 5.26: "Ensure 'Server (LanmanServer)' is set to 'Disabled'."
This script fixes the windows CIS Benchmark check 5.23: "Ensure 'Remote Procedure Call (RPC) Locator (RpcLocator)' is set to 'Disabled'."
The script checks the current 'Start' value in the registry for the RpcLocator service. If it is not set to 4 (Disabled), it sets it to 4. After the change, it verifies the registry value and reports the result. This addresses the CIS benchmark requirement.