Update roles
This commit is contained in:
10
roles/oatakan.windows_update/tasks/force_user_registry.yml
Normal file
10
roles/oatakan.windows_update/tasks/force_user_registry.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
|
||||
- name: disable force unload registry - {{ task_state | default('present') }}
|
||||
win_regedit:
|
||||
path: HKLM:\Software\Policies\Microsoft\Windows\System
|
||||
name: DisableForceUnload
|
||||
data: 1
|
||||
type: dword
|
||||
state: "{{ task_state | default('present') }}"
|
||||
register: disable_force_unload_registry
|
||||
Reference in New Issue
Block a user