Lab – Operating System Upgrades (Answer Version)
Answer Note: Red font color or gray highlights indicate text that appears in the Answer copy only.
In this lab, you will explore the process to upgrade an operating system.
Part 1: Recovery Partition
Part 2: Unattended Installation
Part 3: Upgrade Considerations before Installation
Part 4: Post Upgrade Installation
Eventually, the computer vendor releases a new operating system. The next question for the computer user will be: Should I upgrade to the latest version? Should I perform an in-place upgrade? Or should I perform a new installation? What are the pros and cons of upgrading?
In this activity, you will explore the recovery partition and walk through the process to upgrade from Windows 10 to Windows 11 while keeping your data.
The Recovery Partition is created on the internal fixed drive to restore the OS environment to the original factory state.
Note: You will not perform the recovery in this activity.
Note: Do not reset the PC in this activity unless instructed to do so by your Answer.
Note: In Windows 11, select System > Recovery. Select Reset PC under Recovery Options.
Note: Do not reset the PC in this activity unless instructed to do so by your Answer.
Image deployment allows you to configure devices with a standardized set of software and configuration options over the network or installation media.
In this part, you will create an answer file created using Microsoft Assessment and Deployment Kit (ADK). The answer file and the Windows installation files can be saved on a bootable USB media for an unattended installation.
Note: You will not perform the installation.
Note: If your installation media does not contain the file install.wim in the sources folder, locate the file install.esd and use the following steps to decompress the install.esd file.
dism /Get-WimInfo /WimFile:YourPath\sources\install.esd
Index : 1
Name : Windows 10 Home
Description : Windows 10 Home
Size : 14,826,317,709 bytes
Index : 2
Name : Windows 10 Home N
Description : Windows 10 Home N
Size : 14,047,483,249 bytes
Index : 3
Name : Windows 10 Home Single Language
Description : Windows 10 Home Single Language
Size : 14,824,381,486 bytes
Index : 4
Name : Windows 10 Education
Description : Windows 10 Education
Size : 15,074,233,945 bytes
Index : 5
Name : Windows 10 Education N
Description : Windows 10 Education N
Size : 14,312,027,229 bytes
Index : 6
Name : Windows 10 Pro
Description : Windows 10 Pro
Size : 15,071,438,212 bytes
Index : 7
Name : Windows 10 Pro N
Description : Windows 10 Pro N
Size : 14,309,112,849 bytes
The operation completed successfully.
dism /Export-Image /SourceImageFile:YourPath\sources\install.esd /SourceIndex:6 /DestinationImageFile:YourPath\sources\install.wim /Compress:Max /CheckIntegrity
Now the environment is prepared for creating the answer file. In this step, you will only configure the language settings for the answer file.
In this example, the component names will start with amd64_Microsoft Windows for the 64-bit version. If you are using a 32-bit version, the component names will start with x86_Microsoft-Windows.
Enter the Input Locales for the following fields under Settings:
InputLocale: en-US
SystemLocale: en-US
UILanguage: en-US
UserLocale: en-US
Note: You will not perform the installation in this activity.
Question:
Perform an internet search to learn more about creating answer files. What other settings are necessary in the answer file?
Type your answers here.
Answers will vary. Some of the settings include: product key, partitions, and user account information.
Upgrading to a newer OS can be exciting. However, there are a few things you can do to make sure the upgrade will go smoothly.
The product lifecycle starts when a product enters the marketplace and becomes established then eventually retires and is removed from the marketplace.
Question:
What is the retirement date?
Type your answers here.
The retirement date for Windows 10 is Oct 14, 2025. The end date for the latest release version 21H2 is June 13, 2023.
Question:
What is the currently installed Windows version?
Type your answers here.
Answers will vary.
Before starting the process to upgrade to Windows 11, you should determine if the PC hardware meets the minimum requirements.
Question:
Does your current computer meet the requirement? If not, what is missing?
Type your answers here.
Answers will vary. Most of the newer computers will meet the requirement unless it is not capable of running Trusted Platform Module (TPM) version 2.0. If the PC can run TPM 2.0, search for instructions to enable TPM 2.0. The computer needs to support Secure Boot and a processor that is supported for Windows 11.
If the PC does not meet the requirements, can you upgrade the hardware to meet the requirements?
Type your answers here.
Answers will vary. For example, replacing the hard drive to meet the minimum storage requirement of 64 GB. Additional RAM may be added to meet the minimum requirements of 4 GB of RAM.
You may also verify that the current system meets the minimum Windows 11 requirements using Windows Update on a PC running Windows 10.
Review unsupported OS features
As operating system evolves, some of the familiar features will be deprecated. Before you upgrade to the newest OS version, you should be aware of impact of the removed features.
Question:
Using an internet search, determine some of the deprecated features in windows 11 and document any impact for your experience.
Type your answers here.
Answers will vary. For example, Internet Explorer is replaced by Microsoft Edge with IE mode in Windows 11. With the upgrade, the language packs may need to re-install or only default language is migrated. (https://www.microsoft.com/en-us/windows/windows-11-specifications)
Check your applications and hardware drivers
Inventory your applications and hardware drivers to ensure they are available in Windows 11. For example, the driver for a USB to serial cable may not be functioning in Windows 11. You should check with the manufacturer’s website to determine if there is an updated driver that is compatible with Windows 11.
For most software applications, running the program in compatibility mode will resolve the issue.
Review advantages and disadvantages of upgrading to Windows 11
Questions:
List some of the advantages of upgrading.
Type your answers here.
Answers will vary. The newer OS will continue to provide bug fixes and security updates and possibly increase device functionality.
List some of the disadvantages of upgrading.
Type your answers here.
Answers will vary. An OS upgrade could be time consuming and there is a risk that the upgrade is not successful.
In place upgrade vs. fresh installation
Questions:
List some of the advantages and disadvantages of upgrading versus a fresh installation.
Type your answers here.
Answers will vary. A fresh installation allows you start over completely by starting the setup from an installation media created by downloading the ISO image. For a fresh installation, you will need to backup all your files before any upgrade can start because you will erase everything and restore all the data after the installation. An in–place OS upgrade allows you to start the upgrade setup from the existing OS and keep all the customized configurations and user data, and avoid reinstallation of all the applications and restoration of data. An in–place upgrade can also save up–time because you can be up and running when the OS is upgraded and all the user data and applications are ready to go. It is advisable to back up all data even when doing the in-place upgrade, to ensure there is no data loss. If possible, it is advisable to create a disk image on removable media in the event that you wish to restore the old installation.
Master Boot Record (MBR) vs. GUID [globally unique identifier] Partition Table (GPT)
If the drive on your PC has a larger capacity than 2TB, MBR cannot support it. So, you will need to upgrade from MBR to GPT for the partition scheme and UEFI is required for firmware interface support. The conversion from MBR to GPT partition style is beyond the scope of this course.
Via Disk Management
Via Command Line
PS C:\WINDOWS\system32> diskpart
DISKPART> list disk
Disk ### Status Size Free Dyn Gpt
——– ————- ——- ——- — —
Disk 0 Online 476 GB 0 B *
DISKPART> select disk 0
Disk 0 is now the selected disk.
DISKPART> uniqueid disk
Disk ID: {0733952C-DFB2-4D87-9AAA-F2FC651B2E71}
Backup your files and user preferences
Question:
Where can the backup files and user preferences be saved?
Type your answers here.
Answers will vary. Backup your data and user preferences in your Microsoft account or on an external drive.
You can use Windows built-in back up tool to create a full backup on an external flash drive.
Download the Windows 11 Installation Assistant
You can use the Windows 11 installation assistant to upgrade from Windows 10 to 11. You can also download the installation media or disk image to upgrade. The example below is upgrading using the installation wizard.
After the upgrade, you should test the installation.
If drivers are not compatible with Windows 11, you can update the drivers if they are available.
After the upgrade, it is idea best practice to check for the latest Windows updates.
Before any damage can be done in Windows 11, you should back up your PC.
Search on the internet to find out how to do it in Windows 11.
Two built-in ways:
Question:
What are other customizations in Windows 11?
Type your answers here.
Answers will vary. Some examples are to disable unnecessary startup programs, personalize Windows 11, and check and modify power settings.
End of document