Describe MacWiki/TipsAndTricks here.
http://www.sauria.com/blog/articles/mac-tips-and-tricks.html
Open Terminal and type in these commands:
Mama little Helper
sudo -s [enter password] cp -r /System/Library/Extensions /System/Library/Extensions.backup cp -r /mach_kernel /mach_kernel.backup And thats about it smile.gif Here is how you restore the backup from Terminal: CODE sudo -s [enter password] cp -r /System/Library/Extensions.backup /System/Library/Extensions cp -r /mach_kernel.backup /mach_kernel
MacWiki/TipsAndTricks (last modified 2008-11-04 06:59:55)