ansible-lockdown / Windows-2019-CIS

CIS Baseline Ansible Role for Windows 2019
MIT License
134 stars 72 forks source link

Implement the control 18.1.2.2 #38

Closed Julieeeen closed 3 years ago

Julieeeen commented 3 years ago

The control need to be implement

 win_regedit:
    path: HKLM:\Software\Policies\Microsoft\InputPersonalization
    name: "AllowInputPersonalization"
    data: "0"
    type: dword
georgenalen commented 3 years ago

Addressed in PR #44 release 1.1.1