Skip to content

Commit c4db3ef

Browse files
committed
Fix VM computer name
1 parent 292938c commit c4db3ef

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

roles/create-vm/files/windows-install-config/Autounattend.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,10 @@
106106
</RunSynchronousCommand>
107107
</RunSynchronous>
108108
</component>
109+
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
110+
<ComputerName>sble-addc</ComputerName>
111+
</component>
109112
</settings>
110-
<!-- <settings pass="auditSystem"> -->
111-
<!-- <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"> -->
112-
<!-- <AuditComputerName> -->
113-
<!-- <Name>sble-adds</Name> -->
114-
<!-- </AuditComputerName> -->
115-
<!-- </component> -->
116-
<!-- </settings> -->
117113
<settings pass="oobeSystem">
118114
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
119115
<UserAccounts>

0 commit comments

Comments
 (0)