How to Share Games on Steam

Share the fun!
Ash Ash (319)
Nov 19, 2020
1 minute

If you’ve got a Steam account, you can share the games in your Steam library with other people in your household. (You’re essentially sharing your library with their personal computers.) The household members who use that computer while logged into their personal Steam account can play your games on any computer you authorize to share games with. You can do this to a maximum of 10 different computers.

This process will only work on the linked computer

This process will only work on the linked computer, so other people won’t be able to use your games with their account on another machine. They have to be logged into one of the computers with which you’re authorized to share games.

If two people try to play the same game, the account owner will be given priority and the player who is only sharing access to the game will be prompted to close the title. This means you won’t be able to game share with anyone to play together via multiplayer.

SteamSteam ×1

Howchoo is reader-supported. When you buy through links on our site, we may earn a small affiliate commission at no cost to you.

  • Open Steam on the PC with which you want to share your games.
  • Log into your Steam account.
Steam Library ShareSteam Library Share

Open the Steam menu in the upper-left corner and go to Settings.

Authorize PC Steam Library ShareAuthorize PC Steam Library Share
  • Choose Family from the left-hand navigation pane.

  • Under Family Library Sharing, check the box next to Authorize Library on this computer.

When you log out of your Steam account, anyone using that computer will be able to play games from your library.

If you want to stop sharing access with a computer:

  • Log into your Steam account from the machine you want to remove.
  • Access the Family Library Sharing settings from steps 1 – 3.
  • Uncheck the box to share your Steam library.
We’re hiring!
Are you a passionate writer? We want to hear from you!

Want to support Howchoo? When you buy a tool or material through one of our Amazon links, we earn a small commission as an Amazon Associate.

How to Power a Raspberry Pi from a 3D Printer Using Your Printer’s Power Supply Unit (PSU)

Who needs more power bricks?
Zach Zach (236)
Nov 19, 2020
30 minutes

This guide will show you how to power a Raspberry Pi using your 3D printer’s power supply. This is especially useful if you’re using OctoPrint and only want to run your Pi when your 3D printer is running.

In a nutshell, we’re going to connect our printer to a small voltage regulator, also known as a “buck converter” or “step down converter”, to reduce the printer’s higher voltage to the 5V needed by the Pi.

This guide will work for any Raspberry Pi model, including the Raspberry Pi 4.

Important note: This guide involves electricity. Take proper precautions even when working with low voltages.

Soldering ironSoldering iron ×1
3D printer ×1
Multimeter ×1
Wire strippers ×1
Solder ×1 tube
LM2596 DC voltage regulator ×1
XT60 Y-splitter cable (optional)XT60 Y-splitter cable (optional) ×1

Howchoo is reader-supported. When you buy through links on our site, we may earn a small affiliate commission at no cost to you.

Before we can connect the LM2596 voltage regulator, we’ll need to determine where the connection should take place.

There are basically two methods of tapping into your 3D printer’s power supply:

Method #1: Run a new power supply line from your PSU

For this method, open up your printer’s power supply unit (PSU) and run a new positive (+) and negative (-) wire from one of the available slots. If you’re lucky, your PSU might have a separate 5V power output terminal.

In this unlikely case, no voltage regulator is needed! You can skip forward and connect these lines directly to your Pi. However, be sure that at least 2A is being output, or else you’ll need to use another supply line.

Note: Before opening your power supply, disconnect your printer’s power and wait for any capacitors in the PSU to discharge.

Method #2: Splice into the printer’s existing (external) wires

For this method, we can splice into one of the wires already coming out of your power supply. By splice, I don’t mean strip and use electrical tape. I recommend using some kind of Y-splitter cable to split the power out.

This method takes less time because no PSU disassembly is required. Additionally, it takes only seconds to revert the change if you’d like to undo your modifications. For these reasons, this is the method I’m going with.

My printer is the Creality Ender 3 and uses common XT60 connectors, so I used this extension cable. Some printers use other connectors, however; thus, be sure to choose a Y-splitter cable that will work with your printer.

The rest of this guide will work for you regardless of which approach you choose!

Soldered buck converter input wiresSoldered buck converter input wires

Now we’re going to connect the INPUT side of the LM2596 voltage regulator/buck converter to the printer’s power supply.

Since I’m using method #2, this means soldering my Y-splitter cable directly to the converter. I recommend printing a small enclosure for your LM2596; you can find tons of these on Thingiverse. The exact enclosure I used is included with this printer-mounted Pi enclosure.

First, Cut and strip one “leg” of the Y cable.

Then, solder the red positive (+) wire to the positive (+) INPUT terminal.

Finally, solder the black negative (-) wire to the negative (-) INPUT terminal.

Be sure to thread the wires through the enclosure opening before soldering them.

Soldered buck converter output wiresSoldered buck converter output wires

The Raspberry Pi 1, 2, 3, and Zero use a Micro USB port for power, so we’ll need to solder one to the output terminals of our buck converter. To do this, we’ll cannibalize an old Micro USB cable or AC adapter.

The Raspberry Pi 4 uses a USB-C port for power. If you’re using a Pi 4, you’ll need to cannibalize a USB-C cable or adapter instead.

Cut open and strip the cable. Locate the red positive (+) and black negative (-) wires, and solder these to the OUTPUT terminals of the buck converter.

Again, if you’re using an enclosure, thread the cable through the enclosure hole first.

Completed buck converter micro USB with XT-60 circuitCompleted buck converter micro USB with XT-60 circuit

Lookin’ good.

Adjust the buck converter output voltageAdjust the buck converter output voltage

Next, we need to adjust the buck converter’s output voltage to 5V. For my printer, the line I’m tapping into is 24V, so I’ll be stepping this 24V down to 5V.

To do this, we’re going to connect a multimeter to the buck converter’s output, power on the printer (input), and turn a small potentiometer on the buck converter using either a small screwdriver or your fingernail.

If you don’t have a multimeter, you should think about picking one up. Check out our list of the best multimeters. Alternatively, you can alternatively purchase a buck converter that shows the output voltage on a built-in LCD display (though these are more expensive).

