Download the troubleshooting_windows.zip file.
Extract the downloaded file using File Explorer (right-click > Extract All) or a tool like 7-Zip. Note the location of the extracted troubleshooting.ps1 script.
Launch PowerShell as administrator:
Press Win + S, type PowerShell, right-click on Windows PowerShell, and select Run as administrator.
Alternatively, press Win + X and choose Windows PowerShell (Admin) or Terminal (Admin).
Confirm any User Account Control (UAC) prompts.
In PowerShell, use the cd command to move to the folder containing troubleshooting.ps1. For example:
cd C:\Users\YourUsername\Downloads
Execute the script by typing:
.\troubleshooting.ps1
If prompted about execution policies, you may need to temporarily allow script execution by running:
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Bypass
Then re-run the script.
Allow the script to finish running. This may take a few minutes.
After completion, find the Send_to_support.zip file.
Attach the Send_to_support.zip file to your support ticket or security event as instructed.
And that's it! You've ran the Windows troubleshooting script on your Windows system!π