<?xml version="1.0" encoding="iso-8859-1"?>

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>macosxhints.com System tips</title>
<link>http://hints.macworld.com/index.php?topic=system</link>
<description>Tips and tricks for the OS X system in general</description>
<managingEditor>webteam@macosxhints.com</managingEditor>
<webMaster>webteam@macosxhints.com</webMaster>
<copyright>Copyright 2013 Mac OS X Hints</copyright>
<generator>Geeklog</generator>
<pubDate>Thu, 23 May 2013 07:30:00 -0700</pubDate>
<language>en-gb</language>
<atom:link href="http://hints.macworld.com/backend/hintsosx.rss" rel="self" type="application/rss+xml" />
<item>
<title>Put Mac to sleep with Drafts on iOS </title>
<link>http://hints.macworld.com/article.php?story=20130523015954957</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130523015954957</guid>
<pubDate>Thu, 23 May 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130523015954957#comments</comments>
<dc:subject>System</dc:subject>
<description>Agile Tortoise's &lt;a href=&quot;http://agiletortoise.com/drafts/&quot;&gt;Drafts&lt;/a&gt; is a nifty tool for writing texts and doing things with them on an iOS device. I use it mostly for the more comfortable writing environment, and send texts as emails or tweets, but there's an entire sub-culture that's been hacking Drafts to do many things. (Check out the Drafts &lt;a href=&quot;http://actions.getdrafts.com/draft_actions&quot;&gt;actions directory&lt;/a&gt;.)&lt;br&gt;&lt;br&gt; David Sparks posted &lt;a href=&quot;http://macsparky.com/blog/2013/5/put-your-mac-to-sleep-with-ios-drafts&quot;&gt; an interesting use of Drafts &lt;/a&gt; (credited to &lt;a href=&quot;http://www.fabryka-pikseli.com/&quot;&gt;Milosz Bolechowski&lt;/a&gt;; I couldn't find the original on his site), together with noodlesoft's &lt;a href=&quot;http://www.noodlesoft.com/hazel.php&quot;&gt;Hazel&lt;/a&gt; - a tool that automates tasks on your Mac - to put a Mac to sleep. In essence, Hazel looks for a file named &quot;MB sleep&quot; in a the Drafts folder in his Dropbox folder; when it finds that file, it puts the Mac to sleep wit ...</description>
</item>
<item>
<title>Easy way to open new Finder window in same folder as frontmost window</title>
<link>http://hints.macworld.com/article.php?story=20130511121728119</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130511121728119</guid>
<pubDate>Mon, 13 May 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130511121728119#comments</comments>
<dc:subject>System</dc:subject>
<description>You recently published &lt;a href=&quot;http://hints.macworld.com/article.php?story=20130510015954305&quot;&gt;a hint&lt;/a&gt; explaining how to open a new Finder window in the same folder as the frontmost window, using an AppleScript. Here is an easy way to do the same thing: no Applescript, no special apps needed.&lt;br&gt;&lt;br&gt; In the Finder, make sure the Path Bar is visible (View &gt; Show Path Bar). The current path is then displayed at the bottom of each Finder window.&lt;br&gt;&lt;br&gt; As with any other folder icon in the Finder, Command-double-clicking on any icon in the Path Bar will open a new window to that folder.&lt;br&gt;&lt;br&gt; The current folder is always displayed last in the Path Bar (even if the Path Bar is to short to display all the names), so Command-double-clicking on the last icon in the Path Bar will always open a new window to the current folder.
</description>
</item>
<item>
<title>AppleScript to open new Finder window in same folder as frontmost window </title>
<link>http://hints.macworld.com/article.php?story=20130510015954305</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130510015954305</guid>
<pubDate>Fri, 10 May 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130510015954305#comments</comments>
<dc:subject>System</dc:subject>
<description>A user at Stack Exchange &lt;a href=&quot;http://apple.stackexchange.com/questions/90829/make-new-finder-windows-open-at-current-folder&quot;&gt; asked an interesting question recently &lt;/a&gt;: how can you open a new Finder window in the same folder as the frontmost window? When you open a new Finder window (Command-N in the Finder), it opens to the folder you've set in the Finder's General preferences. There may be some situations when you want to duplicate the current window, such as when you're moving files around among sub-folders in a specific folder.&lt;br&gt;&lt;br&gt; Another reader, Lauri Ranta, posted a simple AppleScript, that you can use together with a &lt;a href=&quot;http://superuser.com/questions/153890/assign-a-shortcut-to-running-a-script-in-os-x/264943#264943&quot;&gt;keyboard shortcut&lt;/a&gt;, to do just this. When you run the script, it creates a new window at the same location as the frontmost window. Here's the script:&lt;pre&gt;&lt;code&gt;tell application &quot;Finder&quot;    try        target of window 1        make new  ...&lt;/code&gt;&lt;/pre&gt;</description>
</item>
<item>
<title>Use the Finder toolbar Back button to jump to previously visited folders </title>
<link>http://hints.macworld.com/article.php?story=20130502012828229</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130502012828229</guid>
<pubDate>Mon, 06 May 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130502012828229#comments</comments>
<dc:subject>System</dc:subject>
<description>I can't find a hint for this on the site, and it's probably not new, but I only just stumbled on this. The Finder toolbar, by default, has Previous and Next buttons that let you navigate back and forth in folders. If you click the Previous button, you'll go back, one window at a time, to all the folders you've visited in that Finder window. But if you click and hold that button, you'll see a list of all the folders you've visited, and can jump to any of them by selecting one. This is a good way to get to a folder you've used but that's far from where you are in the file system.&lt;br /&gt;
</description>
</item>
<item>
<title>Change OS X cursor size </title>
<link>http://hints.macworld.com/article.php?story=20130415031012570</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130415031012570</guid>
<pubDate>Mon, 15 Apr 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130415031012570#comments</comments>
<dc:subject>System</dc:subject>
<description>The Accessibility pane of System Preferences holds a number of interesting adjustments you can set to make your Mac easier to use. One of them is the ability to change the size of the cursor; the pointer you see on your screen.&lt;br /&gt;
&lt;br /&gt;
Go to System Preferences &amp;gt; Accessibility, then click on Display. Drag the Cursor Size slider from Normal (smallest) toward Large. Find the size you want to use, and close the preference pane. &lt;br /&gt;
&lt;br /&gt;
I have a 27&amp;quot; Thunderbolt Display, and I find the normal-sized cursor a bit small, so I've set mine to be a bit larger. You may find this to be a useful tweak as well.&lt;br /&gt;
&lt;br /&gt;
Note that some applications may not use the changed setting. Feel free to post in the comments any apps that don't inherit this setting.&lt;br /&gt;
</description>
</item>
<item>
<title>Delete Time Machine backups from the command line </title>
<link>http://hints.macworld.com/article.php?story=20130403003005912</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130403003005912</guid>
<pubDate>Fri, 05 Apr 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130403003005912#comments</comments>
<dc:subject>System</dc:subject>
<description>You may know that you can enter Time Machine through the GUI and delete a backup. In some cases, under Mountain Lion, this results in an error, with a message saying &quot;The operation can't be completed because backup items can't be modified.&quot; &lt;br&gt;&lt;br&gt;In some cases, deleting backups from the Finder won't work; you also may not be able to use the &lt;tt&gt;rm&lt;/tt&gt; command to delete these backups, because they are handled in a special way. Finally, even if all goes well, you may want to delete backups on a remote Mac's Time Machine disk. &lt;br&gt;&lt;br&gt; There is an executable accessible from the command line that lets you delete these backups. To use this with Mountain Lion, run the following command:&lt;br&gt;&lt;br&gt; &lt;tt&gt;sudo /System/Library/Extensions/TMSafetyNet.kext/Helpers/bypass rm -rfv /Volumes/[disk]/Backups.backupdb/[path]&lt;/tt&gt;  &lt;br&gt;&lt;br&gt; This command works with Lion:&lt;br&gt;&lt;br&gt;&lt;tt&gt;sudo /System/Library/Extensions/TMSafetyNet.kext/Contents/MacOS/bypass rm -rfv /Volumes/[disk]/Backups.backupdb/[ ...&lt;/tt&gt;</description>
</item>
<item>
<title>Create &amp;quot;sticky&amp;quot; Time Machine exclusions </title>
<link>http://hints.macworld.com/article.php?story=20130401060050864</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130401060050864</guid>
<pubDate>Wed, 03 Apr 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130401060050864#comments</comments>
<dc:subject>System</dc:subject>
<description>You can exclude certain files and folders from your Time Machine backups from the Time Machine pane in System Preferences; you can also do this from the command line. Run this command:&lt;br&gt;&lt;br&gt; &lt;tt&gt;sudo tmutil addexclusion [path]&lt;/tt&gt;&lt;br&gt;&lt;br&gt; where [path] is a file or folder. For example, if I want to exclude my Downloads folder from Time Machine backups, I would run the following:&lt;br&gt;&lt;br&gt; &lt;tt&gt;sudo tmutil addexclusion ~/Downloads&lt;/tt&gt;  &lt;br&gt;&lt;br&gt; The &lt;tt&gt;tmutil addexclusion&lt;/tt&gt; command has an interesting property: it's sticky. When you do this, the item you exclude remains in the Time Machine exclusion list even if you move it, which is not the case when you exclude items from the Time Machine preference pane. If you use the above command with the -p flag, then it will not be sticky, and will be the same as an exclusion you add from the GUI.&lt;br&gt;&lt;br&gt; [&lt;b&gt;kirkmc adds&lt;/b&gt;: Updated to correct an error in the post. I've removed the comments that pointed out the error. Sorry!] 
</description>
</item>
<item>
<title>Change volume and brightness in quarter-step increments </title>
<link>http://hints.macworld.com/article.php?story=20130309231013323</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130309231013323</guid>
<pubDate>Thu, 28 Mar 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130309231013323#comments</comments>
<dc:subject>System</dc:subject>
<description>You can use modifier keys, together with F keys, to change volume and brightness by quarter increments. To do this, press Option-Shift-F1 or Option-Shift-F2 to change the brightness by quarter steps. For volume, press Option-Shift-F11 or Option-Shift-F12 to change by quarter steps. &lt;br&gt;&lt;br&gt; [&lt;b&gt;kirkmc adds&lt;/b&gt;: This isn't new; we have a &lt;a href=&quot;http://hints.macworld.com/article.php?story=20120603003748251&quot;&gt;hint about this&lt;/a&gt; when it returned to Mac OS X 10.7.4; it had existed prior to 10.7, but was removed in the early versions of Lion. But it seemed useful to remind readers about this, and point out that it works for both volume and brightness.] 
</description>
</item>
<item>
<title>Quick Look files in Open window </title>
<link>http://hints.macworld.com/article.php?story=20130325172928724</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130325172928724</guid>
<pubDate>Wed, 27 Mar 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130325172928724#comments</comments>
<dc:subject>System</dc:subject>
<description>If you wish to view files in an Open window, you can use Quick Look. Just select a file and press the space bar to view it. (This works only with those files that Quick View can display.) You can also move around and view other files using the arrow keys.&lt;br&gt;&lt;br&gt; [&lt;b&gt;kirkmc adds&lt;/b&gt;: I had assumed this would already have been on the site, but I only found &lt;a href=&quot;http://hints.macworld.com/article.php?story=2008070307163663&quot;&gt;this hint&lt;/a&gt; which offers a workaround. So I wonder when this was added to OS X.] 
</description>
</item>
<item>
<title>Control Time Machine from the command line with tmutil </title>
<link>http://hints.macworld.com/article.php?story=20130311002602135</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130311002602135</guid>
<pubDate>Mon, 11 Mar 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130311002602135#comments</comments>
<dc:subject>System</dc:subject>
<description>The ability to control Time Machine from the Time Machine preferences in System Preferences is quite limited. You can choose exclusions, turn Time Machine on or off, and force backups, but that's about it. Fortunately, a command-line tool, &lt;tt&gt;tmutil&lt;/tt&gt; provides much more control over Time Machine. The &lt;tt&gt;man&lt;/tt&gt; page for &lt;tt&gt;tmutil&lt;/tt&gt; says the following:&lt;br&gt;&lt;br&gt; &quot;tmutil provides methods of controlling and interacting with Time Machine, as well as examining and manipulating Time Machine backups. Common abilities include restoring data from backups, editing exclusions, and comparing back-ups.&quot;&lt;br&gt;&lt;br&gt;For example, you can compare backups to see what has changed from one backup to another, inherit a backup (which you can do from the Time Machine menu, when you set up a new Mac and want to use a backup from an older Mac), or set up fixed-path exclusions (excluding items at a specific file path).    &lt;br&gt;&lt;br&gt;Check &lt;tt&gt;man tmutil&lt;/tt&gt; to see all that you can do with this comma ...</description>
</item>
<item>
<title>Have Spotlight results show Dictionary words just below Top Hit (or anywhere you want) </title>
<link>http://hints.macworld.com/article.php?story=20130203231204779</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130203231204779</guid>
<pubDate>Fri, 08 Feb 2013 07:30:00 -0800</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130203231204779#comments</comments>
<dc:subject>System</dc:subject>
<description>If you use Spotlight to look up Dictionary definitions, you may find it annoying that they show up near the bottom of the list. While you can change the order of most Spotlight categories from the Search Results tab of the Spotlight pane in System Preferences, Dictionary isn't in that list. &lt;br&gt;&lt;br&gt; However, there is a hack, involving some simple editing of the &lt;tt&gt; ~/Library/Preferences/com.apple.spotlight.plist &lt;/tt&gt; file. A recent post on &lt;a href=&quot;http://apple.stackexchange.com/questions/22897/how-to-place-dictionary-definitions-higher-up-in-spotlight-results/52530#52530&quot;&gt;Stack Exchange&lt;/a&gt; explains what to do. You open the file with Xcode, then add a Dictionary item, which will allow you to move the Dictionary category to where you want in the Spotlight results. See the post linked above for full details, or see &lt;a href=&quot;http://liang.eu/mac/howto-move-dictionary-definitions-to-the-top-of-spotlight-results&quot;&gt;this blog post in Chinese explaining the procedure&lt;/a&gt;.   
</description>
</item>
<item>
<title>Add folders of wallpaper to Desktop &amp;amp; Screen Saver preference pane </title>
<link>http://hints.macworld.com/article.php?story=20121230234618683</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20121230234618683</guid>
<pubDate>Mon, 31 Dec 2012 07:30:00 -0800</pubDate>
<comments>http://hints.macworld.com/article.php?story=20121230234618683#comments</comments>
<dc:subject>System</dc:subject>
<description>If you like to use different wallpaper on your desktop, you might want to add folders of graphics you've collected to be selected at random. You can do this by opening the Desktop &amp; Screen Saver preference pane, then clicking on the Desktop tab, clicking on + and navigating to your folder. But there's a quicker way: just drag the folder to the Folders section of the sidebar. You can add one or more folders here quickly. &lt;br&gt;&lt;br&gt;H/t &lt;a href=&quot;http://osxdaily.com/2012/09/08/add-more-wallpapers-to-the-os-x-desktop-preference-panel-with-a-drag-drop&quot;&gt;OS X Daily&lt;/a&gt;. 
</description>
</item>
<item>
<title>Scripts to disable and enable password for lock screen after sleep or screen saver</title>
<link>http://hints.macworld.com/article.php?story=20121130024518677</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20121130024518677</guid>
<pubDate>Fri, 07 Dec 2012 07:30:00 -0800</pubDate>
<comments>http://hints.macworld.com/article.php?story=20121130024518677#comments</comments>
<dc:subject>System</dc:subject>
<description>&lt;p&gt;Here is two small scripts that I use to set and unset the password prompt when I lock the screen, or put my Mac to sleep. It is a nuisance to have to unlock the screen by entering the password, when at home. But I wouldn't leave my Mac anywhere without it.&lt;/p&gt;&lt;p&gt;I have called them setScreenPassword and unsetScreenPassword. I call them from QuickSilver, and you could use another launcher to do the same. The nifty thing about Quicksilver in this matter, is that if I activate it, I can see that I have turned on setScreenPassword, as it displays the last command before I start typing again.&lt;/p&gt;&lt;p&gt;I prefer to see the box in the System Preference pane get clicked, and unclicked. I have an old MacBook Pro, so I have added the delay of 0 so you can see where to add increments of 0.2 seconds, until you see the check box gets checked, or unchecked.&lt;/p&gt; ...</description>
</item>
<item>
<title>Make home Library sub-folders available to Spotlight</title>
<link>http://hints.macworld.com/article.php?story=20121128100420347</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20121128100420347</guid>
<pubDate>Thu, 29 Nov 2012 07:30:00 -0800</pubDate>
<comments>http://hints.macworld.com/article.php?story=20121128100420347#comments</comments>
<dc:subject>System</dc:subject>
<description>Here's one approach to making items in your home Library folder searchable in Spotlight.&lt;br&gt;&lt;br&gt; Spotlight searches exclude items that exist in the user's home Library folder (now hidden by default). There are some items that normally reside in the home Library folder that I want to be available for my Spotlight searches. Rather than trying to find a hack to defeat the system's exclusion of the home Library folder for Spotlight, I use a method that doesn't require crossing the boundaries of what the OS permits users to do. &lt;br&gt;&lt;br&gt; I simply select folders, the contents of which I would like to appear in Spotlight searches, such as Scripts and Favorites, move them up a level to the home folder, then create a symbolic link to the moved item to serve as a substitute for it in its original location. I'm including source for an AppleScript droplet that I use to automate this process. If your Library folder is already open (one way to open it is to hold down the Option key then selec ...</description>
</item>
<item>
<title>Increase volume on Apple Cinema Display </title>
<link>http://hints.macworld.com/article.php?story=20121114073120139</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20121114073120139</guid>
<pubDate>Thu, 15 Nov 2012 07:30:00 -0800</pubDate>
<comments>http://hints.macworld.com/article.php?story=20121114073120139#comments</comments>
<dc:subject>System</dc:subject>
<description>I have a 27&amp;quot; Thunderbolt Cinema Display, and I use its built-in speakers for the output of alert sounds. (In System Preferences &amp;gt; Sound &amp;gt; Sound Effects, you can choose this.) But the volume wasn't very loud, even though I had set the Alert volume slider to its maximum setting. I'd been trying to figure out why, because when I listen to music, the alert volume - and a sound I use to alert me when VIP e-mails arrive - isn't loud enough to be heard.&lt;br /&gt;
&lt;br /&gt;
So I remembered that Audio-MIDI Setup has a number of tweaks for system sound settings. This app is found in /Applications/Utilities. When I opened it, and clicked on Display Audio, the two volume sliders (right and left channels) were nowhere near the maximum volume, so I raised them, and now I can hear my system beeps and other sounds. &lt;br /&gt;
&lt;br /&gt;
So if you have problems with the volume of any audio outputs, you might want to check Audio-MIDI Setup and see if it can fix the issue. &lt;br /&gt;
</description>
</item>
<item>
<title>See Cover Flow framerate</title>
<link>http://hints.macworld.com/article.php?story=20120910085216126</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20120910085216126</guid>
<pubDate>Tue, 11 Sep 2012 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20120910085216126#comments</comments>
<dc:subject>System</dc:subject>
<description>I stumbled on this useless but curious &quot;defaults write&quot; trick for the Finder that displays the frame rate when you flip through files in Cover Flow. I've only tested it in Mountain Lion.&lt;br&gt;&lt;br&gt; The following will show the cover flow frame rate (as frames per second) within the Finder alongside each filename when flipping through files. On my system I get around 58 FPS consistently; try and beat that! I'm interested to see how retina MacBook Pros do, and, as such, this could be a useful if non-scientific benchmarking trick:&lt;br&gt;&lt;br&gt; &lt;code&gt;defaults write com.apple.finder IKImageFlowShowFrameRate 1;killall Finder&lt;/code&gt;&lt;br&gt;&lt;br&gt; To get rid of it:&lt;br&gt;&lt;br&gt; &lt;code&gt;defaults delete com.apple.finder IKImageFlowShowFrameRate;killall Finder&lt;/code&gt;&lt;br&gt;&lt;br&gt; [&lt;b&gt;kirkmc adds&lt;/b&gt;: I, too, get 58 fps on my Mac mini, the same on my retina MacBook Pro. (Actually, it looks like it peaks at 58.87.) This suggests that there's something in the system that is limiting it, or that it simply can't g ...</description>
</item>
<item>
<title>Create custom keybindings</title>
<link>http://hints.macworld.com/article.php?story=20120822010316876</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20120822010316876</guid>
<pubDate>Thu, 06 Sep 2012 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20120822010316876#comments</comments>
<dc:subject>System</dc:subject>
<description>If you'd like to easily type some non-standard glyphs, adding a custom keybinding might prove useful.&lt;br&gt;&lt;br&gt; The keybindings file is located in ~/Library/KeyBindings/ (You will probably have to make this directory and then add a file named &quot;DefaultKeyBinding.dict&quot;.]).&lt;br&gt;&lt;br&gt; The syntax for these keybindings are:&lt;pre&gt;&lt;code&gt;&quot;&amp;#91;keycombination&amp;#93;&quot; = (&quot;insertText:&quot;, &quot;&amp;amp;#092;&amp;#91;unicodenumber or actual character&amp;#93;&quot;);&lt;/code&gt;&lt;/pre&gt;Example: &lt;pre&gt;&lt;code&gt;&quot;~*&quot; = (&quot;insertText:&quot;, &quot;&amp;amp;#092;U0215&quot;); /* the times-symbol &quot;×&quot; */&lt;/code&gt;&lt;/pre&gt;In this &quot;Keycombination&quot; field:&lt;br&gt;@ = cmd key&lt;br&gt;&amp;#36; = shift key&lt;br&gt;~ = option key&lt;br&gt;^ = ctrl key&lt;br&gt;# = keys on number pad&lt;br&gt;&lt;br&gt;More on the keybinding syntax at &lt;a href=&quot;http://xahlee.info/kbd/osx_keybinding_key_syntax.html&quot;&gt; http://xahlee.info/kbd/osx_keybinding_key_syntax.html&lt;/a&gt;.&lt;br&gt;&lt;br&gt; [&lt;b&gt;kirkmc adds&lt;/b&gt;: We've also got a &lt;a href=&quot;http://hints.macworld.com/article.php?story=20060317045211408&quot;&gt;2006 hint&lt;/a&gt; that goes in ...</description>
</item>
<item>
<title>Disable Go to Folder in Finder's Go menu </title>
<link>http://hints.macworld.com/article.php?story=20120905003225413</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20120905003225413</guid>
<pubDate>Wed, 05 Sep 2012 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20120905003225413#comments</comments>
<dc:subject>System</dc:subject>
<description>You may be familiar with the Go &gt; Go to Folder menu item in the Finder. You can use this to go directly to any folder in your Mac's file system. But on some Macs, you may not want users to be able to access that menu item. For example, Macs in public places - such as schools or libraries - or Macs that your kids use.&lt;a href=&quot;http://osxdaily.com/2012/08/31/disable-go-to-folder-os-x/&quot;&gt;OS X Daily&lt;/a&gt; recently posted a method for hiding this menu item. Run the following command in Terminal:&lt;pre&gt;defaults write com.apple.finder ProhibitGoToFolder -bool true ; killall Finder&lt;/pre&gt;  Not only will the menu item be gone, but the Command-Shift-G shortcut that brings up the Go to Folder dialog will no longer work.&lt;br&gt;&lt;br&gt; Want to get it back? Just run this command:&lt;pre&gt;defaults write com.apple.finder ProhibitGoToFolder -bool false ; killall Finder&lt;/pre&gt; Note that this command does not prevent access to the user's Library folder; if you press the Option key while displaying the Go menu ...</description>
</item>
<item>
<title>View multi-page previews of Word files on Finder icons</title>
<link>http://hints.macworld.com/article.php?story=20120815055140262</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20120815055140262</guid>
<pubDate>Thu, 16 Aug 2012 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20120815055140262#comments</comments>
<dc:subject>System</dc:subject>
<description>Mountain Lion has added the ability to view multi-page previews of Word documents when you hover your cursor over the icon, as has been possible with PDFs since Lion.&lt;br /&gt;
&lt;br /&gt;
To see a preview, hover your cursor over a Word document. You'll see two arrow icons on the document icon; you can click to the right or left to view different pages. &lt;br /&gt;
&lt;br /&gt;
However, in Icon View, these previews only display if the icons are 64 pixels or larger. They display in Column View, and in Cover Flow View, no matter what size the icons are in the top of the Cover Flow View window. &lt;br /&gt;
</description>
</item>
<item>
<title>Auto-delete a DMG file when ejecting a disk image </title>
<link>http://hints.macworld.com/article.php?story=20120728123233584</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20120728123233584</guid>
<pubDate>Fri, 10 Aug 2012 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20120728123233584#comments</comments>
<dc:subject>System</dc:subject>
<description>While the Mac App Store is great, I still find myself downloading .dmg files and installing plenty of third-party software.  I often forget to delete .dmg files after I've installed applications.  Here's a script to automatically move the .dmg file to the trash when you eject the disk image.&lt;br&gt;&lt;br&gt; To use this script, select the mounted volume in the Finder (or in the &quot;Devices&quot; section of the Finder sidebar), and trigger this script via your favorite macro app instead of ejecting the disk image normally.&lt;div style=&quot;margin-left: 20px; margin-top:10px; margin-bottom:10px; padding: 5px; border:1px solid; width:700px; height:200px; overflow:scroll;white-space:nowrap;resize:both&quot;&gt;&lt;pre&gt;tell application &quot;Finder&quot;	set selection_list to selection	if (count selection_list)  ...&lt;/pre&gt;&lt;/div&gt;</description>
</item>
</channel>
</rss>
