![]() |
For those who have updated to a new kernel but have noticed that it is still visible from within the Finder, follow this small guide.
Open the terminal and type: Code:
cd / You'll need to restart the Finder to notice the effects. Either type in the Terminal: Code:
killall Finder The kernel should now be hidden. |
|
Awesome. Looks better now.
|
works great thanks
got sick of looking at that file |
Thank You..
|
There are a lot of progs which can change the file attributes, I always use Path Finder for this.
|
Microsoft User Data Folder (made invisible)
I don't know if this will help someone out there so I'll post it as an add-on here...
I've been trying to get the "Microsoft User Data" folder to be hidden but still there so I get it out of my Documents folder in the Dock. (purely aesthetics for me) To toggle the invisibility bit of a single file or folder you’ll need Apple's Xcode Tools software, specifically a Unix program called SetFile. It can be found in the /Developer/Tools directory. Launch Terminal. Code:
/Developer/Tools/SetFile -a V /Users/YourHomeDirectory/Documents/Microsoft\ User\ Data After pressing Return/Enter, this immediately enables the invisibility bit although the file will not actually turn invisible until the Finder is relaunched... to make it invisible in the Dock you need to restart the dock as well. I use MainMenu for this as it allows me to do both very quickly via a few clicks. To reverse directions with SetFile, you do almost the same thing with the exception it needs to be a lower case v instead of an upper case V. This disables the invisible bit. This probably is old news but I never bothered to look into the issue until now.. I've always used the ".hidden" method for all my other needs. |
Quote:
otherwise great tip thanks |
Quote:
|
From my experience with SetFile, you don't need to type the full path, it works with just:
Code:
setfile -a V /path/here |
hmm. good to know. That saves a few keystrokes :D
|
I've used this program a couple times now, seems to do the job too :)
http://www.altomac.com/hide_folders/ http://www.altomac.com/images/screen...creen_shot.png |
Quote:
|
Quote:
|
I stand corrected... but it should work regardless with the Terminal code posted by Hara Taiki. remember the differences with -v and -V (for everyone else)
|
Quote:
they don't work if I just use setFile or /Developer/Tools/setFile |
Odd, after having a major crash with my system and reinnstalling everything, after installing the Developer Tools, setfile worked once, and no longer seems to be working.
http://i40.tinypic.com/2u6p64o.png Any reason? |
Try like me to specify path /Developer/usr/bin/setFile
|
I don't understand it either way... both my hackintosh and macbook still work with setfile... both with "/Developer/Tools/setFile" and with just "setFile"
|
Quote:
Using it on /mach_kernel & /boot made my system unbootable... :-/ |
Quote:
setfile -a V Makes the file invisible setfile -a v Makes the file visible The case [upper or lower] of the V is important. |
I know that myself.
But I didn't want to install the Dev Tools to my netbook - 16GB ain't much enaugh to waste space - the .hidden doesn't work on SL, and I was to lacy to transfer files from my other hack, so I was looking into some non pay-software. My only intention with that posting was to warn people about using this one.... |