With your printer’s power cord disconnected, connect your buck converter to your printer’s power supply using either the wires you connected directly to your PSU (method #1) or the Y-splitter cable (method #2). Make sure neither the buck converter or any of your wires are touching any metal.

Then, set your multimeter to DC and connect it to the output terminals of the buck converter. I recommend using alligator clip leads if you have them; if you don’t, a second set of hands helps.

After you’re sure all hands and wires are free from any contact, connect your printer’s power cable and power it on. Turn the small potentiometer until your multimeter reads 5V. Then, turn off and unplug your printer.

Buck converter enclosure mounted to a 3D printerBuck converter enclosure mounted to a 3D printer

Secure the LM2596 enclosure to your printer using foam tape, taking care not to mount it in the way of any moving parts.

Secured 3D pritner buck converter wiresSecured 3D pritner buck converter wires

Connect the USB cable to your Pi. Use zip ties to secure your wires away from any moving parts and power on your Pi.

Pat yourself on the back, you’re all done! If you’re working on an OctoPrint setup, be sure to check out my comprehensive OctoPrint setup guide.

We’re hiring!
Are you a passionate writer? We want to hear from you!

Want to support Howchoo? When you buy a tool or material through one of our Amazon links, we earn a small commission as an Amazon Associate.

Total time: 5 minutes 
Updated: November 19th, 2020
h/running • 5 guides
h/fitness • 18 guides
h/outdoors • 4 guides
HYPERTOAST's profile pictureHYPERTOAST
Joined in 2015
For some active self-improvement during the summer of social distancing!
In these interests: fitnessrunning
A lightweight, breathable face mask to use when running in crowded areas.
In these interests: diyfitnessrunning
The simplest guide to making an armband you’re likely to find!
In these interests: diyfitnessrunning
No basketball jerseys were hurt in the making of this guide! Okay, maybe one was.
Explore
h/running • 5 guides
Explore
h/fitness • 18 guides
Explore
h/outdoors • 4 guides
“Adopt the pace of nature: her secret is patience.” – Ralph Waldo Emerson

How to Switch Between the Windows of an Application on a Mac

Just one shortcut to see and switch between your many windows and apps!
Tyler Tyler (291)
0
Updated: November 19th, 2020

Many applications use multiple windows, and there is a handy keyboard shortcut to help you switch quickly between them.

Posted in these interests:
h/mac84 guides
h/macos52 guides

You may already know that you can switch between applications on OS X by using cmd + tab.

To switch between the windows

There is a similar feature for switching between the windows of a single application by using cmd + tab.

  • Hold the cmd key and tap the tab key to move through the open windows.
We’re hiring!
Are you a passionate writer? We want to hear from you!

Want to support Howchoo? When you buy a tool or material through one of our Amazon links, we earn a small commission as an Amazon Associate.

Nov 19, 2020
2 minutes
h/totalfinder • 1 guide
h/mac • 128 guides
h/osx • 35 guides
Nov 19, 2020
2 minutes
Zach's profile pictureZach's profile pictureZach
Joined in 2015 248 guides
Software engineer, designer, tinkerer, and beer enthusiast living in Tampa, Florida.
Sometimes Android Studio gets corrupted, and when you try to compile your Android application (or launch a virtual device), everything goes haywire.
In these interests: macososxandroidstudio
Tired of that Firefox plugin or extension? Uninstall it.
In these interests: firefox
You clean up your desk, why not your desktop?
In these interests: macosapplemac
Remove Teams completely from your tablet or PC.
Three methods for stopping Teams on startup.
Read On For Fios G3100 Router Review
Chocolatey makes uninstalling old and unneeded software a breeze.
Read all about the June 2021 Apple Keynote (WWDC21)!
Keep Reading to Know the Best Comparison Between Netgear vs Linksys
Explore
h/totalfinder • 1 guide
Explore
h/mac • 128 guides
Explore
h/osx • 35 guides
OS X is a series of Unix-based operating systems developed by Apple, Inc. The first public beta, called Kodiak, appeared in 2000.

How to Add a Keyboard to Your iPhone

When you need to type in another language or use a 3rd party keyboard.
Tyler Tyler (291)
Total time: 1 minute 
Updated: November 19th, 2020

In the latest versions of iOS, the emoji keyboard comes preinstalled, so many people haven’t had to add a keyboard to their iPhones in a while. But there is a whole world of 3rd-party keyboards, such as the font converters used to change your Twitter font or change your Instagram font. Or maybe you need to have a keyboard for another language like Chinese or Russian.

Here’s how to get a new keyboard installed on your iPhone.

iPhoneiPhone ×1

Howchoo is reader-supported. When you buy through links on our site, we may earn a small affiliate commission at no cost to you.

iPhone SettingsiPhone Settings

Find the Settings app on your iPhone and select it.

General in iPhone SettingsGeneral in iPhone Settings

Scroll down and click General.

Keyboard in iPhoneKeyboard in iPhone

Scroll down again and click Keyboard.

Keyboards in General iPhoneKeyboards in General iPhone

At the top of the screen, click Keyboards.

Add New Keyboard in iPhoneAdd New Keyboard in iPhone

Scroll down past your already installed keyboards and click Add New Keyboard.

list of keyboards iphonelist of keyboards iphone

Third-party

You’ll have the option to install any supported third-party keyboards, such as the keyboard here for the “Momento” app.

Other iPhone Keyboards

Most of these will be keyboards for specific languages. Scroll through these and select the keyboard you want to install.

  • Once you select a keyboard, you’ll be redirected back to the list of installed keyboards. Your new keyboard should now appear as a keyboard installed on your iPhone.
Newly Installed keyboard iPhoneNewly Installed keyboard iPhone

Click on the globe symbol at the bottom-left of your keyboard to switch between the different keyboards you have installed.

How to Add a Keyboard to Your iPhone

When you need to type in another language or use a 3rd party keyboard.
Tyler Tyler (291)
Total time: 1 minute 
Updated: November 19th, 2020

In the latest versions of iOS, the emoji keyboard comes preinstalled, so many people haven’t had to add a keyboard to their iPhones in a while. But there is a whole world of 3rd-party keyboards, such as the font converters used to change your Twitter font or change your Instagram font. Or maybe you need to have a keyboard for another language like Chinese or Russian.

Here’s how to get a new keyboard installed on your iPhone.

iPhoneiPhone ×1

Howchoo is reader-supported. When you buy through links on our site, we may earn a small affiliate commission at no cost to you.

iPhone SettingsiPhone Settings

Find the Settings app on your iPhone and select it.

General in iPhone SettingsGeneral in iPhone Settings

Scroll down and click General.

Keyboard in iPhoneKeyboard in iPhone

Scroll down again and click Keyboard.

Keyboards in General iPhoneKeyboards in General iPhone

At the top of the screen, click Keyboards.

Add New Keyboard in iPhoneAdd New Keyboard in iPhone

Scroll down past your already installed keyboards and click Add New Keyboard.

list of keyboards iphonelist of keyboards iphone

Third-party

You’ll have the option to install any supported third-party keyboards, such as the keyboard here for the “Momento” app.

Other iPhone Keyboards

Most of these will be keyboards for specific languages. Scroll through these and select the keyboard you want to install.

  • Once you select a keyboard, you’ll be redirected back to the list of installed keyboards. Your new keyboard should now appear as a keyboard installed on your iPhone.
Newly Installed keyboard iPhoneNewly Installed keyboard iPhone

Click on the globe symbol at the bottom-left of your keyboard to switch between the different keyboards you have installed.

 
1

How to Add a Keyboard to Your iPhone

When you need to type in another language or use a 3rd party keyboard.
Tyler Tyler (291)
Total time: 1 minute 
Updated: November 19th, 2020

In the latest versions of iOS, the emoji keyboard comes preinstalled, so many people haven’t had to add a keyboard to their iPhones in a while. But there is a whole world of 3rd-party keyboards, such as the font converters used to change your Twitter font or change your Instagram font. Or maybe you need to have a keyboard for another language like Chinese or Russian.

Here’s how to get a new keyboard installed on your iPhone.

iPhoneiPhone ×1

Howchoo is reader-supported. When you buy through links on our site, we may earn a small affiliate commission at no cost to you.

iPhone SettingsiPhone Settings

Find the Settings app on your iPhone and select it.

General in iPhone SettingsGeneral in iPhone Settings

Scroll down and click General.

Keyboard in iPhoneKeyboard in iPhone

Scroll down again and click Keyboard.

Keyboards in General iPhoneKeyboards in General iPhone

At the top of the screen, click Keyboards.

Add New Keyboard in iPhoneAdd New Keyboard in iPhone

Scroll down past your already installed keyboards and click Add New Keyboard.

list of keyboards iphonelist of keyboards iphone

Third-party

You’ll have the option to install any supported third-party keyboards, such as the keyboard here for the “Momento” app.

Other iPhone Keyboards

Most of these will be keyboards for specific languages. Scroll through these and select the keyboard you want to install.

  • Once you select a keyboard, you’ll be redirected back to the list of installed keyboards. Your new keyboard should now appear as a keyboard installed on your iPhone.
Newly Installed keyboard iPhoneNewly Installed keyboard iPhone

Click on the globe symbol at the bottom-left of your keyboard to switch between the different keyboards you have installed.

How to Add a Keyboard to Your iPhone

When you need to type in another language or use a 3rd party keyboard.
Tyler Tyler (291)
Total time: 1 minute 
Updated: November 19th, 2020

In the latest versions of iOS, the emoji keyboard comes preinstalled, so many people haven’t had to add a keyboard to their iPhones in a while. But there is a whole world of 3rd-party keyboards, such as the font converters used to change your Twitter font or change your Instagram font. Or maybe you need to have a keyboard for another language like Chinese or Russian.

Here’s how to get a new keyboard installed on your iPhone.

iPhoneiPhone ×1

Howchoo is reader-supported. When you buy through links on our site, we may earn a small affiliate commission at no cost to you.

How to Add a Keyboard to Your iPhone

When you need to type in another language or use a 3rd party keyboard.
Tyler Tyler (291)
Total time: 1 minute 
Updated: November 19th, 2020
Tyler
 
1
iPhoneiPhone ×1

Howchoo is reader-supported. When you buy through links on our site, we may earn a small affiliate commission at no cost to you.

iPhoneiPhone ×1
iPhone
Table of Contents

Steps to Add a Keyboard on iPhone:

  1. Open settings on your iPhone
  2. Select “General”
  3. Select “Keyboard”
  4. Select “Keyboards”
  5. Select “Add New Keyboard…”
  6. Select the keyboard you want to install
  7. Open your “Messages” app and test it out
 
1
In these interests
h/iphone37 guides
h/apple59 guides
h/ios32 guides
h/iphone37 guides
h/apple59 guides
h/ios32 guides
iPhone SettingsiPhone Settings

Find the Settings app on your iPhone and select it.

General in iPhone SettingsGeneral in iPhone Settings

Scroll down and click General.

Keyboard in iPhoneKeyboard in iPhone

Scroll down again and click Keyboard.

Keyboards in General iPhoneKeyboards in General iPhone

At the top of the screen, click Keyboards.

Add New Keyboard in iPhoneAdd New Keyboard in iPhone

Scroll down past your already installed keyboards and click Add New Keyboard.

list of keyboards iphonelist of keyboards iphone

Third-party

You’ll have the option to install any supported third-party keyboards, such as the keyboard here for the “Momento” app.

Other iPhone Keyboards

Most of these will be keyboards for specific languages. Scroll through these and select the keyboard you want to install.

  • Once you select a keyboard, you’ll be redirected back to the list of installed keyboards. Your new keyboard should now appear as a keyboard installed on your iPhone.
Newly Installed keyboard iPhoneNewly Installed keyboard iPhone

Click on the globe symbol at the bottom-left of your keyboard to switch between the different keyboards you have installed.

iPhone SettingsiPhone Settings

Find the Settings app on your iPhone and select it.

iPhone SettingsiPhone Settings

Find the Settings app on your iPhone and select it.

Open settings on your iPhone

General in iPhone SettingsGeneral in iPhone Settings

Scroll down and click General.

General in iPhone SettingsGeneral in iPhone Settings

Scroll down and click General.

Select “General”

Keyboard in iPhoneKeyboard in iPhone

Scroll down again and click Keyboard.

Keyboard in iPhoneKeyboard in iPhone

Scroll down again and click Keyboard.

Select “Keyboard”

Keyboards in General iPhoneKeyboards in General iPhone

At the top of the screen, click Keyboards.

Keyboards in General iPhoneKeyboards in General iPhone

At the top of the screen, click Keyboards.

Select “Keyboards”

Add New Keyboard in iPhoneAdd New Keyboard in iPhone

Scroll down past your already installed keyboards and click Add New Keyboard.

Add New Keyboard in iPhoneAdd New Keyboard in iPhone

Scroll down past your already installed keyboards and click Add New Keyboard.

Select “Add New Keyboard…”

list of keyboards iphonelist of keyboards iphone

Third-party

You’ll have the option to install any supported third-party keyboards, such as the keyboard here for the “Momento” app.

Other iPhone Keyboards

Most of these will be keyboards for specific languages. Scroll through these and select the keyboard you want to install.

  • Once you select a keyboard, you’ll be redirected back to the list of installed keyboards. Your new keyboard should now appear as a keyboard installed on your iPhone.
list of keyboards iphonelist of keyboards iphone

Third-party

You’ll have the option to install any supported third-party keyboards, such as the keyboard here for the “Momento” app.

Other iPhone Keyboards

Most of these will be keyboards for specific languages. Scroll through these and select the keyboard you want to install.

  • Once you select a keyboard, you’ll be redirected back to the list of installed keyboards. Your new keyboard should now appear as a keyboard installed on your iPhone.

Select the keyboard you want to install

Newly Installed keyboard iPhoneNewly Installed keyboard iPhone

Click on the globe symbol at the bottom-left of your keyboard to switch between the different keyboards you have installed.

Newly Installed keyboard iPhoneNewly Installed keyboard iPhone

Click on the globe symbol at the bottom-left of your keyboard to switch between the different keyboards you have installed.

Open your “Messages” app and test it out

Share this guide!
RedditEmailTextPinterest
Tyler's profile pictureTyler
Joined in 2015
Software Engineer and creator of howchoo.
Tyler's profile picture
Related to this guide:
Raise to Wake iPhoneRaise to Wake iPhone
“Raise to Wake” essentially makes it so that each time you lift up your iPhone it wakes up. This makes the screen light up. For some, this is perfect and not an issue.
In these interests: iosiphone
MagSafe iPhone AccessoriesMagSafe iPhone Accessories
The MagSafe feature for the iPhone 12 is still so new that there relatively few accessories available that support it. That’s okay.
In these interests: appleiphone
Disconnected VPN iPhoneDisconnected VPN iPhone
Because you’ve been getting too many Captcha stops?
In these interests: iosiphonevpn
Raise to Wake iPhoneRaise to Wake iPhone
“Raise to Wake” essentially makes it so that each time you lift up your iPhone it wakes up. This makes the screen light up. For some, this is perfect and not an issue.
In these interests: iosiphone
Michael's profile pictureView guide
In these interests: iosiphone
iosiphone
MagSafe iPhone AccessoriesMagSafe iPhone Accessories
The MagSafe feature for the iPhone 12 is still so new that there relatively few accessories available that support it. That’s okay.
In these interests: appleiphone
Michael's profile pictureView guide
In these interests: appleiphone
appleiphone
Disconnected VPN iPhoneDisconnected VPN iPhone
Because you’ve been getting too many Captcha stops?
In these interests: iosiphonevpn
Michael's profile pictureView guide
In these interests: iosiphonevpn
iosiphonevpn
People also read:
Turn Off Face ID on iPhone
For when you don’t want to be seen…even by your iPhone.
I heart howchoo iPhone message
Because we all need to change things up from time to time in our digital conversations!
iPhone Font Size Scroll
Finding the text hard to read on your iPhone? This guide will help you out!
person holding iPhone taking HDR photo
Hint…it’s NOT high definition resolution.
Delete iPhone apps
Deleting has never been easier
iPhone Backup
Just put it on the cloud with everything else.
Factory Reset iPhone
Wipe your iPhone and start over new.
Turn Off Face ID on iPhone
For when you don’t want to be seen…even by your iPhone.
I heart howchoo iPhone message
Because we all need to change things up from time to time in our digital conversations!
iPhone Font Size Scroll
Finding the text hard to read on your iPhone? This guide will help you out!
person holding iPhone taking HDR photo
Hint…it’s NOT high definition resolution.
Turn Off Face ID on iPhone
Turn Off Face ID on iPhoneHow to Easily Turn Off Face ID on Your iPhone
I heart howchoo iPhone message
I heart howchoo iPhone messageHow to Change the Font on Your iPhone
iPhone Font Size Scroll
iPhone Font Size ScrollHow to Change the Font Size on Your iPhone
Arrow to HDR
Arrow to HDRHow to Turn On the iPhone Camera’s HDR
person holding iPhone taking HDR photo
person holding iPhone taking HDR photoWhat is HDR on an iPhone Camera?
Delete iPhone apps
Deleting has never been easier
iPhone Backup
Just put it on the cloud with everything else.
Factory Reset iPhone
Wipe your iPhone and start over new.
Add work email to iPhone.
Add work email to iPhone.How to Add Your Work Email to Your iPhone
iPhone block number
iPhone block numberHow to Block a Number on an iPhone
Delete iPhone apps
Delete iPhone appsHow to Delete Apps on an iPhone
iPhone Backup
iPhone BackupHow to Back Up Your iPhone
Factory Reset iPhone
Factory Reset iPhoneHow to Factory Reset your iPhone
Posted in these interests:
iphoneiphone
Explore
h/iphone 37 guides
appleapple
Explore
h/apple 59 guides
Apple Computers is an American computer and consumer electronics company founded by Steve Jobs and Steve Wozniak.
iosios
Explore
h/ios 32 guides
iOS is the mobile operating system used by the iPhone, iPad, and iPod Touch.
iphoneiphone
Explore
h/iphone 37 guides
Explore
appleapple
Explore
h/apple 59 guides
Apple Computers is an American computer and consumer electronics company founded by Steve Jobs and Steve Wozniak.
Explore
iosios
Explore
h/ios 32 guides
iOS is the mobile operating system used by the iPhone, iPad, and iPod Touch.
Explore
Discuss this guide:
We’re hiring!
Are you a passionate writer? We want to hear from you!
We’re hiring!
Are you a passionate writer? We want to hear from you!
View openings

Want to support Howchoo? When you buy a tool or material through one of our Amazon links, we earn a small commission as an Amazon Associate.

Donate

Raspberry Pi HQ Camera Telescope Takes Amazing Shot of Jupiter

This Raspberry Pi project takes us to the stars.
AshAsh Ash (362)
Nov 19, 2020
0

Some Raspberry Pi projects are absolutely out of this world—like John Kennedy’s Raspberry Pi camera telescope project! John’s telescope setup was shared on Twitter earlier this week with a stellar demo video.

Posted in these interests:
Howchoo NewsHowchoo News
h/news143 guides
h/pi253 guides

In perhaps one of the most extreme close-ups you can take in your backyard yard, John shared an amazing shot of Jupiter. The shot wouldn’t have been possible without the help of the Raspberry Pi HQ camera. This module has been a considerable upgrade to the original Pi Camera and has taken projects like these to a new level.

According to John, the telescope features automatic tracking that can be used to follow the gas giant but there may be ways to implement tracking using the Raspberry Pi instead.

Image Source: John KennedyImage Source: John Kennedy

Image Source: John Kennedy

How it works

The Raspberry Pi HQ camera attaches to the telescope directly, allowing full access to the telescope lens. As John explained, the setup is pretty much plug and play to get started

If you want to see the footage yourself or just want to know more about how it works, check out the full demonstration here.

Be sure to follow John Kennedy on Twitter for more exciting Pi projects!

Finally, retro gaming has arrived on the most powerful Raspberry Pi.
ZachZach Zach (248)
Jun 14, 2021
0

Nearly a year after the Raspberry Pi 4 was released, the RetroPie developers have officially added support for it in the form of an open, stable beta.

Follow @howchoo and learn cool things:

Are you a passionate writer? We’re hiring!

Write for Howchoo

Like what we do?

Donate

Want to support Howchoo? When you buy a tool or material through one of our Amazon links, we earn a small commission as an Amazon Associate.

How to Unlock Your AT&T, T-Mobile, Verizon, or Sprint Phone

It’s your phone and you need it now!
AshAsh Ash (362)
Nov 19, 2020
15 minutes

So you’ve got a fancy phone—way to go! No doubt that device in your pocket cost a pretty penny. It makes perfect sense that many of us want to keep our phones when we switch service providers. But how do you keep the same phone?

In short, you’ll need an unlock code to move the device over. The way to obtain this code varies between mobile service providers. In this guide, we’re covering how to unlock your phone for the biggest mobile carriers in the US.

Posted in these interests:
h/wireless • 21 guides
AT&TAT&T
h/att • 6 guides
h/tmobile • 3 guides

AT&T phones can be unlocked that meet these requirements to use with a different carrier. If your device is compatible, you can use the following steps to request an unlock code.

  • Choose “Unlock your device” on this AT&T page.
  • Fill out and submit the unlock code request form.
  • AT&T will send you an email to confirm your unlock code request.
  • Within two business days, you should receive an email with your unlock code.

More information can be found on AT&T’s website here.

Devices must meet requirements set by T-Mobile to be unlocked. Some of these requirements include:

  • The device must not be reported stolen
  • The account hosting the device must be in good standing
  • The device is an officially recognized T-Mobile device

For a complete list of requirements, visit the T-Mobile website here.

If your device is compatible, contact T-Mobile to request an unlock code here.

Verizon is one of the most relaxed carriers on this list. Many of their devices are already unlocked. If your mobile device isn’t, try using one of these default unlock codes:

If your device still won’t unlock, contact Verizon support directly for a new code. Read more about their unlock policy here.

Only devices that qualify can be unlocked by Sprint. Some of these requirements include:

  • The device must have been active for at least 50 days on the Sprint network
  • The associated account must be in “good standing”
  • The device has not been flagged as stolen or missing

You can find the complete list of requirements on Sprint’s website. If your device meets the necessary requirements, learn how to unlock your Sprint phone.

AshAsh Ash (362)
Nov 19, 2020
5 minutes

With any carrier, you can unlock a phone. Each carrier has its own requirements. Your AT&T phone might work with a different carrier.

How to Unlock Your AT&T, T-Mobile, Verizon, or Sprint Phone

It’s your phone and you need it now!
AshAsh Ash (362)
Nov 19, 2020
15 minutes

So you’ve got a fancy phone—way to go! No doubt that device in your pocket cost a pretty penny. It makes perfect sense that many of us want to keep our phones when we switch service providers. But how do you keep the same phone?

In short, you’ll need an unlock code to move the device over. The way to obtain this code varies between mobile service providers. In this guide, we’re covering how to unlock your phone for the biggest mobile carriers in the US.

Posted in these interests:
h/wireless • 21 guides
AT&TAT&T
h/att • 6 guides
h/tmobile • 3 guides

AT&T phones can be unlocked that meet these requirements to use with a different carrier. If your device is compatible, you can use the following steps to request an unlock code.

  • Choose “Unlock your device” on this AT&T page.
  • Fill out and submit the unlock code request form.
  • AT&T will send you an email to confirm your unlock code request.
  • Within two business days, you should receive an email with your unlock code.

More information can be found on AT&T’s website here.

Devices must meet requirements set by T-Mobile to be unlocked. Some of these requirements include:

  • The device must not be reported stolen
  • The account hosting the device must be in good standing
  • The device is an officially recognized T-Mobile device

For a complete list of requirements, visit the T-Mobile website here.

If your device is compatible, contact T-Mobile to request an unlock code here.

Verizon is one of the most relaxed carriers on this list. Many of their devices are already unlocked. If your mobile device isn’t, try using one of these default unlock codes:

If your device still won’t unlock, contact Verizon support directly for a new code. Read more about their unlock policy here.

Only devices that qualify can be unlocked by Sprint. Some of these requirements include:

  • The device must have been active for at least 50 days on the Sprint network
  • The associated account must be in “good standing”
  • The device has not been flagged as stolen or missing

You can find the complete list of requirements on Sprint’s website. If your device meets the necessary requirements, learn how to unlock your Sprint phone.

AshAsh Ash (362)
Nov 19, 2020
5 minutes

With any carrier, you can unlock a phone. Each carrier has its own requirements. Your AT&T phone might work with a different carrier.

 

How to Unlock Your AT&T, T-Mobile, Verizon, or Sprint Phone

It’s your phone and you need it now!
AshAsh Ash (362)
Nov 19, 2020
15 minutes

So you’ve got a fancy phone—way to go! No doubt that device in your pocket cost a pretty penny. It makes perfect sense that many of us want to keep our phones when we switch service providers. But how do you keep the same phone?

In short, you’ll need an unlock code to move the device over. The way to obtain this code varies between mobile service providers. In this guide, we’re covering how to unlock your phone for the biggest mobile carriers in the US.

Posted in these interests:
h/wireless • 21 guides
AT&TAT&T
h/att • 6 guides
h/tmobile • 3 guides

AT&T phones can be unlocked that meet these requirements to use with a different carrier. If your device is compatible, you can use the following steps to request an unlock code.

  • Choose “Unlock your device” on this AT&T page.
  • Fill out and submit the unlock code request form.
  • AT&T will send you an email to confirm your unlock code request.
  • Within two business days, you should receive an email with your unlock code.

More information can be found on AT&T’s website here.

Devices must meet requirements set by T-Mobile to be unlocked. Some of these requirements include:

  • The device must not be reported stolen
  • The account hosting the device must be in good standing
  • The device is an officially recognized T-Mobile device

For a complete list of requirements, visit the T-Mobile website here.

If your device is compatible, contact T-Mobile to request an unlock code here.

Verizon is one of the most relaxed carriers on this list. Many of their devices are already unlocked. If your mobile device isn’t, try using one of these default unlock codes:

If your device still won’t unlock, contact Verizon support directly for a new code. Read more about their unlock policy here.

Only devices that qualify can be unlocked by Sprint. Some of these requirements include:

  • The device must have been active for at least 50 days on the Sprint network
  • The associated account must be in “good standing”
  • The device has not been flagged as stolen or missing

You can find the complete list of requirements on Sprint’s website. If your device meets the necessary requirements, learn how to unlock your Sprint phone.

AshAsh Ash (362)
Nov 19, 2020
5 minutes

With any carrier, you can unlock a phone. Each carrier has its own requirements. Your AT&T phone might work with a different carrier.

How to Unlock Your AT&T, T-Mobile, Verizon, or Sprint Phone

It’s your phone and you need it now!
AshAsh Ash (362)
Nov 19, 2020
15 minutes

So you’ve got a fancy phone—way to go! No doubt that device in your pocket cost a pretty penny. It makes perfect sense that many of us want to keep our phones when we switch service providers. But how do you keep the same phone?

In short, you’ll need an unlock code to move the device over. The way to obtain this code varies between mobile service providers. In this guide, we’re covering how to unlock your phone for the biggest mobile carriers in the US.

Posted in these interests:
h/wireless • 21 guides
AT&TAT&T
h/att • 6 guides
h/tmobile • 3 guides

How to Unlock Your AT&T, T-Mobile, Verizon, or Sprint Phone

Unlock your phone for any carrier
It’s your phone and you need it now!
AshAsh Ash (362)
Nov 19, 2020
15 minutes
Ash
 
Posted in these interests:
h/wireless • 21 guides
AT&TAT&T
h/att • 6 guides
h/tmobile • 3 guides
Posted in these interests:
h/wireless • 21 guides
AT&TAT&T
h/att • 6 guides
h/tmobile • 3 guides
AT&T
Table of Contents

Jump to carrier:

  1. How to unlock an AT&T mobile device
  2. How to unlock a T-Mobile device
  3. How to unlock a Verizon mobile device
  4. How to unlock a Sprint mobile device
 
In these interests
h/wireless • 21 guides
AT&TAT&T
h/att • 6 guides
h/tmobile • 3 guides
h/wireless • 21 guides
AT&TAT&T
h/att • 6 guides
h/tmobile • 3 guides
AT&T

AT&T phones can be unlocked that meet these requirements to use with a different carrier. If your device is compatible, you can use the following steps to request an unlock code.

  • Choose “Unlock your device” on this AT&T page.
  • Fill out and submit the unlock code request form.
  • AT&T will send you an email to confirm your unlock code request.
  • Within two business days, you should receive an email with your unlock code.

More information can be found on AT&T’s website here.

AT&T phones can be unlocked that meet these requirements to use with a different carrier. If your device is compatible, you can use the following steps to request an unlock code.

  • Choose “Unlock your device” on this AT&T page.
  • Fill out and submit the unlock code request form.
  • AT&T will send you an email to confirm your unlock code request.
  • Within two business days, you should receive an email with your unlock code.

More information can be found on AT&T’s website here.

How to unlock an AT&T mobile device

Devices must meet requirements set by T-Mobile to be unlocked. Some of these requirements include:

  • The device must not be reported stolen
  • The account hosting the device must be in good standing
  • The device is an officially recognized T-Mobile device

For a complete list of requirements, visit the T-Mobile website here.

If your device is compatible, contact T-Mobile to request an unlock code here.

Devices must meet requirements set by T-Mobile to be unlocked. Some of these requirements include:

  • The device must not be reported stolen
  • The account hosting the device must be in good standing
  • The device is an officially recognized T-Mobile device

For a complete list of requirements, visit the T-Mobile website here.

If your device is compatible, contact T-Mobile to request an unlock code here.

How to unlock a T-Mobile device

Verizon is one of the most relaxed carriers on this list. Many of their devices are already unlocked. If your mobile device isn’t, try using one of these default unlock codes:

If your device still won’t unlock, contact Verizon support directly for a new code. Read more about their unlock policy here.

Verizon is one of the most relaxed carriers on this list. Many of their devices are already unlocked. If your mobile device isn’t, try using one of these default unlock codes:

If your device still won’t unlock, contact Verizon support directly for a new code. Read more about their unlock policy here.

How to unlock a Verizon mobile device

Only devices that qualify can be unlocked by Sprint. Some of these requirements include:

  • The device must have been active for at least 50 days on the Sprint network
  • The associated account must be in “good standing”
  • The device has not been flagged as stolen or missing

You can find the complete list of requirements on Sprint’s website. If your device meets the necessary requirements, learn how to unlock your Sprint phone.

Only devices that qualify can be unlocked by Sprint. Some of these requirements include:

  • The device must have been active for at least 50 days on the Sprint network
  • The associated account must be in “good standing”
  • The device has not been flagged as stolen or missing

You can find the complete list of requirements on Sprint’s website. If your device meets the necessary requirements, learn how to unlock your Sprint phone.

How to unlock a Sprint mobile device

How to Unlock a Sprint PhoneHow to Unlock a Sprint Phone How to Unlock a Sprint PhoneUse your Sprint phone with another carrier.
How to Unlock a Sprint Phone
AshAsh Ash (362)
Nov 19, 2020
5 minutes

With any carrier, you can unlock a phone. Each carrier has its own requirements. Your AT&T phone might work with a different carrier.

AshAsh Ash (362)
Nov 19, 2020
5 minutes

With any carrier, you can unlock a phone. Each carrier has its own requirements. Your AT&T phone might work with a different carrier.

NEXT UP
How to Unlock an AT&T Phone or Device
ATT unlock phone
AshAsh Ash (362)
Nov 19, 2020
5 minutes
Ash Continue reading
Share this guide!
RedditEmailTextPinterest
Ash's profile pictureAsh's profile pictureAsh
Joined in 2018 362 guides
Ash is an experienced tech writer with an endless passion for technology. She enjoys retro gaming, 3D printing, and making awesome projects on the Raspberry Pi.
Ash's profile picture
Related to this guide:
ATT unlock phoneATT unlock phone
With any carrier, you can unlock a phone. Each carrier has its own requirements. Your AT&T phone might work with a different carrier.
In these interests: attwireless
Unlock T-Mobile PhoneUnlock T-Mobile Phone
Unlock your T-Mobile phone for a different carrier.
In these interests: tmobilewireless
Unlock Verizon PhoneUnlock Verizon Phone
Use your Verizon phone with any carrier.
In these interests: wirelessverizon
ATT unlock phoneATT unlock phone
With any carrier, you can unlock a phone. Each carrier has its own requirements. Your AT&T phone might work with a different carrier.
In these interests: attwireless
Ash's profile pictureView guide
In these interests: attwireless
attwireless
Unlock T-Mobile PhoneUnlock T-Mobile Phone
Unlock your T-Mobile phone for a different carrier.
In these interests: tmobilewireless
Ash's profile pictureView guide
In these interests: tmobilewireless
tmobilewireless
Unlock Verizon PhoneUnlock Verizon Phone
Use your Verizon phone with any carrier.
In these interests: wirelessverizon
Ash's profile pictureView guide
In these interests: wirelessverizon
wirelessverizon
People also read:
How to Unlock an iPhone and Use it with New CarriersHow to Unlock an iPhone and Use it with New Carriers
Unlock your iPhone to switch carriers!
alternatives to whatsapp and telegramalternatives to whatsapp and telegram
Whatsapp messenger alternatives that are secure and private!
Free Disney+Free Disney+
Watch your favorite Disney movies for free.
how to create a google dochow to create a google doc
We’ll show you how to get started on any device.
Rename iPhoneRename iPhone
Keep Reading To Rename Your iPhone in Few Moments!
How to Unlock an iPhone and Use it with New CarriersHow to Unlock an iPhone and Use it with New Carriers
Unlock your iPhone to switch carriers!
alternatives to whatsapp and telegramalternatives to whatsapp and telegram
Whatsapp messenger alternatives that are secure and private!
Free Disney+Free Disney+
Watch your favorite Disney movies for free.
how to create a google dochow to create a google doc
We’ll show you how to get started on any device.
Rename iPhoneRename iPhone
Keep Reading To Rename Your iPhone in Few Moments!
How to Unlock an iPhone and Use it with New CarriersHow to Unlock an iPhone and Use it with New Carriers
How to Unlock an iPhone and Use it with New CarriersHow to Unlock an iPhone and Use it with New Carriers
alternatives to whatsapp and telegramalternatives to whatsapp and telegram
alternatives to whatsapp and telegramThe Best Secure and Private Instant Messeger Alternatives to WhatsApp
Free Disney+Free Disney+
Free Disney+How to Get Disney+ for Free
how to create a google dochow to create a google doc
how to create a google docHow to Create a Google Doc on Your Phone or Computer
Rename iPhoneRename iPhone
Rename iPhoneHow to Rename iPhone: Quick Steps To Follow!
Blockchain Decentralized Cloud StorageBlockchain Decentralized Cloud Storage
Blockchain Decentralized Cloud StorageInternxt, Sia, Storj: Blockchain Decentralized Cloud Storage
Unlock Sprint PhoneUnlock Sprint Phone
Unlock Sprint PhoneHow to Unlock a Sprint Phone
How to unlock your iPhone the old way in iOS 10
iPhone passcodeiPhone passcode
iPhone passcodeChange Passcode on iPhone if Forgotten: Follow Simple Steps
messenger kids codesmessenger kids codes
messenger kids codesHow to Add Friends Using Codes on Messenger Kids
Posted in these interests:
wirelesswireless
Explore
h/wireless • 21 guides
AT&TAT&T
Explore
h/att • 6 guides
tmobiletmobile
Explore
h/tmobile • 3 guides
wirelesswireless
Explore
h/wireless • 21 guides
Explore
AT&TAT&T
Explore
h/att • 6 guides
Explore
tmobiletmobile
Explore
h/tmobile • 3 guides
Explore
Discuss this guide!
Discover interesting things!
Explore Howchoo’s most popular interests.
Explore

Follow @howchoo and learn cool things:

Are you a passionate writer? We’re hiring!

Write for Howchoo

Like what we do?

Donate

Want to support Howchoo? When you buy a tool or material through one of our Amazon links, we earn a small commission as an Amazon Associate.

Write for HowchooDonate

How to Create a Virtual Machine on Windows 10

Let’s get virtual.
AshAsh Ash (362)
Nov 19, 2020
20 minutes

Virtual machines are incredibly useful for testing software, troubleshooting computer issues, and just experimenting for fun. Windows 10 users have a few options when it comes to creating virtual machines. You can use the official Hyper-V software from Microsoft or use third-party applications.

If you want to use Hyper-V, make sure your edition of Windows 10 is compatible and updated to version 1709. You can check out our guide on how to verify your version of Windows for help finding this information.

Windows 10 PC ×1

Howchoo is reader-supported. As an Amazon Associate, we may earn a small affiliate commission at no cost to you when you buy through our links.

Install Hyper-VInstall Hyper-V

Hyper-V can only be installed on Windows 10 Pro, Education, and Enterprise editions. If you have Windows 10 Home, you won’t be able to use Hyper-V and need to use a third-party application instead. You will need at least 4 GB of RAM and a 64-bit processor to run a Hyper-V virtual machine.

  1. Open the Start Menu, search for Apps and Features, then select it.
  2. Scroll until you see Programs and Features under Related Settings.
  3. On the left-hand menu, choose Turn Windows Features on or off.
  4. Check the box for Hyper-V then click OK.
  5. Restart your machine.
Hyper-VHyper-V

Creating a virtual machine in Hyper-V is thankfully rather straightforward.

  1. Launch Hyper-V.
  2. Select the operating system you want to run from the list. You can also choose the option to use a local installation source to use a custom OS file.
  3. Choose Create Virtual Machine.

If you can’t make use of Hyper-V, you can always try third-party VM software. Here are a few popular applications to consider in your research.

  1. VirtualBox – This virtual machine platform is maintained by Oracle.
  2. VMWare Workstation – You can use the free version for personal use or upgrade to the paid Pro edition.
  3. Qemu – This VM software has a stronger learning curve but may provide the tools you need to create a virtual machine.

Not every project is going to go smoothly. Here are a few common issues and what you can do to start troubleshooting them.

Storage space

Make sure you have enough available space on your actual hard drive to make room for the virtual one. If you don’t have enough space, you won’t be able to create or run the VM.

Hardware requirements

Make sure your computer meets all of the necessary requirements to run the VM software. You can verify the Hyper-V requirements in more detail on the Microsoft website.

Custom image issues

If you’re using a custom image and having issues, try redownloading the file. It may be helpful to test it on third-party VM software to make sure the issue isn’t isolated to the operating system file.

Nov 19, 2020
20 minutes

If you are using Windows on your PC, it may be easier to code or program by running Linux or another Unix-based operating system alongside Windows.

How to Create a Virtual Machine on Windows 10

Let’s get virtual.
AshAsh Ash (362)
Nov 19, 2020
20 minutes

Virtual machines are incredibly useful for testing software, troubleshooting computer issues, and just experimenting for fun. Windows 10 users have a few options when it comes to creating virtual machines. You can use the official Hyper-V software from Microsoft or use third-party applications.

If you want to use Hyper-V, make sure your edition of Windows 10 is compatible and updated to version 1709. You can check out our guide on how to verify your version of Windows for help finding this information.

Windows 10 PC ×1

Howchoo is reader-supported. As an Amazon Associate, we may earn a small affiliate commission at no cost to you when you buy through our links.

Install Hyper-VInstall Hyper-V

Hyper-V can only be installed on Windows 10 Pro, Education, and Enterprise editions. If you have Windows 10 Home, you won’t be able to use Hyper-V and need to use a third-party application instead. You will need at least 4 GB of RAM and a 64-bit processor to run a Hyper-V virtual machine.

  1. Open the Start Menu, search for Apps and Features, then select it.
  2. Scroll until you see Programs and Features under Related Settings.
  3. On the left-hand menu, choose Turn Windows Features on or off.
  4. Check the box for Hyper-V then click OK.
  5. Restart your machine.
Hyper-VHyper-V

Creating a virtual machine in Hyper-V is thankfully rather straightforward.

  1. Launch Hyper-V.
  2. Select the operating system you want to run from the list. You can also choose the option to use a local installation source to use a custom OS file.
  3. Choose Create Virtual Machine.

If you can’t make use of Hyper-V, you can always try third-party VM software. Here are a few popular applications to consider in your research.

  1. VirtualBox – This virtual machine platform is maintained by Oracle.
  2. VMWare Workstation – You can use the free version for personal use or upgrade to the paid Pro edition.
  3. Qemu – This VM software has a stronger learning curve but may provide the tools you need to create a virtual machine.

Not every project is going to go smoothly. Here are a few common issues and what you can do to start troubleshooting them.

Storage space

Make sure you have enough available space on your actual hard drive to make room for the virtual one. If you don’t have enough space, you won’t be able to create or run the VM.

Hardware requirements

Make sure your computer meets all of the necessary requirements to run the VM software. You can verify the Hyper-V requirements in more detail on the Microsoft website.

Custom image issues

If you’re using a custom image and having issues, try redownloading the file. It may be helpful to test it on third-party VM software to make sure the issue isn’t isolated to the operating system file.

Nov 19, 2020
20 minutes

If you are using Windows on your PC, it may be easier to code or program by running Linux or another Unix-based operating system alongside Windows.

 
1

How to Create a Virtual Machine on Windows 10

Let’s get virtual.
AshAsh Ash (362)
Nov 19, 2020
20 minutes

Virtual machines are incredibly useful for testing software, troubleshooting computer issues, and just experimenting for fun. Windows 10 users have a few options when it comes to creating virtual machines. You can use the official Hyper-V software from Microsoft or use third-party applications.

If you want to use Hyper-V, make sure your edition of Windows 10 is compatible and updated to version 1709. You can check out our guide on how to verify your version of Windows for help finding this information.

Windows 10 PC ×1

Howchoo is reader-supported. As an Amazon Associate, we may earn a small affiliate commission at no cost to you when you buy through our links.

Install Hyper-VInstall Hyper-V

Hyper-V can only be installed on Windows 10 Pro, Education, and Enterprise editions. If you have Windows 10 Home, you won’t be able to use Hyper-V and need to use a third-party application instead. You will need at least 4 GB of RAM and a 64-bit processor to run a Hyper-V virtual machine.

  1. Open the Start Menu, search for Apps and Features, then select it.
  2. Scroll until you see Programs and Features under Related Settings.
  3. On the left-hand menu, choose Turn Windows Features on or off.
  4. Check the box for Hyper-V then click OK.
  5. Restart your machine.
Hyper-VHyper-V

Creating a virtual machine in Hyper-V is thankfully rather straightforward.

  1. Launch Hyper-V.
  2. Select the operating system you want to run from the list. You can also choose the option to use a local installation source to use a custom OS file.
  3. Choose Create Virtual Machine.

If you can’t make use of Hyper-V, you can always try third-party VM software. Here are a few popular applications to consider in your research.

  1. VirtualBox – This virtual machine platform is maintained by Oracle.
  2. VMWare Workstation – You can use the free version for personal use or upgrade to the paid Pro edition.
  3. Qemu – This VM software has a stronger learning curve but may provide the tools you need to create a virtual machine.

Not every project is going to go smoothly. Here are a few common issues and what you can do to start troubleshooting them.

Storage space

Make sure you have enough available space on your actual hard drive to make room for the virtual one. If you don’t have enough space, you won’t be able to create or run the VM.

Hardware requirements

Make sure your computer meets all of the necessary requirements to run the VM software. You can verify the Hyper-V requirements in more detail on the Microsoft website.

Custom image issues

If you’re using a custom image and having issues, try redownloading the file. It may be helpful to test it on third-party VM software to make sure the issue isn’t isolated to the operating system file.

Nov 19, 2020
20 minutes

If you are using Windows on your PC, it may be easier to code or program by running Linux or another Unix-based operating system alongside Windows.

How to Create a Virtual Machine on Windows 10

Let’s get virtual.
AshAsh Ash (362)
Nov 19, 2020
20 minutes

Virtual machines are incredibly useful for testing software, troubleshooting computer issues, and just experimenting for fun. Windows 10 users have a few options when it comes to creating virtual machines. You can use the official Hyper-V software from Microsoft or use third-party applications.

If you want to use Hyper-V, make sure your edition of Windows 10 is compatible and updated to version 1709. You can check out our guide on how to verify your version of Windows for help finding this information.

Windows 10 PC ×1

Howchoo is reader-supported. As an Amazon Associate, we may earn a small affiliate commission at no cost to you when you buy through our links.

How to Create a Virtual Machine on Windows 10

Virtual Machine Windows 10
Let’s get virtual.
AshAsh Ash (362)
Nov 19, 2020
20 minutes
Ash
 
1
How to Check Your Version of WindowsHow to Check Your Version of Windows How to Check Your Version of WindowsYou’re running Windows what?
How to Check Your Version of Windows
Windows 10 PC ×1

Howchoo is reader-supported. As an Amazon Associate, we may earn a small affiliate commission at no cost to you when you buy through our links.

Windows 10 PC ×1
Table of Contents

Jump to step:

  1. Install Hyper-V
  2. Set up a virtual machine
  3. Third-party VM software
  4. Troubleshooting
 
1
In these interests
h/windows • 45 guides
PCPC
h/pc • 29 guides
h/windows • 45 guides
PCPC
h/pc • 29 guides
PC
Install Hyper-VInstall Hyper-V

Hyper-V can only be installed on Windows 10 Pro, Education, and Enterprise editions. If you have Windows 10 Home, you won’t be able to use Hyper-V and need to use a third-party application instead. You will need at least 4 GB of RAM and a 64-bit processor to run a Hyper-V virtual machine.

  1. Open the Start Menu, search for Apps and Features, then select it.
  2. Scroll until you see Programs and Features under Related Settings.
  3. On the left-hand menu, choose Turn Windows Features on or off.
  4. Check the box for Hyper-V then click OK.
  5. Restart your machine.
Install Hyper-VInstall Hyper-V

Hyper-V can only be installed on Windows 10 Pro, Education, and Enterprise editions. If you have Windows 10 Home, you won’t be able to use Hyper-V and need to use a third-party application instead. You will need at least 4 GB of RAM and a 64-bit processor to run a Hyper-V virtual machine.

  1. Open the Start Menu, search for Apps and Features, then select it.
  2. Scroll until you see Programs and Features under Related Settings.
  3. On the left-hand menu, choose Turn Windows Features on or off.
  4. Check the box for Hyper-V then click OK.
  5. Restart your machine.

Install Hyper-V

Install Hyper-V
Hyper-VHyper-V

Creating a virtual machine in Hyper-V is thankfully rather straightforward.

  1. Launch Hyper-V.
  2. Select the operating system you want to run from the list. You can also choose the option to use a local installation source to use a custom OS file.
  3. Choose Create Virtual Machine.
Hyper-VHyper-V

Creating a virtual machine in Hyper-V is thankfully rather straightforward.

  1. Launch Hyper-V.
  2. Select the operating system you want to run from the list. You can also choose the option to use a local installation source to use a custom OS file.
  3. Choose Create Virtual Machine.

Set up a virtual machine

Hyper-V

If you can’t make use of Hyper-V, you can always try third-party VM software. Here are a few popular applications to consider in your research.

  1. VirtualBox – This virtual machine platform is maintained by Oracle.
  2. VMWare Workstation – You can use the free version for personal use or upgrade to the paid Pro edition.
  3. Qemu – This VM software has a stronger learning curve but may provide the tools you need to create a virtual machine.

If you can’t make use of Hyper-V, you can always try third-party VM software. Here are a few popular applications to consider in your research.

  1. VirtualBox – This virtual machine platform is maintained by Oracle.
  2. VMWare Workstation – You can use the free version for personal use or upgrade to the paid Pro edition.
  3. Qemu – This VM software has a stronger learning curve but may provide the tools you need to create a virtual machine.

Third-party VM software

Not every project is going to go smoothly. Here are a few common issues and what you can do to start troubleshooting them.

Storage space

Make sure you have enough available space on your actual hard drive to make room for the virtual one. If you don’t have enough space, you won’t be able to create or run the VM.

Hardware requirements

Make sure your computer meets all of the necessary requirements to run the VM software. You can verify the Hyper-V requirements in more detail on the Microsoft website.

Custom image issues

If you’re using a custom image and having issues, try redownloading the file. It may be helpful to test it on third-party VM software to make sure the issue isn’t isolated to the operating system file.

Not every project is going to go smoothly. Here are a few common issues and what you can do to start troubleshooting them.

Storage space

Make sure you have enough available space on your actual hard drive to make room for the virtual one. If you don’t have enough space, you won’t be able to create or run the VM.

Hardware requirements

Make sure your computer meets all of the necessary requirements to run the VM software. You can verify the Hyper-V requirements in more detail on the Microsoft website.

Custom image issues

If you’re using a custom image and having issues, try redownloading the file. It may be helpful to test it on third-party VM software to make sure the issue isn’t isolated to the operating system file.

Troubleshooting

Nov 19, 2020
20 minutes

If you are using Windows on your PC, it may be easier to code or program by running Linux or another Unix-based operating system alongside Windows.

Nov 19, 2020
20 minutes

If you are using Windows on your PC, it may be easier to code or program by running Linux or another Unix-based operating system alongside Windows.

NEXT UP
How to Set Up Linux on Your PC Using a Virtual Machine
How to Set Up Linux on Your PC Using a Virtual Machine
Nov 19, 2020
20 minutes
Catherine Continue reading
Share this guide!
RedditEmailTextPinterest
Ash's profile pictureAsh's profile pictureAsh
Joined in 2018 362 guides
Ash is an experienced tech writer with an endless passion for technology. She enjoys retro gaming, 3D printing, and making awesome projects on the Raspberry Pi.
Ash's profile picture
Related to this guide:
How to Set Up Linux on Your PC Using a Virtual MachineHow to Set Up Linux on Your PC Using a Virtual Machine
If you are using Windows on your PC, it may be easier to code or program by running Linux or another Unix-based operating system alongside Windows.
In these interests: linuxvirtualboxwindows
Windows 11 Virtual DesktopWindows 11 Virtual Desktop
With remote work becoming a more standard form of full-time employment, digital organization is becoming more and more essential.
In these interests: microsoftwindows
Which Version of Windows Do I HaveWhich Version of Windows Do I Have
You’re running Windows what?
In these interests: pcwindows
How to Set Up Linux on Your PC Using a Virtual MachineHow to Set Up Linux on Your PC Using a Virtual Machine
If you are using Windows on your PC, it may be easier to code or program by running Linux or another Unix-based operating system alongside Windows.
In these interests: linuxvirtualboxwindows
Catherine's profile pictureView guide
In these interests: linuxvirtualboxwindows
linuxvirtualboxwindows
Windows 11 Virtual DesktopWindows 11 Virtual Desktop
With remote work becoming a more standard form of full-time employment, digital organization is becoming more and more essential.
In these interests: microsoftwindows
Jamie's profile pictureView guide
In these interests: microsoftwindows
microsoftwindows
Which Version of Windows Do I HaveWhich Version of Windows Do I Have
You’re running Windows what?
In these interests: pcwindows
Ash's profile pictureView guide
In these interests: pcwindows
pcwindows
People also read:
Partitions for you—on demand.
Map Network Drive Windows 10Map Network Drive Windows 10
Save your network shares for later.
My four favorite methods.
Windows 10 Bootable USBWindows 10 Bootable USB
Recover your PC with a Windows 10 flash drive.
Stop Updates on Windows 10Stop Updates on Windows 10
Postpone or halt your Windows 10 updates.
VPN from Windows 10VPN from Windows 10
Learn how to connect to your work or private VPN on Windows.
Enable Remote Access Windows 10Enable Remote Access Windows 10
Work from home when you’re not at home.
Raspberry Pi VPNRaspberry Pi VPN
Create your own Raspberry Pi OpenVPN server.
Partitions for you—on demand.
Map Network Drive Windows 10Map Network Drive Windows 10
Save your network shares for later.
My four favorite methods.
Windows 10 Bootable USBWindows 10 Bootable USB
Recover your PC with a Windows 10 flash drive.
How to Upgrade to Windows 10How to Upgrade to Windows 10
How to Upgrade to Windows 10How to Upgrade to Windows 10 from Windows 7, 8, and Vista
How to partition a hard drive on Windows
Map Network Drive Windows 10Map Network Drive Windows 10
Map Network Drive Windows 10How to Map a Network Drive on Windows 10
How to Run Android Apps in Windows 10
Windows 10 Bootable USBWindows 10 Bootable USB
Windows 10 Bootable USBHow to make a Windows 10 Bootable USB Drive
Stop Updates on Windows 10Stop Updates on Windows 10
Postpone or halt your Windows 10 updates.
VPN from Windows 10VPN from Windows 10
Learn how to connect to your work or private VPN on Windows.
Enable Remote Access Windows 10Enable Remote Access Windows 10
Work from home when you’re not at home.
Raspberry Pi VPNRaspberry Pi VPN
Create your own Raspberry Pi OpenVPN server.
Stop Updates on Windows 10Stop Updates on Windows 10
Stop Updates on Windows 10How to Stop Updates on Windows 10
VPN from Windows 10VPN from Windows 10
VPN from Windows 10Windows VPN Setup: How to VPN from Home in Windows
Enable Remote Access Windows 10Enable Remote Access Windows 10
Enable Remote Access Windows 10How to Enable Remote Access on Windows 10
Uninstall programs on Windows 10Uninstall programs on Windows 10
Uninstall programs on Windows 10How to Uninstall Programs on Windows 10
Raspberry Pi VPNRaspberry Pi VPN
Raspberry Pi VPNHow to Build Your Own Raspberry Pi VPN
Posted in these interests:
windowswindows
Explore
h/windows • 45 guides
PCPC
Explore
h/pc • 29 guides
windowswindows
Explore
h/windows • 45 guides
Explore
PCPC
Explore
h/pc • 29 guides
Explore
Discuss this guide!
Discover interesting things!
Explore Howchoo’s most popular interests.
Explore

Follow @howchoo and learn cool things:

Are you a passionate writer? We’re hiring!

Write for Howchoo

Like what we do?

Donate

Want to support Howchoo? When you buy a tool or material through one of our Amazon links, we earn a small commission as an Amazon Associate.

Write for HowchooDonate

3D Printing Takes Us One Step Closer to Mars!

NASA scientists test 3D printers for use on the red planet.
Michael Michael (115)
0
Updated: November 19th, 2020

Imagine

In the new colony, the colonists will be able to 3D print various things that they will need—even homes.

The year is 2060 A.D. The volunteers to go establish the first colony on Mars wave to the TV cameras, and people everywhere cheer. NASA scientists assure the public that everything will just fine, due to the series of outposts set up along the way where our colonists can 3D print any needed materials or supplies. In the new colony, the colonists will be able to 3D print various things that they will need—even homes.

Sound like a science fiction novel?

In all likelihood, that future is due to arrive much sooner than we think.

Posted in these interests:
h/3dprinting67 guides
h/space5 guides
h/nasa4 guides
3D Printed Space Part3D Printed Space Part

NASA scientists are experimenting with a process known as Additive Manufacturing. Essentially, this means that scientists want to be able to create custom metal parts on the go without the need for a full workshop setup. They also hope that the customization, in terms of ingredients, will allow them to adjust parts for various weather conditions on different planets, like Mars.

See the NASA 3D printer in action:

They have already 3D printed 11 metal parts that they sent aboard the NASA rover, Perserverance, which is scheduled to arrive on Mars in 2021. They’re hoping to test these parts as “secondary structures,” which will not ruin the whole mission should they not work. You can learn more about the specific parts and structures that they will be testing on Mars, by reading the full NASA article here.

Long term implications

NASA already has plans to establish a permanent human presence on or near the Moon by 2024. The hope is that, should NASA be able to use 3D printers to print…well…just about anything, then it makes the likelihood of launching a Phase 2 mission from the Moon to Mars a reality.

We’re going to have to wait and see, of course. But it’s definitely a cool time to be alive!

If you want to learn more about 3D printing, check out our 3D Printing FAQs.

We’re hiring!
Are you a passionate writer? We want to hear from you!

Want to support Howchoo? When you buy a tool or material through one of our Amazon links, we earn a small commission as an Amazon Associate.