Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Finder opens up windows on restart -- I know why, but I want it to stop

So Finder remembers what windows you have open when you close down the computer. I don't want that. I also don't want to have to close all of the Finder windows when I want to shut down, either. I just want a blank screen when I start the computer up without having to add any steps to my own personal shut down process. Anyone have any idea how to do this? Thanks.

MacBook Pro 15", Mac OS X (10.5.6)

Posted on Mar 31, 2009 9:35 PM

4 replies

Apr 1, 2009 1:11 AM in response to Community User

Open the AppleScript Editor. Type in the following:

tell application "Finder"
close windows
end tell

Save as an application, making sure that 'Run only', 'Startup screen' and 'Stay open' are not checked. Place this anywhere convenient.

Now go to System Preferences>Accounts>Login Items. Click the '+' button and navigate to your script; add it to the list. Now it will run on startup and close any open windows.

Finder opens up windows on restart -- I know why, but I want it to stop

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.