Launch your 'Script Editor.app' (Applications > AppleScripts > 'Script Editor.app') and paste the code below in to it. Then click the (green) Run button.
tell application "System Events" to set visible of startup disk to true
quit application "Finder"
delay 0.8
launch application "Finder"