Installing Windows Clients
Physical Machine
.2
Windows 10 Pro
PC13
Windows 8 Ent
PC12
Windows 7 Pro
PC11
192.168.X.0/24
.13
Router
.12
.1
.11
1. Assign a static IP address to your physical machine: 192.168.X.2 /24
2. Verify the connectivity between your physical machine and your default gateway
3. Install a new virtual machine running Windows 7 Professional from the DVD
(Hard disk size : 15 GB)
4. Assign a new name to your virtual machine: PC11
5. Assign a static IP address to your virtual machine: 192.168.X.11 /24
6. Verify the connectivity of your virtual machine to your default gateway.
7. Open the Command Prompt on your virtual machine
8. Change Directory to C :\>
( cd .. ) two times
9. Create a new directory named DATA under the C drive
10. Change the default drive to the DVD drive
( mkdir DATA)
(d:)
11. Display the files and directories in the DVD drive ( dir )
12. Change directory to the directory named support (cd support)
13. Display the files and subdirectories in the directory support ( dir )
14. Copy all files and subdirectories of the directory support to the DATA folder
(xcopy *.* C:\DATA /E /Y )
15. Change Directory to D :\>
( cd ..)
16. Copy the file setup.exe to the DATA folder ( copy setup.exe c:\DATA )
17. Change the default drive to the C drive
( c: )
18. Change Directory to the DATA folder ( cd DATA )
19. Rename the file setup.exe to install.exe ( rename setup.exe install.exe )
20. Install a new virtual machine running Windows 8 Enterprise from the DVD
(Hard disk size: 20 GB)
21. Assign a new name to your virtual machine: PC12
22. Assign a static IP address to your virtual machine: 192.168.X.12 /24
23. Verify the connectivity of your virtual machine to your default gateway.
24. Open the Command Prompt on your virtual machine.
25. Create a new directory named Win8DVD under the C drive
mkdir C:\Win8DVD
26. Copy all the contents of the Windows 8 Enterprise DVD to the Win8DVD folder
xcopy D:\*.* C:\ Win8DVD /E /Y
27. Install a new virtual machine running Windows 10 Pro DVD
(Hard disk size: 20 GB)
28. Assign a new name to your virtual machine: PC13
29. Assign a static IP address to your virtual machine: 192.168.X.13 /24
30. Verify the connectivity of your virtual machine to your default gateway.
31. Open the Command Prompt on your virtual machine.
32. Create a new directory named Win10DVD under the C drive
mkdir C:\Win10DVD
33. Copy all the contents of the Windows 10 Pro DVD to the Win10DVD folder
xcopy D:\*.* C:\ Win10DVD /E /Y