Skip to content

V0.5.2#6

Merged
Stensel8 merged 23 commits intomainfrom
testing
Nov 18, 2025
Merged

V0.5.2#6
Stensel8 merged 23 commits intomainfrom
testing

Conversation

@Stensel8
Copy link
Owner

[0.5.2] - 2025-11-18

Added

  • Added documentation images for finding Microsoft Store ID and installing via Microsoft Store

Changed

  • Changed API for GitHub Releases
  • Updated README.md to improve legend
  • Updated Start.ps1 script
  • Updated Deploy.ps1 script

Fixed

  • Bugfixes to autologin and locales in autounattend.xml
  • General bugfixes

@Stensel8 Stensel8 added this to the Implementation & Realization Complete milestone Nov 18, 2025
@Stensel8 Stensel8 self-assigned this Nov 18, 2025
@Stensel8 Stensel8 added core: enhancement Improvement to existing functionality component: winget WinGet/application installation component: bloatware Bloatware removal labels Nov 18, 2025
# Ignore errors, version remains null
}
if (!$releaseTag) {
Write-Host "Failed to fetch latest release tag. Cannot proceed." -ForegroundColor Red

Check warning

Code scanning / PSScriptAnalyzer

File 'Start.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information. Warning

File 'Start.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
}

# Print header
Write-Host "============================================================" -ForegroundColor Cyan

Check warning

Code scanning / PSScriptAnalyzer

File 'Start.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information. Warning

File 'Start.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
# Print header
Write-Host "============================================================" -ForegroundColor Cyan
Write-Host " WinDeploy Deployment" -ForegroundColor Yellow
Write-Host " Windows Deployment Automation Toolkit" -ForegroundColor Yellow

Check warning

Code scanning / PSScriptAnalyzer

File 'Start.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information. Warning

File 'Start.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Write-Host "============================================================" -ForegroundColor Cyan
Write-Host " WinDeploy Deployment" -ForegroundColor Yellow
Write-Host " Windows Deployment Automation Toolkit" -ForegroundColor Yellow
Write-Host "============================================================" -ForegroundColor Cyan

Check warning

Code scanning / PSScriptAnalyzer

File 'Start.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information. Warning

File 'Start.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Write-Host " Windows Deployment Automation Toolkit" -ForegroundColor Yellow
Write-Host "============================================================" -ForegroundColor Cyan
if ($version) {
Write-Host "Version: $version" -ForegroundColor Green

Check warning

Code scanning / PSScriptAnalyzer

File 'Start.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information. Warning

File 'Start.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
if ($version) {
Write-Host "Version: $version" -ForegroundColor Green
}
Write-Host ""

Check warning

Code scanning / PSScriptAnalyzer

File 'Start.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information. Warning

File 'Start.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
$version = $version.Trim()
}
} catch {
Write-Host "Failed to fetch latest release. Please run Scripts\Deploy.ps1 manually." -ForegroundColor Red

Check warning

Code scanning / PSScriptAnalyzer

File 'Start.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information. Warning

File 'Start.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
@Stensel8 Stensel8 merged commit 33f3842 into main Nov 18, 2025
4 checks passed
@Stensel8 Stensel8 deleted the testing branch November 18, 2025 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component: bloatware Bloatware removal component: winget WinGet/application installation core: enhancement Improvement to existing functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant