Posts By: Gary Rosenzweig

What To Do Before Handing Your iPhone to a Cashier, Ticket-Taker or Police (Revisited)
2/7/23
Take a more detailed look at how to set up Guided Access in case you need to hand your iPhone to someone temporarily so they can see some information. Learn how this keeps you safe and in what situations you may need to use this.
2/6/23

The cropping tools in the Photos app are great, as long as the image is already in the Photos app. But what if you want to crop a photo that is just a file? The Preview app can do it, but the steps are very different.

How To Rebuild the Spotlight Index on Your Mac
2/3/23
The Spotlight index is used to let you search for files on your Mac. If searching is not working properly you can rebuild the Spotlight index.
ClipTools: How To Use Smart Clips
2/2/23

Smart clips let you paste text with extra programmable elements. You can use previously copied clipboard items, ask for input, select from a list, a current or future date and more.

Customizing Your Mouse Settings
2/1/23
f you use an Apple Magic Mouse with your Mac you should check out all of the customization settings. Even if you don't change anything, there are probably gestures you aren't aware of that you could be using.
Mac Lock Screen Settings
1/31/23
A new System Settings panel in macOS Ventura gives you control over when your Mac locks and what appears on the Lock Screen. It is important to review these settings and set them up to be as secure as possible for your situation.
1/30/23

Seems like you should be able to schedule Shortcuts on your Mac to run at specific times or when an event occurs. But you can't. A third-party app to the rescue! Shortery: <a href="https://apps.apple.com/us/app/shortery/id1594183810" rel="nofollow noopener" target="_blank">https://apps.apple.com/us/app/shortery/id1594183810</a> 

1/27/23

The rumors are getting stronger about an upcoming VR/AR headset from Apple. And it may be here soon. I'll break down the important parts of an article and tell you what I think about potential features. Here's a link to the actual article: <a href="https://www.bloomberg.com/news/articles/2023-01-23/apple-reality-pro-details-eye-hand-tracking-app-store-3d-ios-like-interface" rel="nofollow noopener" target="_blank">https://www.bloomberg.com/news/articles/2023-01-23/apple-reality-pro-details-eye-hand-tracking-app-store-3d-ios-like-interface</a> 

Cropping Photos on Your Mac in the Photos App
1/27/23
Learn how to use the cropping tools in the Photos app. You can crop to any part of the photo, or stick with specific aspect ratios. You can also rotate and adjust the perspective of a photo.
Using the Terminal For a Better Mac Calculator
1/26/23
Another choice for doing calculations on your Mac is to use the Basic Calculator app inside the Terminal. It has some features that neither the Calculator app, Spotlight nor Siri have like variables, history, customization and more.
Getting the Most From Hot Corners On Your Mac
1/25/23
Hot Corners allow you to assign functions to the four corners of your Mac's screen. Just move your mouse pointer to one of those corners to activate Mission Control, Notification Center, lock the screen and more.
10 Variations On How To Take Screenshots On a Mac
1/24/23
If you take a lot of screenshots, check out these productivity tips to make your captures go to the folder you want, save to a different location each time, go straight to the clipboard, go into the Photos app, and more.
1/23/23

You can't use Pages or TextEdit to select non-contiguous text on a Mac. But you can use a variety of other apps to do it. Plus, some reasons why you would want to do this in Pages are better served by using Character Styles instead. CotEditor: <a href="https://apps.apple.com/us/app/coteditor/id1024640650" rel="nofollow noopener" target="_blank">https://apps.apple.com/us/app/coteditor/id1024640650</a>  LibreOffice: <a href="https://www.libreoffice.org" rel="nofollow noopener" target="_blank">https://www.libreoffice.org</a> (free download from official site). ClipTools: <a href="https://macmost.com/cliptools" rel="nofollow noopener" target="_blank">https://macmost.com/cliptools</a> 

How Should You Format An External Drive For a Mac?
1/20/23
When you buy a new external drive for your Mac, it is not going to be formatted for your Mac. You should use Disk Utility to set the drive up right before using it.
1/19/23

Apple dropped some major new product updates this week. Here are my thoughts on the new 14- and 16-inch MacBook Pros, the new M2 Mac mini and the return of the HomePod.

A New Free Mac Utility App: ClipTools
1/19/23
ClipTools is a free clipboard manager and text selection utility for Mac from MacMost. With it you can access your clipboard history, save clips, use programmable Smart Clips, paste the date or time, insert example text, perform calculations and paste the result or replace the selection, convert numbers to words, sorts lines and so much more. Check out https://macmost.com/cliptools for a full list of features and an App Store link.
Customizing Your Trackpad Settings
1/18/23
If you use a Trackpad with your Mac you should check out all of the customization settings. Even if you don't change anything, there are probably gestures you aren't aware of that you could be using.
10 Things To Know About Using the Trash On Your Mac
1/17/23
The normal way to delete files on your Mac is to use the Trash or Bin folder. There are several shortcuts and advanced techniques that you should know about.
1/16/23

While doing a video on Hot Corners I began to wonder if you can use a Terminal command, and thus a Shortcut, to change what each Hot Corner does. Turns out you can. Here's the basic Terminal command: <strong>defaults write com.apple.dock wvous-XX-corner -int Y</strong> XX would be <strong>tr</strong>, <strong>tl</strong>, <strong>br</strong>, <strong>bl</strong> depending on each corner (top/bottom, right/left). Y would be one of these: 0=nothing, 2=Mission Control, 3=Show App Windows, 4=Show Desktop, 5=Start Screen Saver, 6=Disable Screen Saver, 10=Display Sleep, 11=Launchpad, 12=Notification Center, 13=Lock Screen. Then you need to use this to restart the Desktop and have it take affect: <strong>killall Dock</strong> You can also use this to set a modifier key for the Hot Corner: <strong>defaults write com.apple.dock wvous-XX-modifier -int Z</strong> Z would be: 0=nothing, 131072=Shift, 262144=Control, 524288=Option, 1048576=Command

1/14/23

I thought it would be neat to be able to put a message where you can see it all day. But not just A message, but a message that can easily be changed. I started using image editing and Terminal commands, but it turns out this can be done in a much better way with a Shortcut.