How to Fix “An Error Occurred While Troubleshooting” in Windows 10

preview_player
Показать описание
This video will show you how to fix "An error occurred while troubleshooting. A problem is preventing the troubleshooter from starting" in Windows PC or laptop.

- See more:

Рекомендации по теме
Комментарии
Автор

didnt helped my troubleshooting at all but helped me with my microsoft bug thank you 😊

SleepyHunter-jvmq
Автор

@echo off
net stop wuauserv
cd %systemroot%
ren SoftwareDistribution SoftwareDistribution.old
net start wuauserv
net stop bits
net start bits
net stop cryptsvc
cd %systemroot%\system32
ren catroot2 catroot2.old
net start cryptsvc
regsvr32 Softpub.dll
regsvr32 Wintrust.dll
regsvr32 Mssip32.dll
regsvr32 Initpki.dll /s
echo Restarting Computer
shutdown.exe -r -t 00

UchihaSgEditz