Skip to content

Commit 809f6fe

Browse files
committed
Fix image references
1 parent c57747c commit 809f6fe

7 files changed

Lines changed: 13 additions & 13 deletions

File tree

docs/appxapps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ In the targeted mode, the script will remove a list of specified AppX packages,
6666

6767
`Remove-AppxApps.ps1` supports the `-WhatIf` parameter, so that you can see which packages will be removed from the local machine before running the script without the `-WhatIf` parameter.
6868

69-
[![Output from Remove-AppxApps.ps1 -WhatIf](assets/img/removeappx.png)](assets/img/removeappx.png)
69+
[![Output from Remove-AppxApps.ps1 -WhatIf](/assets/img/removeappx.png)](/assets/img/removeappx.png)
7070

7171
## Parameters
7272

docs/custom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ layout: doc
55

66
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.
77

8-
![A folder listing of the Windows Custom Default files](assets/img/src.png)
8+
![A folder listing of the Windows Custom Default files](/assets/img/src.png)
99

1010
In most cases, you may want to customise the default Start menu; however, you may also have a requirement to add or remove registry settings.
1111

docs/feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Windows Enterprise Defaults supports running as a custom action at the end of a
77

88
When `Install-Defaults.ps1` runs, it copies the project files to `C:\WINDOWS\System32\update\run\f38de27b-799e-4c30-8a01-bfdedc622944`. This enables the solution to be re-run after the feature update is complete and ensure the desired system configuration is maintained.
99

10-
[![File Explorer showing the feature upgrade files](assets/img/feature.png)](assets/img/feature.png)
10+
[![File Explorer showing the feature upgrade files](/assets/img/feature.png)](/assets/img/feature.png)
1111

1212
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.
1313

docs/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ layout: doc
77

88
To use the solution in an operating system deployment pipeline, download the zip file (`defaults.zip`) attached to the [latest release](https://github.com/aaronparker/defaults/releases/latest) and import the extracted files into your OS deployment solution (e.g., the Microsoft Deployment Toolkit, Microsoft Intune, Microsoft Configuration Manager, etc.).
99

10-
![Windows Enterprise Defaults release hosted on GitHub](assets/img/githubrelease.jpeg)
10+
![Windows Enterprise Defaults release hosted on GitHub](/assets/img/githubrelease.jpeg)
1111

1212
## Install
1313

@@ -94,7 +94,7 @@ The solution is also provided in `.intunewin` format to enable direct import int
9494

9595
Settings for importing the Windows Enterprise Defaults as a Win32 package into Intune are maintained here: [App.json](https://github.com/aaronparker/defaults/blob/main/App.json). This can be used with the [IntuneWin32AppPackager](https://github.com/MSEndpointMgr/IntuneWin32AppPackager) to automate import into Intune.
9696

97-
![Windows Enterprise Defaults as a Win32 application in Microsoft Intune](assets/img/intuneapp.jpeg)
97+
![Windows Enterprise Defaults as a Win32 application in Microsoft Intune](/assets/img/intuneapp.jpeg)
9898

9999
::: note
100100
To enable support for multiple languages, create multiple Win32 applications with different command lines - one for each required language.
@@ -104,7 +104,7 @@ To enable support for multiple languages, create multiple Win32 applications wit
104104

105105
To ensure the solution applies to a target machine during Windows Autopilot, add the application package to the list of Blocking Apps in the [Enrollment Status Page](https://learn.microsoft.com/en-us/autopilot/enrollment-status).
106106

107-
![Adding the Windows Enterprise Defaults to an Enrollment Status Page](assets/img/enrollmentstatuspage.jpeg)
107+
![Adding the Windows Enterprise Defaults to an Enrollment Status Page](/assets/img/enrollmentstatuspage.jpeg)
108108

109109
## Quick Install
110110

docs/issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ For gold images, ensure the latest Windows Updates are installed before installi
2929

3030
The screenshot below shows this issue when manually running the solution in [Windows OOBE](https://learn.microsoft.com/en-us/windows-hardware/customize/desktop/customize-oobe-in-windows-11).
3131

32-
![Install language issue in Windows 11 OOBE](assets/img/languageerror.png)
32+
![Install language issue in Windows 11 OOBE](/assets/img/languageerror.png)

docs/logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Windows Enterprise Defaults logs actions to the following locations:
1010

1111
Data is logged in Configuration Manager format, so it can be viewed with the Support Center Log File Viewer from the Configuration Manager Support Center tools:
1212

13-
[![Viewing the log file in the Microsoft Support Center log viewer](assets/img/logs.png)](assets/img/logs.png)
13+
[![Viewing the log file in the Microsoft Support Center log viewer](/assets/img/logs.png)](/assets/img/logs.png)

docs/results.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ Windows Enterprise Defaults will configure the Windows image ready for the enter
77

88
Here's the default Windows 11 desktop with many of the in-box applications pinned to the Start menu, Windows spotlight set as the default wallpaper, Microsoft Edge web search box on the desktop, and Microsoft Copilot and the Microsoft Store pinned to the taskbar.
99

10-
[![Default Windows 11 desktop](assets/img/before1080.png)](assets/img/before1080.png)
10+
[![Default Windows 11 desktop](/assets/img/before1080.png)](/assets/img/before1080.png)
1111

1212
And here's a Windows 11 desktop after customisation - note that regional settings are configured, there's default Start menu, the search box in the taskbar has been reduced in size, many of the in-box applications have been uninstalled, and the default wallpaper has been set back to the Windows 11 bloom wallpaper (instead of Windows spotlight).
1313

14-
[![Customised Windows 11 desktop](assets/img/after1080.png)](assets/img/after1080.png)
14+
[![Customised Windows 11 desktop](/assets/img/after1080.png)](/assets/img/after1080.png)
1515

1616
When used in provisioning devices with Windows Autopilot, other deployment tools, or with a VDI solution or Windows 365, and combined with Intune policies or Group Policy settings, the default user desktop should then be similar to the following screenshot from a Windows PC.
1717

18-
[![Customised Windows 11 enterprise desktop with policies and applications](assets/img/after-corporate.png)](assets/img/after1080.png)
18+
[![Customised Windows 11 enterprise desktop with policies and applications](/assets/img/after-corporate.png)](/assets/img/after1080.png)
1919

2020
Here's another example of an optimised single-session Windows 11 desktop accessed via Azure Virtual Desktop:
2121

22-
[![Customised Windows 11 desktop via AVD with policies and applications](assets/img/avd1080.png)](assets/img/avd1080.png)
22+
[![Customised Windows 11 desktop via AVD with policies and applications](/assets/img/avd1080.png)](/assets/img/avd1080.png)
2323

2424
Windows Enterprise Defaults also supports Windows Server Remote Desktop session hosts - here's the default desktop on Windows Server 2025 after customisation.
2525

26-
[![Customised Windows Server 2025 Remote Desktop session host](assets/img/windows2025rds.png)](assets/img/windows2025rds.png)
26+
[![Customised Windows Server 2025 Remote Desktop session host](/assets/img/windows2025rds.png)](/assets/img/windows2025rds.png)

0 commit comments

Comments
 (0)