Move classicshell to be win10 only
This commit is contained in:
@@ -64,12 +64,7 @@
|
|||||||
- winpcap
|
- winpcap
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Install classic-shell with chocolatey
|
|
||||||
win_chocolatey:
|
|
||||||
name:
|
|
||||||
- classic-shell
|
|
||||||
state: present
|
|
||||||
install_args: "ADDLOCAL=ClassicStartMenu"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -44,6 +44,13 @@
|
|||||||
- name: Clear Event Logs
|
- name: Clear Event Logs
|
||||||
win_shell: "wevtutil el | Select-String -notmatch \"Microsoft-Windows-LiveId\" | Foreach-Object {wevtutil cl \"$_\"}"
|
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
|
- name: DetectionLab Menu
|
||||||
win_shell: |
|
win_shell: |
|
||||||
"\"C:\\Program Files\\Classic Shell\\ClassicStartMenu.exe -xml c:\\vagrant\\resources\\windows\\MenuSettings.xml\""
|
"\"C:\\Program Files\\Classic Shell\\ClassicStartMenu.exe -xml c:\\vagrant\\resources\\windows\\MenuSettings.xml\""
|
||||||
|
|||||||
Reference in New Issue
Block a user