Contao manager works in one directory but not a second
I have a dev directory of contao installed. The Conato-manager.php loads fine.
I have tried doing a fresh install, a copy and paste of the dev directory, but everything I do, I am getting this error:
PHP Command Line Interface
The PHP symlink method is unavailable or does not work correctly.
Failed to create "symbolic" link from "path\to\folder" to "C:\Windows\Temp\7925.tmp".
I have checked permissions, both folders are identical. I am using IIS. I have the authentication set to Administrator on both.
I can create symlinks in powershell by running php vendor/bin/contao-console contao:symlinks
I don't get it, especially because it works in a sibling folder, just not in the second folder.