microsoft/BaselineManagement

Why are some settings disabled in the ps1 file after conversion ?

FLeven opened this issue · 0 comments

I converted the Windows 11 Security baselines and after conversion,
some settings are "Disabled" by <# ... #> as comment.

For Example:

<#RegistryPolicyFile 'Registry(POL): HKCU:\Software\Policies\Microsoft\Windows\CurrentVersion\PushNotifications\NoToastApplicationNotificationOnLockScreen' { ValueName = 'NoToastApplicationNotificationOnLockScreen' ValueData = 1 ValueType = 'Dword' TargetType = 'ComputerConfiguration' Key = 'HKCU:\Software\Policies\Microsoft\Windows\CurrentVersion\PushNotifications' }#>

<#Service 'Services(INF): XboxGipSvc' { Name = 'XboxGipSvc' State = 'Stopped' }#>