DISM vs SFC first? What should I run first on Windows 10?

Should I run SFC or DISM first to repair file or system image corruptions on my Windows 10 computer? Most websites suggest you running one or both of these tools. When should you run each or both? This post tries to explain.
sfc or dism
The System File Checker is integrated with Windows Resource Protection, which protects registry keys and folders as well as critical system files. If any changes are detected to a protected system file, the modified file is restored from a cached copy located in the Windows folder itself.
You can use the DISM Tool or Deployment Imaging and Servicing Management to update the files and correct the problem, if your System File Checker is not working, to fix Windows component store corruption or if a Windows image becomes unserviceable.

Update Windows Defender manually in Windows 10/8/7

Windows Defender in Windows 10 or Windows 8.1 is set to automatically download and install the definition updates using Windows Update, once a day. If for some reason, your Windows Defender will not update automatically, or if you wish to download and save the definition updates in order to maybe update Windows Defender offline, on different installations of Windows 10/8/7/Vista, then this post will be of interest to you.
We have already seen how to download Windows Update manually. Today, we will see how you can update Windows Defender manually in Windows 10, Windows 8.1 and Windows 7. I will also give links for downloading updates for Microsoft Security Essentials in the post..

Update Windows Defender manually

Update Windows Defender manually in Windows
First check whether you are using a 32-bit or 64-bit version of Windows 10/8.1/7. Once you know the version of Windows installed on your device, download the installers from the following links:
  • Download definition updates for Windows Defender in Windows 10, Windows 8.1/8: 32-bit | 64-bit | ARM.
  • Download definition updates for Windows Defender in Windows 7 and Windows Vista: 32-bit | 64-bit.
  • Download definition updates for Microsoft Security Essentials: 32-bit | 64-bit.
Once the file has finished downloading, go to your download location and double-click the file mpamfe.exe. Follow the prompts to install the update.

How to Enable or Disable CD/DVD ROM (Win XP/Vista/7/8)

How to Enable or Disable CD/DVD ROM (Win XP/Vista/7/8)

 

 Click Start, and then click Run.

3
2 In the Open box, type regedit, and then click OK. 4
3 Locate, and then click the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\cdrom 5
4 In the right pane, double-click Start. Then change the Value data box to 1 in order to enable the CD/DVD-ROM or to 4 to disable. Also make sure that the Hexadecimal checkbox is selected. Finally click OK. 6
5 Restart your PC and check if the CD/DVD-ROM is enabled/disabled accordingly.
Method 2::#
1 Go to Start > All Programs > Accessories, then right click on Command Prompt and select “Run as administrator” 1 2 In the Command Prompt write the following command and press enter: To Enable CD/DVD-Rom:
reg add HKLM\System\CurrentControlSet\Services\cdrom /t REG_DWORD /v "Start" /d 1 /f
To Disable CD/DVD-Rom:
reg add HKLM\System\CurrentControlSet\Services\cdrom /t REG_DWORD /v "Start" /d 4 /f
2
3 Restart your PC and check if the CD/DVD-ROM is enabled/disabled accordingly.