diff --git a/doc/articles/troubleshooting.md b/doc/articles/troubleshooting.md index 99cbe9bce..308831509 100644 --- a/doc/articles/troubleshooting.md +++ b/doc/articles/troubleshooting.md @@ -61,3 +61,9 @@ Or, you can increase the limit with a command-line argument: php -d memory_limit=-1 composer.phar <...> +## "The system cannot find the path specified" (Windows) + +1. Open regedit. +2. Search for an ```AutoRun``` key inside ```HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor``` + or ```HKEY_CURRENT_USER\Software\Microsoft\Command Processor```. +3. Check if it contains any path to non-existent file, if it's the case, just remove them.