7 lines
189 B
YAML
7 lines
189 B
YAML
---
|
|
|
|
- name: remove essentials setup wizard from start up
|
|
win_regedit:
|
|
path: HKLM:\Software\Microsoft\Windows\CurrentVersion\Run
|
|
name: EssentialsRoleConfigWizard
|
|
state: absent |