Turn off the grid on a Mac running Sonoma.
I'm using the method shown below. When I get to number 2, after I copy and paste the code with Terminal I hit a return and I get no visible files. What am I missing?
- Launch Terminal (located in Applications/Utilities/)
- Copy and paste the following into it:
defaults write com.apple.Finder AppleShowAllFiles YES
and press Return. This will show the invisible files.
3. Relaunch the Finder.
• Hold down the Option key, click and hold the Finder's icon in the Dock, then choose Relaunch from the menu.
- Locate the filed called .DS_Store on the Desktop and move it to Trash.
- Relaunch the Finder again and see if that solves your problem.
- In the Terminal, press the Up Arrow key once to bring back the last command. Replace YES with NO and press Return.
- Relaunch the Finder. This will hide the invisible files again.