Hi ,
Search for msinfo32.exe in the search bar, take a screenshot, and post it here so we can see the correct laptop model or desktop configuration.
What is the GPU model?
Thanks
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Whenever I tried to launch the Steam Client, it would return an error message saying "detoured.dll was not found." After lots of troubleshooting, the problem seems to no be with Steam itself but rather a Windows issue. I'm unsure how to proceed in determining where the problem lies exactly and how I should go about fixing it. If it's necessary, I have windows 11 with both an AMD CPU and GPU.
Answer accepted by question author
Hi ,
Search for msinfo32.exe in the search bar, take a screenshot, and post it here so we can see the correct laptop model or desktop configuration.
What is the GPU model?
Thanks
AI answer
The missing detoured.dll message when launching Steam is most likely caused by a third‑party tool that hooks or “detours” other processes (for example, an overlay, injector, antivirus, or mod/cheat tool) rather than by Steam or Windows itself.
detoured.dll is commonly associated with “detours”‑style API hooking. When such a tool is installed or partially removed, it can leave behind registry entries or startup hooks that still try to load detoured.dll into every process (including Steam). When the DLL is no longer present, Windows shows the “was not found” error.
Because the context only documents detours in relation to SQL Server, the only supported guidance here is how to confirm that detours‑style code injection is present and then remove the responsible software.
Actionable steps:
!for_each_module "!chkimg -v @#Base -d"
MyDLL!MyGetQueuedCompletionStatus). sfc /scannow
If sfc reports issues it cannot fix, run:
DISM /online /cleanup-image /restorehealth
If, after these steps, detoured code is still detected in processes, contact the vendor of the software that installed the detours (for example, antivirus or security software) for specific removal or configuration guidance.
References: