Presentation is loading. Please wait.

Presentation is loading. Please wait.

Chapter 10 Performance Tuning and System Recovery

Similar presentations


Presentation on theme: "Chapter 10 Performance Tuning and System Recovery"— Presentation transcript:

1 Chapter 10 Performance Tuning and System Recovery
Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices) Chapter 10 Performance Tuning and System Recovery Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices) Chapter 10 Performance Tuning and System Recovery

2 Objectives After completing this chapter, you should be able to:
Describe performance tuning concepts Use Performance Monitor Use Task Manager Configure Performance Options Describe tools that you can use for troubleshooting errors in Windows 10 Objectives After completing this chapter, you should be able to: Describe performance tuning concepts Use Performance Monitor Use Task Manager Configure Performance Options Describe tools that you can use for troubleshooting errors in Windows 10 Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

3 Objectives After completing this chapter, you should be able to:
Describe backup and recovery of user data using File History, Backup and Restore (Windows 7), and OneDrive Describe recovery options for an unstable Windows 10 computer using recovery disks, Windows Recovery, device driver rollback, system restore points, and System Reset Objectives After completing this chapter, you should be able to: Describe backup and recovery of user data using File History, Backup and Restore (Windows 7), and OneDrive Describe recovery options for an unstable Windows 10 computer using recovery disks, Windows Recovery, device driver rollback, system restore points, and System Reset Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

4 Performance Tuning Overview
A process rather than an event Performance tuning process consists of: Establishing a baseline Recognizing bottlenecks Tuning performance Performance Tuning Overview Performance tuning A process rather than an event Performance tuning process consists of: Establishing a baseline Recognizing bottlenecks Tuning performance Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

5 Establishing a Baseline
To recognize system bottlenecks, you must first establish a baseline Baseline Set of performance indicators captured when system performance is acceptable Performance indicators are often called counters Display values for system characteristics Establishing a baseline Verify no unusual activity is happening on the workstation Measure performance indicators over time Establishing a Baseline To recognize system bottlenecks, you must first establish a baseline Baseline Set of performance indicators captured when system performance is acceptable Performance indicators are often called counters Display values for system characteristics Establishing a baseline Verify no unusual activity is happening on the workstation Measure performance indicators over time Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

6 Recognizing Bottlenecks
Occur when a limitation in a single computer system component slows down the entire system Disk bottlenecks Occur when applications want to read and write information to the physical disk faster than the disk can manage To increase disk performance Upgrade the disks Implement mirrored Storage Spaces Move the paging file to a nonsystem disk Recognizing Bottlenecks Bottlenecks Occur when a limitation in a single computer system component slows down the entire system Disk bottlenecks Occur when applications want to read and write information to the physical disk faster than the disk can manage To increase disk performance Upgrade the disks Implement mirrored Storage Spaces Move the paging file to a nonsystem disk Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

7 Recognizing Bottlenecks
Memory bottlenecks Occur when applications require more memory than is physically available To reduce the use of virtual memory Increase the amount of physical memory Run fewer applications at once Recognizing Bottlenecks Memory bottlenecks Occur when applications require more memory than is physically available To reduce the use of virtual memory Increase the amount of physical memory Run fewer applications at once Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

8 Recognizing Bottlenecks
Processor bottlenecks Occur when there is too much work for a processor To resolve processor bottlenecks Change to a faster processor Add additional processors Change to a multicore processor Recognizing Bottlenecks Processor bottlenecks Occur when there is too much work for a processor To resolve processor bottlenecks Change to a faster processor Add additional processors Change to a multicore processor Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

9 Recognizing Bottlenecks
Network bottlenecks More common for servers than computers running Windows 10 Multiple computers accessing a single server may overwhelm the network connection to the server Upgrading a network may involve replacing network cards, cabling, and switches Recognizing Bottlenecks Network bottlenecks More common for servers than computers running Windows 10 Multiple computers accessing a single server may overwhelm the network connection to the server Upgrading a network may involve replacing network cards, cabling, and switches Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

10 Tuning Performance Steps Create a baseline for the computer
Compare the baseline to current indicators Identify possible causes for variations Identify possible fixes for variations from the baseline Select a fix to implement Implement the fix and monitor for changes If not resolved, undo the fix and repeat step 5 If resolved, document solution for future reference Tuning Performance Steps Create a baseline for the computer Compare the baseline to current indicators Identify possible causes for variations Identify possible fixes for variations from the baseline Select a fix to implement Implement the fix and monitor for changes If not resolved, undo the fix and repeat step 5 If resolved, document solution for future reference Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

11 Monitoring Performance
Performance Monitor MMC snap-in that is used to monitor system performance indicators Commonly called perfmon by experienced administrators Areas Resource Monitor Data Collector Sets Reports Monitoring Performance Performance Monitor MMC snap-in that is used to monitor system performance indicators Commonly called perfmon by experienced administrators Areas Resource Monitor Data Collector Sets Reports Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

12 Monitoring Performance
Figure Performance Monitor Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

13 Resource Monitor Resource Monitor CPU
Provides real-time monitoring of the most common system performance indicators CPU Used to monitor processor performance Process ID (PID) uniquely identifies a single running process By right-clicking a process Administrator can pause, resume, or stop the process Resource Monitor Provides real-time monitoring of the most common system performance indicators CPU Used to monitor processor performance Process ID (PID) uniquely identifies a single running process By right-clicking a process Administrator can pause, resume, or stop the process Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

14 Resource Monitor Figure 10-2 Resource Monitor
Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

15 Resource Monitor Disk Network Used to monitor disk performance
Process with Disk Activity reports which processes have had disk activity in the last 60 seconds Storage section reports overall activity of each storage location, organized by logical disk Network Used to monitor network performance TCP connection details are provided and include statistics about packet loss and latency Resource Monitor Disk Used to monitor disk performance Process with Disk Activity reports which processes have had disk activity in the last 60 seconds Storage section reports overall activity of each storage location, organized by logical disk Network Used to monitor network performance TCP connection details are provided and include statistics about packet loss and latency Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

16 Resource Monitor Memory Used to monitor memory performance
Memory tab displays additional information in graphical form detailing how portions of memory have allocated The quick view can help an administrator get a general awareness of the current memory demands Resource Monitor Memory Used to monitor memory performance Memory tab displays additional information in graphical form detailing how portions of memory have allocated The quick view can help an administrator get a general awareness of the current memory demands Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

17 Performance Monitor Performance Monitor Counters
Tool within Performance Monitor Visually displays the data generated by counters You can view: Last, average, minimum, and maximum values Counters Performance Monitor allows you to select counters to view Divided into categories such as the following: Processor, memory, physical disk, TCPv4, system and logical disk Performance Monitor Tool within Performance Monitor Visually displays the data generated by counters You can view: Last, average, minimum, and maximum values Counters Performance Monitor allows you to select counters to view Divided into categories such as the following: Processor, memory, physical disk, TCPv4, system and logical disk Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

18 Performance Monitor Chart types Line Histogram bar Report
Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

19 Data Collector Sets Data Collector Sets Type of data Logging
Organize multiple counters into a single unit Makes monitoring performance easier to manage Type of data Performance counters Event trace Configuration Logging Data Collector Set can log performance information to disk Data Collector Sets Organize multiple counters into a single unit Makes monitoring performance easier to manage Type of data Performance counters Event trace Configuration Logging Data Collector Set can log performance information to disk Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

20 Data Collector Sets Starting and Stopping
Data Collector Sets are not always running You can manually start Data Collector Sets If you are collecting a baseline Schedule the Data Collector Set to run at a regular time Stopping a Data Collector Set is configured most often based on overall collection duration or a maximum collected data limit Data Collector Sets Starting and Stopping Data Collector Sets are not always running You can manually start Data Collector Sets If you are collecting a baseline Schedule the Data Collector Set to run at a regular time Stopping a Data Collector Set is configured most often based on overall collection duration or a maximum collected data limit Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

21 Data Collector Sets Alerts
For performance counters, you can configure alerts instead of logging to disk When an alert triggers, the following can be performed: Log an entry in the application event log Start a Data Collector Set Run a scheduled task Data Collector Sets Alerts For performance counters, you can configure alerts instead of logging to disk When an alert triggers, the following can be performed: Log an entry in the application event log Start a Data Collector Set Run a scheduled task Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

22 Data Collector Sets Data Manager
User can automatically control log files and reports that can be generated by Data Collector Sets You can apply a policy and specify actions Specify parameters such as: Minimum free disk space Maximum number of folders Report generation Deletion preferences to make room for new data Data Collector Sets Data Manager User can automatically control log files and reports that can be generated by Data Collector Sets You can apply a policy and specify actions Specify parameters such as: Minimum free disk space Maximum number of folders Report generation Deletion preferences to make room for new data Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

23 Reports Reports You specify rules to process log files
Process and display log file data You specify rules to process log files You can create your own rules for processing log files But most administrators will never need to do so Windows 10 includes the rules you are likely to need Reports Process and display log file data You specify rules to process log files You can create your own rules for processing log files But most administrators will never need to do so Windows 10 includes the rules you are likely to need Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

24 Task Manager Task Manager You can access Task Manager several ways
Provides an overview of the current state of a computer You can access Task Manager several ways Press Ctrl+Alt+Del Press Ctrl+Shift+Esc Right-click any empty area of the taskbar and click Task Manager Run taskmgr.exe from a command prompt Task Manager Provides an overview of the current state of a computer You can access Task Manager several ways Press Ctrl+Alt+Del Press Ctrl+Shift+Esc Right-click any empty area of the taskbar and click Task Manager Run taskmgr.exe from a command prompt Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

25 Task Manager Figure 10-4 Task Manager
Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

26 Processes Processes tab in Task Manager
Shows all user applications running on computer View process that corresponds with an application Right-click the task and click Go To Process For each process you can see: Name User Name CPU Memory Description Processes Processes tab in Task Manager Shows all user applications running on computer View process that corresponds with an application Right-click the task and click Go To Process For each process you can see: Name User Name CPU Memory Description Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

27 Processes For each process you have the option to:
Set the priority of a process End a specific process or process tree On a system with multiple CPUs or a multiple-core CPU It is possible to set processor affinity for a process, which assigns a process to a particular processor When processor affinity is not set Windows 10 automatically moves processes among processors as required Processes For each process you have the option to: Set the priority of a process End a specific process or process tree On a system with multiple CPUs or a multiple-core CPU It is possible to set processor affinity for a process, which assigns a process to a particular processor When processor affinity is not set Windows 10 automatically moves processes among processors as required Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

28 Services Services tab Provides a list of the services running on Windows 10 You can locate a process associated with a particular service and can start and stop services Services Services tab Provides a list of the services running on Windows 10 You can locate a process associated with a particular service and can start and stop services Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

29 Performance Performance tab
Provides a quick overview of system performance for memory and processor utilization Current CPU, memory, disk, and network usage is shown as line graphs Along with basic statistics A link is also available to launch Resource Monitor from this tab as a convenience Performance Performance tab Provides a quick overview of system performance for memory and processor utilization Current CPU, memory, disk, and network usage is shown as line graphs Along with basic statistics A link is also available to launch Resource Monitor from this tab as a convenience Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

30 Performance Figure 10-5 Task Manager, Performance tab
Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

31 Other Task Manager Tabs
App history tab Shows a summary of what applications have been using resources since the last startup Users tab List of users currently logged on If required, you can disconnect users if multiple users are signed in Startup tab Shows a list of applications that start automatically when Windows starts Other Task Manager Tabs App history tab Shows a summary of what applications have been using resources since the last startup Users tab List of users currently logged on If required, you can disconnect users if multiple users are signed in Startup tab Shows a list of applications that start automatically when Windows starts Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

32 Performance Options Performance Options dialog box
Optimizes visual effects, processor scheduling, and virtual memory To access the Performance Options dialog box Right-click Start, select System, select the Advanced tab, click Settings in the Performance section Visual Effect tab Allows you to configure settings that improve how the Windows 10 interface performs Performance Options Performance Options dialog box Optimizes visual effects, processor scheduling, and virtual memory To access the Performance Options dialog box Right-click Start, select System, select the Advanced tab, click Settings in the Performance section Visual Effect tab Allows you to configure settings that improve how the Windows 10 interface performs Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

