What are 5 ways that application problems show up?
When the clock settings in Windows aren’t right, what kinds of issues can it cause? (3)
What causes the BIOS/UEFI time and settings to be off?
If the computer has a failing battery and is offline for a while
What are the 2 kinds of apps that we learned in lesson 2? What do these 2 apps require to install?
What are 4 reasons why a Setup utility doesn’t work?
Why when you connect an optical disc or USB flash drive to install an app, does the Setup utility launch automatically?
because a file named autorun.inf is on the disc
Why is autorun.inf (AutoPlay) a security risk?
someone could put malicious programs on removable media and the autorun.inf file could point to the virus to run automatically
How do you disable AutoPlay? in Win10 and Win11
Win10: Settings > Devices > AutoPlay
Win11: Settings > Bluetooth & devices > AutoPlay
When an app won’t start, what’s the first question to ask?
Did it EVER start? (Is this the first time installing it?)
What are 5 things to try when an app you just installed won’t start?
What are 3 things to try to troubleshoot an app that used to work fine but has stopped working?
What are 2 places an app should appear?
What’s the single biggest problem with uninstalling an app?
People try to uninstall without admin privileges (logging in as an admin should be fine)
What if an app won’t uninstall because a part of the app may be running in the background?
Open Task Manager and end the process there, then uninstall
What’s a more thorough way of making sure no processes related to the app are running? Why?
Booting in Safe Mode and uninstall from there (because Safe Mode doesn’t run unnecessary processes at startup)
What does Microsoft have that can help install/uninstall an app?
Microsoft Install/Uninstall Troubleshooter
What’s the downside of using System Restore to return to a version of the system files that was before the installation of the app? (2)
What are 2 issues that can prevent an app from uninstalling?
What is CTD?
Crash to Desktop
For example, what are 2 issues that poorly-written, rushed, error-prone codes for apps can cause?
Keep in mind that a computer crash can be caused by what 3 things?
What’s a good tool to troubleshoot application crashes?
sfc /scannow (because an app crash can sometimes be caused by a bad system file)
What could be the problem if you’re playing a graphically intense game but the screen and Windows lock up? (3 possibilities)
{RAM intensive}
What if a graphically intense game degrades the overall performance of Windows?
If the computer can run other apps fine, then it points to it being an application issue rather than the hardware or drivers