PROBLOMAS COM DLL COROMPIDAS

sfc /scannow
findstr /c:”[SR]” %windir%\Logs\CBS\CBS.log >”%userprofile%\Desktop\sfcdetails.txt”

takeown /f C:\windows\SysWOW64\oledlg.dll
icacls C:\windows\SysWOW64\oledlg.dll /grant administrators:F
copy c:\oledlg.dll C:\windows\SysWOW64\oledlg.dll

takeown /f C:\windows\system32\oledlg.dll
icacls C:\windows\system32\oledlg.dll /grant administrators:F
copy c:\oledlg.dll C:\windows\system32\oledlg.dll