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: doc/ChangeLog.md
+20-10Lines changed: 20 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,20 +3,30 @@
3
3
## Answer File Generator 1.1
4
4
5
5
- Apply a workaround for a [known issue with the `LogonCount` element](https://learn.microsoft.com/windows-hardware/customize/desktop/unattend/microsoft-windows-shell-setup-autologon-logoncount),
6
-
so that the `-AutoLogonCount` argument is accurate.
7
-
- Add the `-Partition` argument, which adds the ability to specify a custom partition layout when
8
-
using the `CleanEfi` or `CleanBios` installation method.
9
-
- Add the `-FirstLogonCommand` argument to run commands that are not PowerShell scripts.
10
-
- Add the `-DisableServerManager` option to disable the automatic launching of Server Manager on
6
+
so that the [`-AutoLogonCount`][] argument is accurate.
7
+
- Add the [`-Partition`][] argument, which adds the ability to specify a custom partition layout
8
+
when using the `CleanEfi` or `CleanBios` installation method.
9
+
- Add the [`-FirstLogonCommand`][] argument to run commands that are not PowerShell scripts.
10
+
- Add the [`-DisableServerManager`][] option to disable the automatic launching of Server Manager on
11
11
Windows Server SKUs.
12
-
- The `-JoinDomainUser` argument allows the use of a user from a different domain than the one being
13
-
joined.
14
-
- Using the `-SetupScript` argument no longer changes the global execution policy for Windows
12
+
- The [`-JoinDomainUser`][] argument allows the use of a user from a different domain than the one
13
+
being joined.
14
+
- Using the [`-SetupScript`][] argument no longer changes the global execution policy for Windows
15
15
PowerShell.
16
16
- The local and online account screens are no longer skipped if you do not specify either the
17
-
`-LocalAccount` or the `-JoinDomain` arguments.
18
-
-[Source Link](https://github.com/dotnet/sourcelink) support for the Ookii.AnswerFile library.
17
+
[`-LocalAccount`][] or the [`-JoinDomain`][] arguments.
18
+
-[Source Link](https://github.com/dotnet/sourcelink) support for the
19
+
[Ookii.AnswerFile library](Library.md).
19
20
20
21
## Answer File Generator 1.0 (2023-01-25)
21
22
22
23
- This is the first release of Answer File Generator
0 commit comments