Compare commits

...

3 Commits
v0.2 ... main

Author SHA1 Message Date
9761ba8071 Version 0.3 2023-05-01 01:53:14 +02:00
26f72cc8ba Add install packages 2023-05-01 01:53:01 +02:00
0c30f1683a Fix dism tasks 2023-05-01 01:42:39 +02:00
4 changed files with 21 additions and 3 deletions

View File

@ -15,3 +15,4 @@ features:
- features\personalization\explorer.yml
- features\personalization\taskbar.yml
- features\personalization\context-menu.yml
- features\personalization\packages.yml

View File

@ -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

View 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

View File

@ -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>