Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

miuism

macrumors newbie
Original poster
Mar 11, 2008
5
0
Hi,

I've just switch to Mac OS X and encountered the following issues on the 2nd day of use.

1. Invisible "Macintosh HD" on desktop.

This option is already checked in Finder hence did some googling and ran this ..

tell application "System Events"
set invisible of disk "Macintosh HD" to true
end tell

tell application "Finder" to quit
delay 1
tell application "Finder" to launch

.. on AppleScript. The Macintosh HD does appear but it goes off each time I reboot my comp. Is there a permanent solution to this?

2. Speed Download 5.

When it was freshly installed, I could still see the GUI but now it just refuses to appear. Even with re-installation, it isn't there. I can only control the program from the menu bar options.

Thanks in advanced!!! =)
 
Your applescript is hiding, not showing - unless that was a typo on your part. You should be setting "visible" not "invisible"

The correct Applescript (assuming your drive name is Macintosh HD) should be:
Code:
tell application "System Events"
    set visible of disk "Macintosh HD" to true
end tell
tell application "Finder" to quit
delay 1
tell application "Finder" to launch
Run this and then launch Terminal and enter in the following command, supplying your password when prompted.

sudo chflags nohidden /

Reboot and see if it works.
 
yes so sorry, that was a typo on my part.

Attempted to input password in terminal but it doesn't allow me to. The block refuses to move. =|
 
Ahh thanks so much!! It's solved but I'm curious to know what could have caused this issue.

I have installed MacOffice2008, Candybar3, Stuffit Deluxe, aMSN, AppZapper and DataRescueII.

So anyone can advise on the 2nd problem I'm encountering. Love you guys. =D
 
Ahh thanks so much!! It's solved but I'm curious to know what could have caused this issue.

Don't know :confused: Some people have noticed this after an upgrade, but in your case, it sounds like a new install.

As for SpeedDownload, try to AppZap it first and then reinstall if you haven't tried that already.
 
Hey, managed to AppZap and reinstall the apps and it's working fine so far. Thanks so much!!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.