diff --git a/.github/workflows/new-release.yml b/.github/workflows/new-release.yml index f051fd8..a724914 100644 --- a/.github/workflows/new-release.yml +++ b/.github/workflows/new-release.yml @@ -4,7 +4,7 @@ name: "New release" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -# Controls when the action will run. +# Controls when the action will run. on: push: tags: diff --git a/.github/workflows/validate-scripts.yml b/.github/workflows/validate-scripts.yml index 2a541bb..2df71a9 100644 --- a/.github/workflows/validate-scripts.yml +++ b/.github/workflows/validate-scripts.yml @@ -27,9 +27,9 @@ jobs: uses: microsoft/psscriptanalyzer-action@6b2948b1944407914a58661c49941824d149734f with: path: ./src - recurse: true + recurse: true output: results.sarif - + # Upload the SARIF file generated in the previous step - name: Upload SARIF results file uses: github/codeql-action/upload-sarif@v3 diff --git a/docs/appxapps.md b/docs/appxapps.md index 3812c47..203e609 100644 --- a/docs/appxapps.md +++ b/docs/appxapps.md @@ -1,6 +1,6 @@ --- title: Remove Universal Windows Platform apps -summary: +summary: authors: - Aaron Parker --- @@ -23,7 +23,7 @@ Specify the AppX removal operation - either BlockList or AllowList. ### BlockList Specify an array of AppX packages to 'BlockList' or remove from the current Windows instance, all other apps will remain installed. The script will use the BlockList by default. The default BlockList is primarily aimed at configuring AppX packages for physical PCs. - + ### AllowList Specify an array of AppX packages to 'AllowList' or keep in the current Windows instance. All apps except this list will be removed from the current Windows instance. The default AllowList is primarily aimed at configuring AppX packages for virtual desktops. diff --git a/docs/configs.md b/docs/configs.md index ea75ad5..e6cd86d 100644 --- a/docs/configs.md +++ b/docs/configs.md @@ -1,6 +1,6 @@ --- title: Configurations -summary: +summary: authors: - Aaron Parker --- diff --git a/docs/custom.md b/docs/custom.md index 51827cf..e595be7 100644 --- a/docs/custom.md +++ b/docs/custom.md @@ -1,6 +1,6 @@ --- title: Customise -summary: +summary: authors: - Aaron Parker --- diff --git a/docs/index.md b/docs/index.md index d5a0492..58da721 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ --- title: Introduction -summary: +summary: authors: - Aaron Parker --- diff --git a/docs/install.md b/docs/install.md index 029e091..2c1c4f7 100644 --- a/docs/install.md +++ b/docs/install.md @@ -1,6 +1,6 @@ --- title: Install Defaults -summary: +summary: authors: - Aaron Parker --- diff --git a/docs/issues.md b/docs/issues.md index 3327318..22e6fe6 100644 --- a/docs/issues.md +++ b/docs/issues.md @@ -1,6 +1,6 @@ --- title: Known issues -summary: +summary: authors: - Aaron Parker --- diff --git a/docs/machine.md b/docs/machine.md index 731ec84..429bc79 100644 --- a/docs/machine.md +++ b/docs/machine.md @@ -1,6 +1,6 @@ --- title: Machine settings -summary: +summary: authors: - Aaron Parker --- diff --git a/docs/profile.md b/docs/profile.md index b411fb6..ae069c5 100644 --- a/docs/profile.md +++ b/docs/profile.md @@ -1,6 +1,6 @@ --- title: Customise the Default Profile -summary: +summary: authors: - Aaron Parker --- diff --git a/mkdocs.yml b/mkdocs.yml index a46b781..d01a0a0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -131,4 +131,4 @@ nav: - Known issues: issues.md - Settings: - Registry: registry.md - - stealthpuppy.com: https://stealthpuppy.com/ + - stealthpuppy.com: https://stealthpuppy.com/ diff --git a/src/Install-Defaults.ps1 b/src/Install-Defaults.ps1 index 0ef8a9e..9964ae7 100755 --- a/src/Install-Defaults.ps1 +++ b/src/Install-Defaults.ps1 @@ -245,7 +245,7 @@ if ($PSBoundParameters.ContainsKey('Language')) { if ($Platform -eq "Client") { # Set language support by installing the specified language pack Install-SystemLanguage -Language $Language - + # Set locale settings Set-SystemLocale -Language $Language }