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!!! =)
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!!! =)