33 Performance Options Advanced tab
Select whether processor time is allocated to optimize performance for programs or background services If Programs is selected The program running in the active window is given a slightly higher priority than other applications If Background services is selected All programs are given the same priority Performance Options Advanced tab Select whether processor time is allocated to optimize performance for programs or background services If Programs is selected The program running in the active window is given a slightly higher priority than other applications If Background services is selected All programs are given the same priority Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

34 Performance Options The Advanced tab also gives you access to the setting for virtual memory By default, paging file is managed automatically by Windows You can manually configure the paging file Most Windows 10 computers have one hard disk And increasing performance is not possible by adjusting the virtual memory settings Can specify that no paging file is to be used Performance Options The Advanced tab also gives you access to the setting for virtual memory By default, paging file is managed automatically by Windows You can manually configure the paging file Most Windows 10 computers have one hard disk And increasing performance is not possible by adjusting the virtual memory settings Can specify that no paging file is to be used Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

35 Performance Options Data Execution Prevention (DEP)
Processor feature that Windows 10 can use Monitors processes to ensure that they do not access unauthorized memory spaces By default, DEP is enabled for only essential Windows programs and services Protects the core components of the OS that are likely to be targeted by malware Performance Options Data Execution Prevention (DEP) Processor feature that Windows 10 can use Monitors processes to ensure that they do not access unauthorized memory spaces By default, DEP is enabled for only essential Windows programs and services Protects the core components of the OS that are likely to be targeted by malware Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

36 Troubleshooting Windows 10 Errors
The more information you have about a problem The more likely you can find a solution Using precise search terms in a search engine Generates results more likely applicable to your specific problem Troubleshooting Windows 10 Errors The more information you have about a problem The more likely you can find a solution Using precise search terms in a search engine Generates results more likely applicable to your specific problem Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

37 Steps Recorder If you cannot visit or view the user desktop
Ask user to record the steps with Steps Recorder Steps Recorder A screenshot is captured each time the user clicks on a screen item Saved in a report (.mht file) that can be ed or saved to a shared storage location Does not capture text typed Users can add comments that include information being typed Steps Recorder If you cannot visit or view the user desktop Ask user to record the steps with Steps Recorder A screenshot is captured each time the user clicks on a screen item Saved in a report (.mht file) that can be ed or saved to a shared storage location Does not capture text typed Users can add comments that include information being typed Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

38 Reliability Monitor Reliability Monitor
Rates the system stability of Windows 10 and lets you monitor the events that contribute to system stability Collects the following data: Software installs and uninstalls Application failures Windows failures Miscellaneous failures Reliability Monitor Rates the system stability of Windows 10 and lets you monitor the events that contribute to system stability Collects the following data: Software installs and uninstalls Application failures Windows failures Miscellaneous failures Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

39 Event Viewer Used to browse and manage events and messages stored in system event logs Start Event Viewer as a stand-alone administrative tool Or use it in Computer Management Most common event types are: Error, Warning, and Information Logs in the Windows Logs node of Event Viewer are the most commonly used for troubleshooting Event Viewer Used to browse and manage events and messages stored in system event logs Start Event Viewer as a stand-alone administrative tool Or use it in Computer Management Most common event types are: Error, Warning, and Information Logs in the Windows Logs node of Event Viewer are the most commonly used for troubleshooting Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

40 Event Viewer Figure 10-8 Event Viewer
Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

41 Event Viewer Other log nodes include:
Security log - contains Audit Success and Audit Failure events System log - contains general OS-level events Applications and Services Logs – contain event logs for many OS services Custom Views node – used to create filtered views that can contain specific event types from specific sources Subscriptions node – used to copy events from a remote computer to yours Event Viewer Other log nodes include: Security log - contains Audit Success and Audit Failure events System log - contains general OS-level events Applications and Services Logs – contain event logs for many OS services Custom Views node – used to create filtered views that can contain specific event types from specific sources Subscriptions node – used to copy events from a remote computer to yours Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

