Building a windows image with packer and ansible. 

I try to customize the border window without sucess...

- name: Apply WindowBorders property 
  ansible.windows.win_regedit:
*    hive: C:\Users\Default\ntuser.dat *
*    path: HKCU:\Control Panel\Desktop*
    name: "{{ item.name }}"
    data: "{{ item.data }}"
    type: "{{ item.type }}"
    state: present
  with_items:
    - name: UserPreferencesMask
      data: hex:9e,3e,03,80,12,00,00,00
      type: binary

Beside a login script or GPO how do you customize your golden images when 
it concern users settings. 

Thanks!

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/hashicorp/packer/issues
IRC: #packer-tool on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/packer-tool/ed27cce6-d3d5-411d-939a-4c1a6d26ccbdn%40googlegroups.com.

Reply via email to