Move classicshell to be win10 only

This commit is contained in:
Chris Long
2020-06-14 18:53:36 -07:00
parent 37cf47c71a
commit a904bf4b8c
2 changed files with 8 additions and 6 deletions

View File

@@ -64,12 +64,7 @@
- winpcap
state: present
- name: Install classic-shell with chocolatey
win_chocolatey:
name:
- classic-shell
state: present
install_args: "ADDLOCAL=ClassicStartMenu"

View File

@@ -44,6 +44,13 @@
- name: Clear Event Logs
win_shell: "wevtutil el | Select-String -notmatch \"Microsoft-Windows-LiveId\" | Foreach-Object {wevtutil cl \"$_\"}"
- name: Install Classic Shell with Chocolatey
win_chocolatey:
name:
- classic-shell
state: present
install_args: "ADDLOCAL=ClassicStartMenu"
- name: DetectionLab Menu
win_shell: |
"\"C:\\Program Files\\Classic Shell\\ClassicStartMenu.exe -xml c:\\vagrant\\resources\\windows\\MenuSettings.xml\""