Home

Change Resolution on Parallels Desktop Windows 7 for Retina Display

Here's how I was able to scale my Parellels VM to work with a retina display.

I started a trial of Parellels Desktop to run Windows 7 on my retina MacBook Pro. Every time I resized the screen, Windows 7 resized itself, and everything was super, super small. I did some research and found that there may not be a tried and true answer, but here's what I did, and now Windows 7 looks awesome on my screen:

  1. Open Parallels Desktop.
  2. Go to Virtual Machine > Configure.
  3. In the dialog box, go to Hardware > Video.
  4. Choose "Scaled" for your resolution.
  5. Restart your machine.
parallels desktop resolution

I hope this works for you, too!

Let's Connect

Keep Reading

Custom XML Sitemap from a Catch All Route in Next.js

Building an XML sitemap in Next.js is a bit of an odd process. Here’s how I’ve done it by leveraging getStaticPaths methods from page components.

Aug 02, 2022

4 Ways to Pass Arguments to a Rake Task

Always googling and forgetting how to pass arguments to rake tasks? Here's a up list of the various methods.

Dec 13, 2014

Pro Tip: Use “1.” for Every Ordered List Item when Writing Markdown

A quick tip for making ordered lists in markdown easier to write.

May 31, 2022