Hello,
I am working on a Windows 2008 R2 template, and am basically doing the following:
1) Create the VM with a custom configuration using a Ver7 VM, 1 CPU, and 4GB RAM.
2) Disable logging at the VM level on the VM.
3) Boot into the BIOS and disable the serial ports, parallel and the floppy drive.
4) Remove the floppy drive.
5) Once the OS installed, install VMtools.
6) Modify the network configuration for the adapter to disable QOS packet scheduler, the link-layer topologies, and IPv6.
7) Disable automatic updates.
8) Disable IE ESC.
9) Turn off Windows Firewall.
10) Enable Remote desktop.
11) Change performance options to “Adjust for best performance”.
12) Disable the hibernation file.
13) Change power options to configure for “best performance”.
14) Install and configure SNMP.
15) Defrag the drive.
16) Run sysprep to copy the profile over the default admin profile (with the generalize option selected).
The problem is, after running sysprep within the VM, the rebooting, the VM comes back up with "LAN Connection 2" rather than "LAN connection." Because of that, all the config of the network adapter (disabling the QoS packet scheduler, disabling IPv6 etc) are ignored. A lot of the settings made to the profile are ignored too.
Is there anything wrong with my unattend.xml?
Is there anything else I should be doing, but am not?