Skip to content

Commit 2f6de77

Browse files
committed
Update docs
1 parent 0f5562e commit 2f6de77

File tree

7 files changed

+26
-11
lines changed

7 files changed

+26
-11
lines changed

docs/appxapps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Remove Universal Windows Platform apps
2+
title: Remove Universal Windows Platform / AppX apps
33
summary:
44
authors:
55
- Aaron Parker

docs/assets/img/logs.png

40.1 KB
Loading

docs/configs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Configurations are stored in the following JSON files with the logic to make cha
2323
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:
2424

2525
* `Client` - Windows 10 or Windows 11
26-
* `Server` - Windows Server 2016, 2019, 2022
26+
* `Server` - Windows Server 2016, 2019, 2022, 2025 etc.
2727
* `Virtual` - Virtual machines, e.g. Hyper-V, Azure, vSphere, Parallels etc.
28-
* `All` - applies to all Windows instances
28+
* `All` - applies to all Windows install types
2929

3030
Each JSON file includes a `MinimumBuild` property that can be used to ensure specific configurations only apply to a specific version of Windows or above. For example, the property might ensure that configurations only apply to Windows 10 version `10.0.19041` and above.
3131

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ summary:
44
authors:
55
- Aaron Parker
66
---
7-
Windows Enterprise Defaults is designed to customize Windows images, replacing Microsoft defaults to make them enterprise-ready. While Microsoft's defaults cater to a broad range of users—from individuals to enterprises—an optimized enterprise desktop requires tailored adjustments.
7+
**Windows Enterprise Defaults** is designed to customize Windows images, replacing Microsoft defaults to make them enterprise-ready. While Microsoft's defaults cater to a broad range of users—from individuals to enterprises—an optimized enterprise desktop requires tailored adjustments.
88

99
This solution streamlines modifications to Windows by updating the default profile, Start menu, taskbar, user environment, and Explorer settings. It also manages Windows capabilities, features, and removes certain in-box application packages.
1010

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ To ensure the solution applies to a target machine during Windows Autopilot, add
107107

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

110-
## Download and Install
110+
## Quick Install
111111

112112
!!! warning
113113

docs/logs.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Logging
3+
summary:
4+
authors:
5+
- Aaron Parker
6+
---
7+
Windows Enterprise Defaults logs actions to the following locations:
8+
9+
* The default log file path is: `C:\Windows\Logs\image-customise\WindowsEnterpriseDefaults.log`
10+
* If the target device is enrolled into Microsoft Intune, the log file path will instead be: `C:\ProgramData\Microsoft\IntuneManagementExtension\Logs\WindowsEnterpriseDefaults.log`
11+
12+
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:
13+
14+
[![Viewing the log file in the Microsoft Support Center log viewer](assets/img/logs.png)](assets/img/logs.png)

mkdocs.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ plugins:
6767
text: "#FFFFFF"
6868
cards_font: Roboto
6969

70-
extra_javascript:
71-
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
72-
- javascripts/tablesort.js
70+
# extra_javascript:
71+
# - https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
72+
# - javascripts/tablesort.js
7373

7474
# Extensions
7575
markdown_extensions:
@@ -127,18 +127,19 @@ nav:
127127
- Home:
128128
- About: index.md
129129
- Results: results.md
130-
- Install defaults: install.md
130+
- Deploy and use: install.md
131131
- Under the hood:
132+
- Logging: logs.md
132133
- Configurations: configs.md
133-
- Remove UWP apps: appxapps.md
134+
- Remove AppX apps: appxapps.md
134135
- Machine settings: machine.md
135136
- User settings: profile.md
136137
- Customise: custom.md
137-
- Known issues: issues.md
138138
- Settings:
139139
- Registry: registry.md
140140
- Capabilities and Features: features.md
141141
- Paths: paths.md
142142
- Services: services.md
143143
- Files: files.md
144+
- Known issues: issues.md
144145
- stealthpuppy.com: https://stealthpuppy.com/

0 commit comments

Comments
 (0)