System Implementation Flashcards
What features were introduced in Windows 7 that were not found in previous versions?
Windows 7 introduced the following features not found in previous versions:
- Enhanced Aero features, including:
- Snap (maximizes window when dragged to top of screen)
- Shake (hide/show all windows except for the window being “shaken”)
- Peek (reveals the desktop by making all windows transparent)
- Redesigned taskbar with the ability to pin applications.
- Libraries.
- Improved backup and restore flexibility.
- XP Mode (Professional, Ultimate, and Enterprise only).
HomeGroup, which allows a group of PCs on a home network to share files and printers. HomeGroup simplifies the management of workgroups for administrators. Both HomeGroup and workgroup can co-exist
What are the minium hardware reuqirements for Windows 7?
Minimum Hardware Requirements:
- 1 GHz processor
- 1 GB RAM (2 GB for a 64-bit system)
- 16 GB free disk space (20 GB for a 64-bit system)
- 128 MB video memory with DirectX 9 support
DVD-ROM drive (if installing from a DVD)
What features were introduced in Windows 8/8.1?
Windows 8/8.1 introduced the following features:
- UEFI integration (including UEFI Secure Boot)
- Hybrid Boot mode
- USB 3.0 support
- Windows Metro UI, which is optimized for touchscreen devices
- Windows Store apps
- Charms and the charm toolbar, which provides access to system and app controls
- Start button removed (Windows 8)
- Start button reintroduced (Windows 8.1)
- Start screen (replaced the traditional Start menu)
- OneDrive integration (Windows 8.1)
What are the minimum hardware requirements for Windows 8/8.1?
Minimum Hardware Requirements:
- 1 GHz processor with support for PAE, NX, and SSE2
- 1 GB RAM (2 GB for a 64-bit system)
- 16 GB free disk space (20 GB for a 64-bit system)
- DirectX 9 graphics device with WDDM driver
- DVD-ROM drive (if installing from a DVD)
What features were introduced in Windows 10?
Windows 10 introduced the following features:
- Universal Windows Platform (UWP)
- Native Ubuntu Linux compatibility
- Cortana, Microsoft’s “intelligent personal assistant” software
- Microsoft Edge web browser (replaces Microsoft Internet Explorer)
- DirectX 12 and WDDM 2.0 support
- Start menu reintroduced with new tile design
- Improved security features
What are the minimum hardware requirements for Windows 10?
Minimum Hardware Requirements:
- 1 GHz processor with support for PAE, NX, and SSE2
- 1 GB RAM (2 GB for a 64-bit system)
- 16 GB free disk space (20 GB for a 64-bit system)
- DirectX 9 graphics device with WDDM driver
- DVD-ROM drive (if installing from a DVD)
What are the steps to install Windows from the installation media?
Use the following steps to install Windows from the installation media:
- Prepare the system hard disk(s). If you are performing a clean install on a new hard disk, you can partition and format the disk during the installation process. However, you will need to prepare disks before the installation if you want to install Windows on a hardware RAID array (RAID 0, RAID 1, RAID 5, RAID 10, etc.). Some motherboards include an integrated RAID controller that allows you to build an array from multiple SATA hard disks installed in the system. You can also install a RAID controller board in an expansion slot to define a RAID array. If you need to configure a RAID array prior to installation, do the following:
- Install the drives required to support the desired RAID level in the system.
- Do one of the following:
- If using an integrated RAID controller on the motherboard, access the BIOS/UEFI configuration interface and enable RAID instead of traditional SATA operations.
- If using a RAID controller board, install the board in an expansion slot and then boot the computer. During system boot, the RAID BIOS will load. Press the key combination specified in the RAID BIOS screen to enter the RAID configuration utility.
- Define a new RAID array of the desired type using the disks installed in the system.
Adding a hard disk to a RAID array will destroy all existing data on that disk. Be sure to back up any data you want to keep before adding the disk to the array.
- Insert the installation media (such as a DVD or USB flash drive) and then boot from that media.
- During the first part of the installation, Windows loads the necessary files it needs to start the installation. During this phase, you may need to load additional drivers to support your storage controller so that Windows can write to the disk. This commonly occurs when installing to a RAID array. To do this, select Load Driver. You must have the necessary drivers available on a USB flash drive.
- After the initial files and drivers are loaded, you select the disk where you want to install Windows. At this point you can choose an existing partition (if one exists), or create a new partition.
- After Windows prepares the disks, it starts copying files to the hard disk. When the file copy is complete, the system will reboot. Leave the installation media in the drive until prompted to remove it.
After the system reboots, Windows configures the system. You will be prompted for configuration information such as the region and language, the computer name, date and time, and network settings
How do you perform a network installation of Windows?
To perform a network installation, the Windows installation files must first be copied to a network location. Then, the installation process is run remotely over a network connection. This allows multiple systems to be installed at the same time using the same installation files. To do this, you must first:
- Configure a Windows Deployment Services (WDS) server. This server contains the files needed to install Windows on remote computer systems over a network connection. WDS functions in conjunction with the Preboot Execution Environment (PXE) to load a miniature version of Windows, known as the Windows Preinstallation Environment (Windows PE), on network hosts. Windows PE is a minimal version of the Windows operating system. Its purpose is to get a basic system up and running such that the host can connect to the WDS server and install a full version of Windows.
Boot the host computer where Windows is to be installed using a PXE boot. The computer will connect to the WDS server and boot into Windows PE. Once done, Windows can be installed locally from the WDS server
How would you restore a Windows installation?
You can perform a repair installation to fix a currently installed Windows implementation. A Repair Installation will restore corrupt or missing DLLs, fix registry problems, and fix startup files while preserving user accounts, data, applications, and installed drivers.
To perform a repair installation, do the following:
- Insert your Windows installation media.
- Run the Setup.exe file on the installation media.
- Elevate privileges when prompted by UAC.
- Accept the license agreement.
- Specify how the repair installation should occur. You can select from the following options:
- Keep personal files, apps, and Windows settings
- Keep personal files only
- Nothing
- Wait while Windows is reinstalled
What atsks should you complete following a successful installation of Windows?
Complete the following tasks following a successful installation of Windows:
- Edit the BIOS/UEFI settings to boot from the hard drive first. This prevents the system from accidentally booting from the optical drive or the USB drive.
- Update device drivers for unrecognized devices. During installation, drivers for many devices are installed from drivers on the installation disc. However, Windows may not include device drivers for all the hardware in the system. Use Device Manager to verify the status of all hardware devices. If necessary, manually download and install drivers for any unknown devices.
- Configure Windows Update and download the latest updates. This may take some time to complete, so plan according in your deployment plan.
- When Windows clients are installed into a Windows domain, verify that they are in the right time zone and are configured to get time from the correct time provider. Use the w32tm command line utility as follows:
- w32tm /tz returns the current time zone settings on the client.
- w32tm /query /source returns the time source being used by the Windows Time service on the client.
- w32tm /query /status returns the status of the Windows Time service on the client.
- w32tm /? displays command line help for other w32tm parameters that can be used for configuring, monitoring, and troubleshooting the Windows Time service on the client.
- After installation, you must activate your copy of Windows. Activation does not send personal information to Microsoft (it isn’t the same as registration). Some things to remember about activation are:
- During activation, the product ID, hardware hash, and the product keys are verified through Microsoft.
- You can activate over the internet. The system will warn you if your activation is about to expire.
- If you reinstall Windows, it will need to be activated again.
- As a best practice, consider not activating Windows until you are sure the system is stable. This allows you to use the system for several days without activation, letting you reinstall if necessary.
- A significant hardware change, such as upgrading your motherboard, may require Windows to be reactivated. If this is the case, you might need to contact Microsoft to get a reactivation key.
- Configure the Windows Firewall and install anti-malware software. Be sure to update your anti-malware definition files.
- Migrate user configuration settings and data:
- If you perform an in-place upgrade installation, user settings and data are automatically retained; you do not need to use these tools to transfer files. But you should verify that all installed applications run correctly.
- If you perform a new installation on the existing system, run the transfer utility before performing the installation and save the resulting files to removable media or a network location. Following the installation, run the transfer utility to copy the data into the new installation.
- If you are moving from an old computer to a new computer, you can transfer files directly between the two computers.
- Migrating user settings and files does not migrate applications on the new computer, nor does it migrate system files such as fonts or drivers.
- Once the installation is complete, install applications and add other Windows features.
Configure system backups and other data protection methods (such as System Protection and File History)
Define virtualization
Virtualization is the ability to install and run multiple operating systems concurrently on a single physical machine
Describe virtualization component: Physical Machine
A physical machine contains the actual system hardware, such as the hard disk drive(s), optical drive, RAM, processors, etc.
Describe virtualization component: Hypervisor
A hypervisor is a thin layer of software that resides between the virtual operating system(s) and the hardware. A hypervisor allows virtual machines to interact with the hardware without going through the host operating system. A hypervisor manages access to system resources such as:
- CPU
- Storage
- RAM
Commonly used hypervisor types include:
- VMware Workstation and ESX (made by VMware)
- Hyper-V (made by Microsoft)
- XEN (open source)
- Oracle VirtualBox
Kernel-based Virtual Machine (KVM)
Describe virtualization component: Virtual Machine
A virtual machine is a software implementation of a computer that executes programs like a physical machine. The virtual machine appears to be a self-contained and autonomous system
Describe virtualization component: virtual machine
A virtual machine is a software implementation of a computer that executes programs like a physical machine. The virtual machine appears to be a self-contained and autonomous system