Hi there,
my Windows 7 has some weird folder that confuses my software. I got the folder
Code:
C:\Users\Administrator\Anwendungsdaten
which seems to be a "symbolic link"(?) to
Code:
C:\Users\Administrator\AppData\Local
But within the latter folder, I
also have a folder called "Anwendungsdaten" which then opens the
same content at
Code:
C:\Users\Administrator\AppData\Local\Anwendungsdaten
and within that content, I, of course, have the same folder again, thus opening
Code:
C:\Users\Administrator\AppData\Local\Anwendungsdaten\Anwendungsdaten
This way, I can proceed within the structure until I reach
Code:
C:\Users\ADMINI~1\AppData\Local\ANWEND~1\ANWEND~1\ANWEND~1\ANWEND~1\ANWEND~1\ANWEND~1\ANWEND~1\ANWEND~1\ANWEND~1\ANWEND~1\ANWEND~1\ANWEND~1\ANWEND~1\ANWEND~1\Anwendungsdaten\Anwendungsdaten
(i.e. I'm too annoyed to click "Anwendungsdaten" again. Theoretically, it probably goes to infinity)
Naturally, that's very annoying, especially when I try to backup files and the script tries to recursively scan to infinity. So, my question is: How do I get rid of that link without deleting the content of C:\Users\Administrator\AppData\Local by accident?
TIA
SoWhy