You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,6 @@ Customise a Windows 10/11 or Windows Server 2016-2025 image to make it enterpris
4
4
5
5
Designed for use with deploying physical PCs and virtual desktop gold images (Azure Virtual Desktop, Windows 365 etc.), these customisations will also work other Windows images including Windows Server infrastructure roles.
6
6
7
-
Documentation on how to use and implement these scripts is found here: [Windows Enterprise Defaults](https://stealthpuppy.com/image-customise/).
7
+
Documentation on how to use and implement these scripts is found here: [Windows Enterprise Defaults](https://stealthpuppy.com/defaults/).
I'll do my best to address any security issues that may be identified in Windows configurations included in this repository. If you do identify an issue, please log it here: [https://github.com/aaronparker/image-customise/issues](https://github.com/aaronparker/image-customise/issues).
3
+
I'll do my best to address any security issues that may be identified in Windows configurations included in this repository. If you do identify an issue, please log it here: [https://github.com/aaronparker/defaults/issues](https://github.com/aaronparker/defaults/issues).
Copy file name to clipboardExpand all lines: docs/appxapps.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ summary:
4
4
authors:
5
5
- Aaron Parker
6
6
---
7
-
[`Remove-AppxApps.ps1`](https://github.com/aaronparker/image-customise/blob/main/src/Remove-AppxApps.ps1) will remove Universal Windows Platform (UWP) / Microsoft Store apps from the local Windows OS. This script runs in two modes:
7
+
[`Remove-AppxApps.ps1`](https://github.com/aaronparker/defaults/blob/main/src/Remove-AppxApps.ps1) will remove Universal Windows Platform (UWP) / Microsoft Store apps from the local Windows OS. This script runs in two modes:
JSON files are gathered based on properties of the local Windows instance. The following keywords, used in the file names, ensure that the right JSON files are selected:
24
24
@@ -33,7 +33,7 @@ Each JSON file includes a `MinimumBuild` property that can be used to ensure spe
33
33
34
34
`Install-Defaults.ps1` performs additional tasks not defined in the JSON configuration files:
35
35
36
-
* Removes inbox Universal Windows Platform (AppX) apps - see [Remove UWP apps](https://stealthpuppy.com/image-customise/appxapps/)
36
+
* Removes inbox Universal Windows Platform (AppX) apps - see [Remove UWP apps](https://stealthpuppy.com/defaults/appxapps/)
37
37
* Copies the solution as a [Run custom actions during feature update](https://learn.microsoft.com/en-gb/windows-hardware/manufacture/desktop/windows-setup-enable-custom-actions?view=windows-11). This enables the Custom Defaults to be re-run during an in-place upgrade
Copy file name to clipboardExpand all lines: docs/custom.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ summary:
4
4
authors:
5
5
- Aaron Parker
6
6
---
7
-
To customise the solution, download the [latest release](https://github.com/aaronparker/image-customise/releases) in `.zip` format and extract the archive. You should then see a folder listing similar to the following.
7
+
To customise the solution, download the [latest release](https://github.com/aaronparker/defaults/releases) in `.zip` format and extract the archive. You should then see a folder listing similar to the following.
8
8
9
9

Copy file name to clipboardExpand all lines: docs/feature.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ When `Install-Defaults.ps1` runs, it copies the project files to `C:\WINDOWS\Sys
10
10
11
11
[](assets/img/feature.png)
12
12
13
-
When a feature upgrade completes (e.g. Windows 11 23H2 to Windows 11 24H2), `success.cmd` is executed. This will re-run `Install-Defaults.ps1` and explicitly run `Remove-AppxApps.ps1` in [targeted mode](https://stealthpuppy.com/image-customise/appxapps/#targeted-package-list). This removes a set of AppX applications that are often reinstalled during a feature update.
13
+
When a feature upgrade completes (e.g. Windows 11 23H2 to Windows 11 24H2), `success.cmd` is executed. This will re-run `Install-Defaults.ps1` and explicitly run `Remove-AppxApps.ps1` in [targeted mode](https://stealthpuppy.com/defaults/appxapps/#targeted-package-list). This removes a set of AppX applications that are often reinstalled during a feature update.
0 commit comments