mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Create windows-device-systemservices-simptcp-disabled.xml (#34502)
- Uses randomly generated UUID for the CmdID as required by [CmdID Specs](https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-mdm/d7321df8-ecb2-4c81-8a24-54630bc7456f) - Created **Device** profile to disable the setting as required based on [Microsoft Docs](https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-system#bootstartdriverinitialization) - Profiles return as **Verified** in FleetUI (Requires device restart) - Event Viewer shows no errors - Service shows as disabled
This commit is contained in:
parent
e08b34c8e2
commit
27bbebc122
1 changed files with 12 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
<Replace>
|
||||
<CmdID>0199f25b-795f-772e-9037-dd02873185e7</CmdID>
|
||||
<Item>
|
||||
<Target>
|
||||
<LocURI>./Device/Vendor/MSFT/Policy/Config/SystemServices/ConfigureSimpleTCPIPServicesStartupMode</LocURI>
|
||||
</Target>
|
||||
<Meta>
|
||||
<Format xmlns="syncml:metinf">int</Format>
|
||||
</Meta>
|
||||
<Data>4</Data>
|
||||
</Item>
|
||||
</Replace>
|
||||
Loading…
Reference in a new issue