File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
- name : Enable autologon for vagrant
9
9
ansible.windows.win_command : >
10
10
powershell.exe Start-Process
11
- -FilePath "C:\\ProgramData\\chocolatey\\bin\\Autologon.exe"
12
- -ArgumentList '"/accepteula" vagrant . {{ windows_autologon_password }}'
11
+ -FilePath "C:\\ProgramData\\chocolatey\\bin\\Autologon.exe"
12
+ -ArgumentList '"/accepteula" vagrant . {{ windows_autologon_password }}'
13
13
14
14
- name : Disable screen saver
15
15
ansible.windows.win_shell : >
16
16
Set-ItemProperty
17
- "HKCU:\Control Panel\Desktop"
18
- -Name ScreenSaveActive
19
- -Value 0
20
- -Type DWord
17
+ "HKCU:\Control Panel\Desktop"
18
+ -Name ScreenSaveActive
19
+ -Value 0
20
+ -Type DWord
21
21
22
22
- name : Disable monitor and standby idle timeout
23
23
ansible.windows.win_command : powercfg -x -{{ timeout }} 0
You can’t perform that action at this time.
0 commit comments