技術者は、Windows ワークステーションでのアプリケーションのクラッシュのトラブルシューティングを行っています。ワークステーション ユーザーがブラウザで Web サイトを開こうとするたびに、次のメッセージが表示されます。
crypt32.d11 が見つからない
技術者が最初に試みる必要があるのは、次のうちどれですか?
正解:D
If this file is missing or corrupted, it can cause application crashes or errors when trying to open websites in a browser. To fix this, the technician can perform a system file check, which is a utility that scans and repairs corrupted or missing system files1. To perform a system file check, the technician can follow these steps:
* Open the Command Prompt as an administrator. To do this, type cmd in the search box on the taskbar, right-click on Command Prompt, and select Run as administrator.
* In the Command Prompt window, type sfc /scannow and hit Enter. This will start the scanning and repairing process, which may take some time.
* Wait for the process to complete. If any problems are found and fixed, you will see a message saying Windows Resource Protection found corrupt files and successfully repaired them. If no problems are found, you will see a message saying Windows Resource Protection did not find any integrity violations.
* Restart your computer and check if the issue is resolved.