42 Event Viewer Use events in Event Viewer to verify that a process is completing properly or to identify an error You can search for solutions to errors based on the Event ID and the Source You can also attach a scheduled task to a specific event When the event appears in the event log, the scheduled task is triggered Event Viewer Use events in Event Viewer to verify that a process is completing properly or to identify an error You can search for solutions to errors based on the Event ID and the Source You can also attach a scheduled task to a specific event When the event appears in the event log, the scheduled task is triggered Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

43 File Recovery and Backup
Windows 10 includes two major features to aid in file recovery: File History Backup and Restore (Windows 7) File Recovery and Backup Windows 10 includes two major features to aid in file recovery: File History Backup and Restore (Windows 7) Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

44 Configure File History
Allows data that is important to a user to be backed up to an external hard drive or network location A user-specific data protection mechanism that protects local resources To access File History User must open Settings, click Update and Security, then click Backup Configure File History File History Allows data that is important to a user to be backed up to an external hard drive or network location A user-specific data protection mechanism that protects local resources To access File History User must open Settings, click Update and Security, then click Backup Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

45 Configure File History
Figure Backup settings Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

46 Configure File History
When attaching an external drive and configure it for use by File History The drive does not get erased Backup data is added to the drive File History will create a series of folders at the root of the drive to hold File History data First backup will happen in the background while the user is working on other tasks Files are backed up every hour by default and the retention period for backup data can be changed Configure File History When attaching an external drive and configure it for use by File History The drive does not get erased Backup data is added to the drive File History will create a series of folders at the root of the drive to hold File History data First backup will happen in the background while the user is working on other tasks Files are backed up every hour by default and the retention period for backup data can be changed Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

47 Configure File History
Figure File History additional options in Settings Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

48 Configure File History
Figure File History additional options in Settings, continued Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

49 Configure File History
Administrator controls and utilities are limited with File History There is an option that allows administrators to set a policy that blocks users’ ability to use File History There is one utility available FhManagew.exe which is used to trigger a cleanup of backup files that are older than a specified age and have a newer version of that file included in the backup data Configure File History Administrator controls and utilities are limited with File History There is an option that allows administrators to set a policy that blocks users’ ability to use File History There is one utility available FhManagew.exe which is used to trigger a cleanup of backup files that are older than a specified age and have a newer version of that file included in the backup data Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

50 Configure Backup and Restore (Windows 7)
Windows 10 introduced a newer version of this utility and calls it Backup and Restore (Windows 7) Can be started from the Backup Settings screen or from the System and Security section of Control Panel There is also a command-line tool called wbadmin.exe that allows the administrator to manage the backup process from script files and scheduled tasks Configure Backup and Restore (Windows 7) Windows 10 introduced a newer version of this utility and calls it Backup and Restore (Windows 7) Can be started from the Backup Settings screen or from the System and Security section of Control Panel There is also a command-line tool called wbadmin.exe that allows the administrator to manage the backup process from script files and scheduled tasks Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

51 Configure Backup and Restore (Windows 7)
Figure Backup and Restore (Windows 7), initial settings Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

52 Configure Backup and Restore (Windows 7)
When Backup and Restore (Windows 7) is started for the first time You must select a target location for backup data Users can select that data to back up or let Windows choose for them A backup task is scheduled to repeat on a regular interval, plus it runs the back up task immediately Configure Backup and Restore (Windows 7) When Backup and Restore (Windows 7) is started for the first time You must select a target location for backup data Users can select that data to back up or let Windows choose for them A backup task is scheduled to repeat on a regular interval, plus it runs the back up task immediately Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

53 Configure Backup and Restore (Windows 7)
Figure Backup and Restore (Windows 7), backup in progress Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

54 Restore Previous Versions of Files and Folders
If File History or Backup and Restore (Windows 7) have been configured to protect user data That data can be recovered using a feature called Previous Versions Open the properties of a file or folder to reveal a tab called Previous Versions The user has the option to recover an old version of the content And restore it in the same place or to an alternate location for inspection Restore Previous Versions of Files and Folders If File History or Backup and Restore (Windows 7) have been configured to protect user data That data can be recovered using a feature called Previous Versions Open the properties of a file or folder to reveal a tab called Previous Versions The user has the option to recover an old version of the content And restore it in the same place or to an alternate location for inspection Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

55 Restore Previous Versions of Files and Folders
Figure Previous Versions tab of folder Properties Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

