Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
9761ba8071 | |||
26f72cc8ba | |||
0c30f1683a |
@ -15,3 +15,4 @@ features:
|
||||
- features\personalization\explorer.yml
|
||||
- features\personalization\taskbar.yml
|
||||
- features\personalization\context-menu.yml
|
||||
- features\personalization\packages.yml
|
||||
|
@ -135,12 +135,10 @@ actions:
|
||||
|
||||
- !writeStatus: {status: "Cleaning up the WinSxS folder"}
|
||||
- !cmd:
|
||||
exeDir: true
|
||||
command: 'DISM /Online /Cleanup-Image /StartComponentCleanup'
|
||||
weight: 30
|
||||
|
||||
# Uninstall Work Folders Client
|
||||
- !cmd:
|
||||
exeDir: true
|
||||
command: 'dism /online /Disable-Feature /FeatureName:WorkFolders-Client /Quiet /NoRestart'
|
||||
weight: 30
|
||||
|
19
src/Configuration/features/personalization/packages.yml
Normal file
19
src/Configuration/features/personalization/packages.yml
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
title: Packages
|
||||
description: Install packages
|
||||
privilege: TrustedInstaller
|
||||
actions:
|
||||
- !writeStatus: { status: 'Installing Chocolatey' }
|
||||
- !powerShell:
|
||||
command: 'Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString(''https://community.chocolatey.org/install.ps1''))'
|
||||
weight: 30
|
||||
|
||||
- !writeStatus: { status: 'Installing Firefox' }
|
||||
- !cmd:
|
||||
command: '"%ProgramData%\chocolatey\bin\choco.exe" install -y --force --allow-empty-checksums firefox'
|
||||
weight: 150
|
||||
|
||||
- !writeStatus: { status: 'Installing steam' }
|
||||
- !cmd:
|
||||
command: '"%ProgramData%\chocolatey\bin\choco.exe" install -y --force --allow-empty-checksums steam'
|
||||
weight: 150
|
@ -6,7 +6,7 @@
|
||||
<ShortDescription>Win10 Lite Playbook for Windows 10 22H2</ShortDescription>
|
||||
<Description></Description>
|
||||
<Details>Win10Lite</Details>
|
||||
<Version>0.2</Version>
|
||||
<Version>0.3</Version>
|
||||
<SupportedBuilds>
|
||||
<string>19045</string>
|
||||
</SupportedBuilds>
|
||||
|
Loading…
Reference in New Issue
Block a user