Lesson 9 - Chapter 1: Common Windows Performance Problems Flashcards
Sluggish performance can be as simple as ____ or as complex as ____ or _____
Sluggish performance can be as simple as a one-time software glitch, or as complex and difficult to find as a bad Registry edit made by an app’s setup or a malware attack
What’s a runaway process?
When a bug in an app is claiming more of the CPU and RAM resources than it should
For sluggish performance, what should be your first stop?
Task Manager
How do you troubleshoot an app that is taking up the most percentages of resources in Task Manager > Processes? (2)
- Close the app normally
- End task if you can’t close the app normally
What do you do if the system is so slow that Task Manager won’t open so you can troubleshoot and kill a process (2)
- Use the ‘tasklist’ command to find filenames/process IDs
- Use the ‘taskkill” command to end processes by filename/ID
What should be the very first thing you do when it comes to troubleshooting ANY problem?
Reboot!
Rebooting often fixes the problem
So you fix the sluggish performance issues by rebooting or ending the process. How do we find out what caused it in the first place? (3 steps)
Event Viewer > Windows Logs > Application (Filter results: Critical, Warning, and Error)
If filtering through the Application logs under Windows Logs in Event Viewer doesn’t help, what can we do next?
Repeat the process for each of the other logs under Windows Logs (Security, Setup, System, Forwarded Events)
What is a “bad update”?
when a system can’t perform at its best because of it
(slowdown, hardware malfunction, crashes)
How does an update become bad? (3)
Might have, Might have, Might be
- Might have gotten corrupted during the download
- Might have a bug in its programming that pops up in certain conditions
- Might be a good update but incompatible with your hardware/software
How do you roll back to the latest Windows update? (4 steps)
- Settings
- Update & Security
- Windows Update (default tab) > View Update History
- Uninstall Updates
How do you roll back a driver update for a certain device? (3 steps)
- Device Manager
- Double-click the device to open the Properties box
- Driver tab > Roll back Driver
What is a swap file also known as?
Paging file
What is virtual memory?
Hard disk space is used by virtual memory to temporarily store paging files as it swaps it in/out of physical memory
(makes Windows believe it has more memory than it does)
What’s a perk to using virtual memory?
Windows can run more apps at once than it otherwise could (even though it’s slower access speed bc it’s the hard disk)
(and no out-of-memory errors!)
How do you change the paging file size/virtual memory configuration? (2 options)
- Under System Properties (from advanced settings in About)
- Search for Performance from the Start Menu > Adjust the appearance and performance of Windows
The default, automatic paging file size is…?
1.5x the amount of physical RAM installed