56 Restore Previous Versions of Files and Folders
Figure Exploring File History previous versions Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

57 Recover Files from OneDrive
File stored in OneDrive are synchronized to the local Windows 10 computer And are cached locally If a file is deleted within OneDrive It is moved to a Recycle Bin in the cloud and to the local File Explorer Recycle Bin OneDrive includes a document version history when viewed through OneDrive.live.com Right-clicking a data file gives the Version history option so that previous versions can be restored or downloaded for further inspection Recover Files from OneDrive File stored in OneDrive are synchronized to the local Windows 10 computer And are cached locally If a file is deleted within OneDrive It is moved to a Recycle Bin in the cloud and to the local File Explorer Recycle Bin OneDrive includes a document version history when viewed through OneDrive.live.com Right-clicking a data file gives the Version history option so that previous versions can be restored or downloaded for further inspection Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

58 System Recovery If a computer running Windows 10 does not boot
You must perform a system recovery System Recovery If a computer running Windows 10 does not boot You must perform a system recovery Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

59 System Restore and Restore Points
Can return operating system to previously saved state Uses a component called system protection that stores a snapshot of system files and settings about to be updated before the changes are made Restore point: snapshot of system files and settings To access System Protection settings Open Control Panel, System and Security, System, and click the link System Protection System Restore and Restore Points System Restore Can return operating system to previously saved state Uses a component called system protection that stores a snapshot of system files and settings about to be updated before the changes are made Restore point: snapshot of system files and settings To access System Protection settings Open Control Panel, System and Security, System, and click the link System Protection Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

60 System Restore and Restore Points
Figure System Properties, System Protection tab Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

61 System Restore and Restore Points
More than one restore point can be saved Creating a series of point-in-time snapshots Automatic triggers include: Windows updates Scheduled tasks Application installs that are System Restore aware System Restore can also restore a system by using data in a system image backup created by Windows Backup and Restore (Windows 7) System Restore and Restore Points More than one restore point can be saved Creating a series of point-in-time snapshots Automatic triggers include: Windows updates Scheduled tasks Application installs that are System Restore aware System Restore can also restore a system by using data in a system image backup created by Windows Backup and Restore (Windows 7) Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

62 System Restore and Restore Points
PowerShell commands can be used to update and automate the configuration of System Restore Five cmdlets available: Enable-ComputerRestore Disable-ComputerRestore Checkpoint-Computer Get-ComputerRestorePoint Restore-Computer System Restore and Restore Points PowerShell commands can be used to update and automate the configuration of System Restore Five cmdlets available: Enable-ComputerRestore Disable-ComputerRestore Checkpoint-Computer Get-ComputerRestorePoint Restore-Computer Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

63 System Restore and Restore Points
Figure Selecting a system restore point Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

64 System Restore and Restore Points
You can also start the Restore system files and setting utility from an elevated command prompt using the command rstrui.exe You can also boot into the Windows Recovery Environment (WinRE) and run the System Restore utility from advanced options System Restore and Restore Points You can also start the Restore system files and setting utility from an elevated command prompt using the command rstrui.exe You can also boot into the Windows Recovery Environment (WinRE) and run the System Restore utility from advanced options Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

65 Driver Rollback Windows 10 automatically downloads and installs updated drivers via Windows Update To see device drivers active on a system, administrators can use the elevated command-line tool driverquery.exe To obtain a list of installed device drivers Most common reason for rolling back a driver: Instability in operations after a driver is upgraded Option to rollback is visible in Device Manager In the properties of a device, on the Driver tab Driver Rollback Windows 10 automatically downloads and installs updated drivers via Windows Update To see device drivers active on a system, administrators can use the elevated command-line tool driverquery.exe To obtain a list of installed device drivers Most common reason for rolling back a driver: Instability in operations after a driver is upgraded Option to rollback is visible in Device Manager In the properties of a device, on the Driver tab Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

66 Driver Rollback Figure 10-18 Device driver roll back
Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

67 Recovery Drive The recovery drive is created from an earlier healthy OS installation Contains a backup of the Windows system files and recovery tools to assist in the repair process Usually an external drive but some devices support the use of high-capacity memory cards Create a recovery drive The Control Panel utility used to create a recovery drive Requires administrative access to run Recovery Drive The recovery drive is created from an earlier healthy OS installation Contains a backup of the Windows system files and recovery tools to assist in the repair process Usually an external drive but some devices support the use of high-capacity memory cards Create a recovery drive The Control Panel utility used to create a recovery drive Requires administrative access to run Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

68 Windows Recovery Environment (WinRE)
WinRE provides an automated diagnosis and repair of boot problems Plus a centralized platform for advanced recovery tools WinRE is preloaded into most Windows 10 editions Located in its own partition or in the path C:\Recovery\WindowsRE Windows Recovery Environment (WinRE) WinRE provides an automated diagnosis and repair of boot problems Plus a centralized platform for advanced recovery tools WinRE is preloaded into most Windows 10 editions Located in its own partition or in the path C:\Recovery\WindowsRE Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

69 Windows Recovery Environment (WinRE)
Figure Windows Recovery, advanced options Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

70 Windows Recovery Environment (WinRE)
Options from the advanced startup menu: Enable low-resolution video mode Enable debugging mode Enable boot logging Enable Safe Mode, Safe Mode with Networking, or Safe Mode with Command Prompt Disable automatic restart on system failure Launch recovery environment Windows Recovery Environment (WinRE) Options from the advanced startup menu: Enable low-resolution video mode Enable debugging mode Enable boot logging Enable Safe Mode, Safe Mode with Networking, or Safe Mode with Command Prompt Disable automatic restart on system failure Launch recovery environment Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

71 System Reset If you are unable to repair a computer, Windows 10 gives you the option to reset the computer Removes all apps and puts settings back at their default values You have the option to keep your data files Reset Go to Settings, Update & security, Reset this PC, and select Get started If computer can’t be started normally but the WinRE environment can, select Troubleshoot, Reset this PC System Reset If you are unable to repair a computer, Windows 10 gives you the option to reset the computer Removes all apps and puts settings back at their default values You have the option to keep your data files Reset Go to Settings, Update & security, Reset this PC, and select Get started If computer can’t be started normally but the WinRE environment can, select Troubleshoot, Reset this PC Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

72 System Reset Figure 10-20 System reset options
Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

73 Summary Establishing a baseline for performance tuning allows you to recognize variations from normal system behavior and identify system bottlenecks Performance Monitor can monitor system performance, monitor system reliability, create alerts, log performance activity, and generate reports Data Collector Sets control logging of performance data and create alerts Summary Establishing a baseline for performance tuning allows you to recognize variations from normal system behavior and identify system bottlenecks Performance Monitor can monitor system performance, monitor system reliability, create alerts, log performance activity, and generate reports Data Collector Sets control logging of performance data and create alerts Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

74 Summary Task Manager allows you to quickly view system process information Performance Options allow you to configure visual effects, processor performance, virtual memory, and Data Execution Prevention To gather information to help troubleshoot errors in Windows 10 or apps use Steps Recorder, Reliability Monitor, and Event Viewer Summary Task Manager allows you to quickly view system process information Performance Options allow you to configure visual effects, processor performance, virtual memory, and Data Execution Prevention To gather information to help troubleshoot errors in Windows 10 or apps use Steps Recorder, Reliability Monitor, and Event Viewer Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)

75 Summary Windows 10 recovery options include mechanisms to protect user data such as File History and Backup and Restore If user data is stored in a cloud environment like OneDrive and synchronized with local copies of the data, the OneDrive can be used to restore files if there is a problem with the OS The Windows 10 OS has many tools available for improved OS recovery: recovery disk, system image backup, system restore points, and the WinRE environment Summary Windows 10 recovery options include mechanisms to protect user data such as File History and Backup and Restore If user data is stored in a cloud environment like OneDrive and synchronized with local copies of the data, the OneDrive can be used to restore files if there is a problem with the OS The Windows 10 OS has many tools available for improved OS recovery: recovery disk, system image backup, system restore points, and the WinRE environment Microsoft Specialist Guide to Microsoft Windows 10 (Exam , Configuring Windows Devices)


Download ppt "Chapter 10 Performance Tuning and System Recovery"

Similar presentations


Ads by Google