One of the biggest frustrating parts of moving from Windows to Mac started with the image preview tool. Such a simple function user experience that Windows Image Previewer is doing since XP, but Apple resists to adopt it. Once you open any image in the folder, you should be able to scroll through the next and previous images using arrow keys.

So default image preview app in Mac OS X (Seira or any previous version) SUCKS BIG TIME!

It works only if you select all images, right-click and hit preview, and then use up and down keys. That’s like 3 clicks painfully long process to what you can easily do with a single click. So I was on a hunt to find an app that can build Windows like image browsing with simple arrow keys, and simple zooming features with maybe some additional features.

Also Read:Fotojet Designer Mac App Review – For Designing Social Posts/Printables

Windows Like Best Photo Preview App for Mac OS X

The app I am going to suggest if called PhotoX, and its a completely free app on Mac App Store, but few steps mentioned below will make it run as good as windows preview tool and scrolling through images will be awesome again!

Download & Install the App

Head over to the Mac OS app store, and download our Windows like image browsing tool PhotoX.

Make it Default Image Preview App

Step One: Create a macOS High Sierra ISO File. To start, we’ll need to create an ISO file of macOS.

Once you install the app, you have to make it a default preview app, otherwise, you have to right-click and select open with to work it properly.

Go to any of your folder with photos.

Right-click (control-click) on any image.

Click on Get Info > Click on Open With > Select Photo X > Click on Change All.

This will give you a warning that you are changing the default app for that image format. Just confirm and you’re done.

Finishing Touch!

You’re not quite done yet. As the first image, you select, might be just a JPEG. And your new Windows-like photo viewer PhotoX only defaults for that format.

So just enlist the most formats you need. My requirement was just JPEGs and PNGs. So I opened another GET INFO tab, and set PhotoX as default previewer there.

You can do additional image formats, for which you need quick formatting.

So PhotoX, not only allows you to scroll images with side arrows just like in Windows, but you can zoom in and out with Up & Down Arrows, Rotate, Tilt, Flip image, all of the good stuff using this single app!

I simply loved a lot of things on Mac OS X, but this photo scrolling using arrow keys was the first thing I wanted to fix immediately. There are other free apps like Xee, or paid ones with even better options for editing like Adobe Lightroom, but for most basic functionality I thought it’s ridiculous to pay for an app, that does nothing but scrolling through images. So PhotoX is the best Image preview app for me at least.

Please share what other problems you might have faced with image previews, or if any other app you would like to recommend, in the comments section below.

Mac

Most new PCs don't come with DVD drives anymore. So it can be a pain to install Windows on a new computer.

Luckily, Microsoft makes a tool that you can use to install Windows from a USB storage drive (or 'thumbdrive' as they are often called).

But what if you don't have a second PC for setting up that USB storage drive in the first place?

In this tutorial we'll show you how you can set this up from a Mac.

Run mac os on windows 10

You can download the ISO file straight from Windows. That's right - everything we're going to do here is 100% legal and sanctioned by Microsoft.

If you want an English-language version of the latest update of Windows 10, you can download the ISO here.

If you have a relatively new computer, you probably want the 64-bit version. If you're not sure, go with the 32-bit version to be safe.

If you want a non-English-language version of Windows, or want to get an older update version, download the ISO here instead.

The ISO file is only about 5 gigabytes, but I recommend you use a USB drive with at least 16 gigabytes of space just in case Windows needs more space during the installation process.

I bought a 32 gigabyte USB drive at Walmart for only $3, so this shouldn't be very expensive.

Stick your USB drive into your Mac. Then open your terminal. You can do this using MacOS Spotlight by pressing both the ⌘ and Space bar at the same time, then typing 'terminal' and hitting enter.

Don't be intimidated by the command line interface. I'm going to tell you exactly which commands to enter.

Download Windows 10 Disc Image (ISO File)

Open Mac Spotlight using the ⌘ + space keyboard shortcut. Then type the word 'terminal' and select Terminal from the dropdown list.

Paste the following command into your terminal and hit enter:

diskutil list

You will see output like this (note - your Mac's terminal may be black text on a white background if you haven't customized it).

Copy the text I point to here. It will probably be something like

/dev/disk2.

Next format your USB drive to Windows FAT32 format. This is a format that Windows 10 will recognize.

Note that you should replace the disk2 with the name of the your drive from step 3 if it wasn't disk2. (It may be disk3 or disk4).

Run this command using the correct disk number for your USB:

diskutil eraseDisk MS-DOS 'WIN10' GPT /dev/disk2

Then you'll see terminal output like this.

This will probably only take about 20 seconds on a newer computer, but may take longer on an older computer.

Note that for some hardware, you may instead need to run this command, which uses the MBR format for partitioning instead of GPT. Come back and try this command if step 7 fails, then redo steps 5, 6, and 7:

Now we're going to prep our downloaded ISO file so we can copy it over to our USB drive.

You will need to check where your downloaded Windows 10 ISO file is and use that. But your file is probably located in your ~/Downloads folder with a name of Win10_1903_V1_English_x64.iso.

hdiutil mount ~/Downloads/Win10_1903_V1_English_x64.iso

Update April 2020: One of the files in the Windows 10 ISO – install.wim – is now too large to copy over to a FAT-32 formatted USB drive. So I'll show you how to copy it over separately.

Thank you to @alexlubbock for coming up with this workaround.

First run this command to copy over everything but that file:

How To Download Windows 10 Image On Macbook Air

rsync -vha --exclude=sources/install.wim /Volumes/CCCOMA_X64FRE_EN-US_DV9/ /Volumes/WIN10

Then run this command to install Homebrew (if you don't have it installed on your Mac yet):

/usr/bin/ruby -e '$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)'

Then use Homebrew to install a tool called wimlib with this terminal command:

brew install wimlib

Then go ahead and create the directory that you're going to write the files into:

mkdir /Volumes/WIN10/sources

Then run this command. It will use wimlib to split the install.wim file into 2 files less than 4 GB each, then copy them over to your USB:

wimlib-imagex split /Volumes/CCCOMA_X64FRE_EN-US_DV9/sources/install.wim /Volumes/WIN10/sources/install.swm 4000

How To Make A Windows 10 USB Using Your Mac - Build A ...

Once that's done, you can eject your USB from your Mac inside Finder.

Congratulations - your computer now should boot directly from your USB drive. If it doesn't, you may need to check your new PC's BIOS and change the boot order to boot from your USB drive.

How To Download Windows 10 Iso Image On Mac

Windows will pop up a screen and start the installation process.

Enjoy your new PC, and your newly-installed copy of Windows.