Skip to content

tool to add unity editor folders and project folders to windows defender excluded paths #87

Closed
@unitycoder

Description

@unitycoder

having folders excluded from (virus) scanners, can improve iteration times, maybe:
https://forum.unity.com/threads/improving-iteration-time-on-c-script-changes.1184446/page-8#post-8386818

command line:
https://stackoverflow.com/questions/40233123/windows-defender-add-exclusion-folder-programmatically

todo

  • button in tools page(?) to "add all unity editors to defender excluded paths" or so
  • button in tools page(?) to "add project root paths to defender excluded paths", but this might be too much (if project root is "Documents/" or some other common folder.. then all child folders are excluded too..?)
  • it creates ready commandline text in notepad or into clipboard
  • then user runs that manually in elevated powershell
  • exclude single project folder from context menu (dont want to exclude all, just the critical ones..)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions