SoundID Reference files are located under hidden directories on Windows and macOS. This guide provides step-by-step instructions on how to locate these files.
In this article:
- Why show hidden files and folders?
- See hidden files on Mac via Finder
- See hidden files on Windows via Explorer
Why show hidden files and folders?
Accessing hidden files and folders might be necessary in order to perform certain actions with SoundID Reference (for example, collecting log files, or accessing the .swproj speaker profile files in the Sonarworks Projects folder).
See hidden files on Mac via Finder
- Open the Finder app
- Press Command + Shift + . (Dot)
- Repeat the command to hide them again
Hidden files can also be shown and hidden again by executing these commands in the Terminal utility:
defaults write com.apple.finder "AppleShowAllFiles" -bool "true" && killall Finder defaults write com.apple.finder "AppleShowAllFiles" -bool "false" && killall Finder
See hidden files on Windows via Explorer
- Click on View in Windows Explorer
- Check the Hidden Items checkbox
- Uncheck the Hidden Items checkbox to hide hidden items again
0 comments