Hi there Dev Kinsta,
After moving site from live to local environment I got these identifier file duplicates for each of my theme file, how can I disable this?
Hi there Dev Kinsta,
After moving site from live to local environment I got these identifier file duplicates for each of my theme file, how can I disable this?
Hello @mesha ![]()
These are a security log feature files on WSL.
You can delete them via running command: find . -name “*:Zone.Identifier” -type f -delete
To prevent future creation:
Open the Local Group Policy Editor by pressing Win + R, typing gpedit.msc, and pressing Enter.
Navigate to User Configuration > Administrative Templates > Windows Components > Attachment Manager.
Enable the policy named “Do not preserve zone information in file attachments.”
Let me know if this helps ![]()
Kind regards,
Vladimir M