Skip to content

Resolving configuration issues

dotcomboom edited this page Nov 25, 2020 · 2 revisions

Symptom: Configuration system failed to initialize. error at startup

Solution: Remove the AutoSite configuration folder.

  • 2000/XP: Delete C:\Documents and Settings\[username]\Local Settings\AutoSite
  • Post-XP: Delete %localappdata%\AutoSite
    • Command-line method: rmdir /s %localappdata%\AutoSite

Starting the program again will remake it.

Clone this wiki locally