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
Removed forced Pro edition, remove browser policies, defined new list of services. (#191)
* ### v2.1.0 Changes
#### `autounattend.xml` Changes
- Removed the forced Pro edition enforcement. This is so the answer file can still be used with Home and especially Enterprise versions like LTSC.
- Added an order to temporarily disable all network adapters so Windows Updates aren't installed during the OOBE phase. (This should stop Windows Defender from being Enabled automatically.)
- Added a FirstLogon command that enables the network adapter again when the first user loads in after the OOBE phase.
#### `autounattend.xml` & `UWScript.ps1` Changes
- Removed Microsoft Edge and Google Chrome Policies as it seems to negatively impact user browsing experience.
- Defined a new list of services that should be set to Disabled and Manual as the original list in v2.0.0 caused issues. The process count isn't as low as before but Windows should be more functional.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Updates
2
2
3
+
## 28/11/2024
4
+
### v2.1.0 Changes
5
+
#### `autounattend.xml` Changes
6
+
- Removed the forced Pro edition enforcement. This is so the answer file can still be used with Home and especially Enterprise versions like LTSC.
7
+
- Added an order to temporarily disable all network adapters so Windows Updates aren't installed during the OOBE phase. (This should stop Windows Defender from being Enabled automatically.)
8
+
- Added a FirstLogon command that enables the network adapter again when the first user loads in after the OOBE phase.
9
+
10
+
#### `autounattend.xml` & `UWScript.ps1` Changes
11
+
- Removed Microsoft Edge and Google Chrome Policies as it seems to negatively impact user browsing experience.
12
+
- Defined a new list of services that should be set to Disabled and Manual as the original list in v2.0.0 caused issues. The process count isn't as low as before but Windows should be more functional.
0 commit comments