Skip to content

Commit cce0e6c

Browse files
committed
[Unattended answer file] Update default script message
1 parent c5314e8 commit cce0e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Panels/Unattend_Files/Addition/NewUnattendWiz.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Public Class NewUnattendWiz
106106
Dim DefaultLockoutSettings As New AccountLockoutSettings()
107107
Dim DefaultVMSettings As New VirtualMachineSettings()
108108
Dim DefaultNetworkConfiguration As New WirelessSettings()
109-
Dim DefaultPostInstallScript As PostInstallScript = New PostInstallScript("# Write your code here. Use the Open Script button to load the contents of an existing script file.", PostInstallScript.Extension.PowerShell)
109+
Dim DefaultPostInstallScript As PostInstallScript = New PostInstallScript("# Write your code here. Use the Open Script button to load the contents" & CrLf & "# of an existing script file. To get started, you can also use the starter" & CrLf & "# scripts.", PostInstallScript.Extension.PowerShell)
110110

111111
' Progress info
112112
Dim ProgressMessage As String = ""

0 commit comments

Comments
 (0)