Geeks in Phoenix

Geek Blog


How to create a secure environment with Windows Sandbox

In an age where cybersecurity threats are constantly evolving, creating a secure environment to test applications or run risky software is essential. Windows Sandbox provides a lightweight virtual machine that allows you to run untrusted applications in isolation. In this article we will show you how to create a secure environment with Windows Sandbox.

How to create a secure environment with Windows Sandbox

Before diving into the setup process, it's important to understand what Windows Sandbox is. Essentially, it is a temporary, lightweight, and isolated desktop environment that allows you to run software without fear of affecting your primary operating system.

Windows Sandbox is designed for testing, not for running mission-critical apps or for long-term use. The changes made in the Windows Sandbox environment are discarded once the sandbox is closed, ensuring that your primary system remains unaffected.

System requirements

To use Windows Sandbox, ensure your system meets the following prerequisites:

  • Windows version: Professional or Enterprise versions of Windows (10/11). The Home version is not supported.
  • Virtualization support: Your PC needs to have virtualization enabled in the BIOS/UEFI settings. Most modern CPUs support this feature (Intel VT-x or AMD-V).
  • RAM: At least 4 GB of RAM is required, but 8 GB is recommended for performance.
  • CPU: A minimum of two (2) cores is needed, with a 64-bit processor.
  • Disk space: At least 1 GB of free disk space is required.

Enabling Windows Sandbox

To get started, you need to enable Windows Sandbox on your system using the Control Panel:

  1. Open a Run dialog box by pressing the Windows logo key Windows logo key + R, type Control, and then left-click on OK to bring up the Control Panel.
  2. Left-click on either Programs (category view) and then Programs and Features or Programs and Features (large/small icons view).
  3. In the left column, left-click on Turn Windows features on or off.
  4. The Windows Features dialog box will appear. Scroll down the list, place a check mark next to Windows Sandbox,
    Windows Features dialog box with Windows Sandbox selected
    and then left-click OK. Windows will then install the required files for Windows Sandbox.

You may need to restart your computer for the changes to take effect.

Launching Windows Sandbox

Once the installation is complete, you can launch Windows Sandbox:

  1. Left-click on the Start Windows logo key button to bring up the Start menu.
  2. In the upper right-hand corner of the Start menu, left-click on All apps.
  3. Scroll down the list of programs and left-click on Windows Sandbox.

After a brief loading period, you will see a clean Windows desktop, similar to your primary system but in a contained environment.

Customizing Windows Sandbox

While Windows Sandbox operates perfectly out of the box, there are ways to customize it to fit your needs. You can create a configuration file that enables features such as clipboard sharing, folder sharing, and more.

  1. Create a configuration file: Use a simple text editor to create a configuration file with the extension .wsb. Here’s a sample XML configuration file:
    <Configuration>
    <Networking>enable</Networking>
    <Clipboard>enable</Clipboard>
    <MappedFolders>
    <MappedFolder>
    <HostFolder>C:\Users\YourUsername\Folder</HostFolder>
    <SandboxFolder>C:\Users\YourUsername\Desktop\Folder</SandboxFolder>
    <ReadOnly>true</ReadOnly>
    </MappedFolder>
    </MappedFolders>
    </Configuration>
  2. Save the file: Save it with a .wsb extension so you can double-click it to launch the Windows Sandbox with your desired settings.

For more detailed information on configuring Windows Sandbox, please refer to the following article.

Use and configure Windows Sandbox

Using Windows Sandbox securely

  • Transfer Files: You can transfer files to the sandbox by copying them from your primary system. If you have set up folder mappings, this process becomes easier.
  • Testing Applications: Download or install the software you wish to test. Since the environment is isolated, any malware or viruses will not affect your primary OS.
  • Internet Access: Windows Sandbox has internet access by default, allowing you to test various online applications safely.

Closing Windows Sandbox

When you are finished, simply close the Windows Sandbox window. All data, applications, and changes made during the session will be discarded, ensuring your primary operating system remains untarnished.

Benefits of Using Windows Sandbox

  • Isolation: Applications run in a completely isolated environment, preventing them from interacting with the host OS.
  • No permanent changes: All changes made in the Windows Sandbox are temporary and discarded when the sandbox is closed.
  • Easy setup: It’s easy to enable and use without needing complex configurations.
  • Cost-effective: It eliminates the need for third-party virtual machines or additional software.

Limitations

While Windows Sandbox is powerful, it does have some limitations. It does not support running 32-bit applications on 64-bit Windows, and you cannot run multiple instances concurrently. Additionally, it is not intended for long-term usage or permanent installations of applications.

In conclusion, Windows Sandbox is an effective tool for creating a secure environment on Windows. By following the steps outlined, you can safely test applications and explore various software without compromising your primary system’s integrity. This feature exemplifies built-in security measures that make Windows not just a powerful operating system but also a secure one for both personal and professional use.

What is the Extended Security Updates program for Windows 10

I have been getting a lot of questions about what somebody can do if their computer is not compatible with Windows 11, but they are not ready to get a new computer. Microsoft offers a program that provides essential security updates for Windows 10 after its end-of-life date (10/14/2025). Let's take a look at the Extended Security Updates (ESU) program for Windows 10.

The Extended Security Updates (ESU) program was originally introduced by Microsoft for businesses that require more time to transition from an older version of Windows to a newer one. With Windows 10, they have also opened up the ESU program to consumers.

Both versions of the program, whether for consumers or corporations, require Windows 10, version 22H2. What version of the ESU program you can enroll in depends on the type of license you have for Windows 10. Windows 10 Home devices can only choose the Consumer version. Here is a breakdown of the two (2) different versions of the ESU program.

Consumer

  • ESU license can be used on up to 10 devices.
  • Only has one year of support.
  • $30.

Corporate

  • ESU license can be used on only one device.
  • Can have up to three years of support.
  • $61 for the first year, with the price doubling every consecutive year.

For more information on the Extended Security Updates program for Windows 10, follow the links below.

ESU for Consumers

ESU for Corporations

How to install and manage fonts in Windows

Fonts are essential for designing and presenting text for documents, presentations, or creative projects. Windows offers an efficient way to install and manage fonts, allowing users to customize their text according to their preferences. This guide will help you install new fonts and manage them effectively in Windows.

Now, I have been using custom fonts for decades. My first experience with custom fonts was when I purchased a font collection when I purchased my first Windows 95 upgrade (the day it was released (8/24/95)).

I have had to duplicate the CD several times, but still have access to all fonts. I will use some of them as examples for this article. Along with fonts you can download/purchase, you can also create your own fonts using the Private Character Editor.

Downloading Fonts

The first step is to acquire the fonts you wish to install. Fonts can be downloaded from various sources online, including:

  • Official Font Websites: Websites like Google Fonts and Adobe Fonts provide many free and premium fonts.
  • Font Marketplaces: Platforms such as MyFonts and Fontspring offer a wide range of commercial fonts for purchase.
  • Free Font Repositories: Sites like DaFont or 1001 Free Fonts offer a variety of free fonts, although users should check the licensing agreements.

After selecting your desired font, download it in a compatible format, typically TTF (TrueType Font) or OTF (OpenType Font).

Installing Fonts

Once the font file is downloaded, the installation process in Windows is straightforward:

  1. Go to your Downloads folder or the directory where the font file was saved.
  2. Right-click on the font file(s) and select Install from the context menu.
    The right-click context menu for fonts in Windows
    This will install the font system-wide, making it available to all applications. If you want to install the font for the current user only, choose Install for all users. This requires administrative rights. You can also install fonts through the Settings app. Open Settings by pressing the Windows logo key Windows logo key + I, then navigate to Personalization > Fonts.
    The drag and drop font install box inside of the Settings app
    Drag and drop the font file directly into this area to install it.

Verifying Font Installation

After installation, it's important to verify that the font has been correctly added:

1. Open a word processing application (like Microsoft Word or OpenOffice).
2. Open the font selection menu and scroll through the list to confirm your newly installed font appears there.
3. If it does, you are ready to use the font in your projects.

Managing Fonts in Windows

Managing fonts is just as crucial as installing them, especially when it comes to keeping your font library organized and optimized. Here are some tips on font management:

  • Accessing Installed Fonts: To see all installed fonts, go to Settings > Personalization > Fonts. Here, you can view all your installed fonts.
  • Previewing Fonts: Click on any font from the list to see a detailed preview, including sample text and a character map.
  • Deleting Unwanted Fonts: If you find that certain fonts are no longer needed, you can remove them easily. Click on the three (3) horizontal dots in the upper right-hand corner of the font in the Fonts settings and select Uninstall.
  • Using Font Management Software: For users who work with many fonts, consider using specialized font management software like NexusFont or FontBase. These applications provide advanced options for organizing, previewing, and activating or deactivating fonts as needed.

Tips for Using Fonts

  • Test Before Using: If you're unsure about how a font looks in your project, always test it in a word processor like Microsoft Word or a presentation program like PowerPoint to see how it fits with your overall layout.
  • Watch for License Restrictions: Some fonts come with specific usage restrictions. Always check the licensing agreements to ensure you are complying with the terms, especially for commercial projects.
  • Backup Your Fonts: Occasionally, creating a backup of your font library is a good idea, especially if you have invested in premium fonts.

Conclusion

Installing and managing fonts in Windows is a simple yet powerful way to personalize your documents and creative endeavors. Following the steps outlined above, you can easily expand and control your font library, ensuring you have the right typography for every project. With the growing number of online font resources, the possibilities for enhancing your work with unique fonts are virtually limitless.

How to check your laptop battery health in Windows

As laptop users, we must monitor our battery health to ensure optimal performance and longevity. Windows provides built-in tools to help monitor and check the health of your laptop battery. In this article, we'll explore the various methods available to check your laptop battery health in Windows.

There are two different ways of finding the laptop battery information inside Windows. You can get the essential information from inside the Settings app, but creating a battery report is the way to go for more detail.

Using the Settings app for the laptop battery information

The battery information inside of the Settings app

Windows offers a simple way to check your laptop battery health directly from the Settings app. Here's how to do it:

Windows 11

  1. Open the Settings app by left-clicking on the Start Windows logo button and selecting the Settings app (gear icon), or press the Windows logo key Windows logo + I on your keyboard.
  2. In the left-hand column of the Settings app, left-click on System.
  3. In the right-hand column, select Battery.
  4. Inside the Battery section, you will find information about your battery's health, including the current status and estimated battery life. You can also adjust power settings and battery usage preferences from this section.

Windows 10

  1. Open the Settings app by left-clicking on the Start Windows logo button and selecting Settings (gear icon), or press the Windows logo key Windows logo + I on your keyboard.
  2. In the Settings app, left-click on System.
  3. In the right-hand column, select Battery.
  4. Inside the Battery section, you will find information about your battery's health, including the current status and estimated battery life. You can also adjust power settings and battery usage preferences from this section.

Creating a laptop battery report using an Admin Command Prompt / PowerShell

The battery information inside of the battery report

Windows has a built-in feature allowing you to generate a battery report, providing detailed information about your laptop's battery health and usage. Here's how to create a battery report using an Administrative Command Prompt / Administrative PowerShell.

Windows 11

  1. Left-click on the Start Windows logo button to bring up the Start menu.
  2. In the upper right-hand corner of the Start menu, left-click on All apps.
  3. Scroll down the list of programs and left-click on Windows Tools.
  4. Left-click on Command Prompt.
  5. At the prompt, type the following command and press Enter:
    powercfg /batteryreport /output "C:\battery_report.html"
  6. Once you run the command, navigate to the C:\ directory on your computer, and you should find a file named battery_report.html. Open this file in your web browser to view the battery report.

or

  1. Right-click on the Start Windows logo button to bring up the Power User menu.
  2. Left-click on Terminal.
  3. At the prompt, type the following command and press Enter:
    powercfg /batteryreport /output "C:\battery_report.html"
  4. Once you run the command, navigate to the C:\ directory on your computer, and you should find a file named battery_report.html. Open this file in your web browser to view the battery report.

Windows 10

  1. Left-click on the Start Windows logo button.
  2. Scroll down the program list and then left-click on the Windows System folder to expand.
  3. Left-click on Command Prompt.
  4. At the prompt, type the following command and press Enter:
    powercfg /batteryreport /output "C:\battery_report.html"
  5. Once you run the command, navigate to the C:\ directory on your computer, and you should find a file named battery_report.html. Open this file in your web browser to view the battery report.

or

  1. Right-click on the Start Windows logo button to bring up the Power User menu.
  2. Left-click on Windows PowerShell.
  3. At the prompt, type the following command and press Enter:
    powercfg /batteryreport /output "C:\battery_report.html"
  4. Once you run the command, navigate to the C:\ directory on your computer, and you should find a file named battery_report.html. Open this file in your web browser to view the battery report.

The battery report provides the battery usage history, capacity history, and life estimate. Analyzing this report lets you gain insights into your laptop battery's overall health and performance.

Monitor your laptop battery with third-party apps

In addition to the built-in tools provided by Windows, several third-party applications offer advanced battery monitoring features. These applications can provide real-time information about your battery health, charging cycles, and power usage. Some popular third-party battery monitoring software includes BatteryCare, HWMonitor, and BatteryInfoView.

Before using third-party software, it's important to research and choose a reputable application from a trusted source to ensure the safety and security of your system.

Tips for maintaining a healthy laptop battery

While checking your laptop battery health is essential, following best practices for maintaining a healthy battery is necessary. Here are a few tips to help prolong the life of your laptop battery:

  • Avoid deep discharges: Try to avoid letting your battery drain completely before recharging it. Frequent deep discharges can reduce the overall lifespan of the battery.
  • Keep your laptop cool: Excess heat can harm battery health. Ensure proper ventilation and avoid using your laptop in extremely hot environments.
  • Unplug when fully charged: Once your laptop reaches full charge, unplug the power adapter to prevent overcharging, which can degrade the battery over time.
  • Use power-saving settings: Adjust your power settings to optimize battery usage by lowering screen brightness and setting shorter idle times for sleep mode.

By following these tips and regularly monitoring your laptop battery health, you can ensure that your battery remains in good condition, allowing you to get the most out of your laptop's performance.

In conclusion, checking your laptop battery health in Windows is crucial for maintaining peak performance and prolonging the lifespan of your battery. Whether you use the built-in tools provided by Windows or opt for third-party software, staying informed about your battery health can help you make informed decisions about battery usage and maintenance. Taking proactive steps to monitor and maintain your laptop battery will ultimately contribute to a better overall computing experience.

How to find your Windows network adapter MAC address

In Windows, the MAC (Media Access Control) address is a unique identifier assigned to network interfaces for communications on a network. A MAC address consists of six (6) groups of two (2) hexadecimal digits, usually separated by colons or hyphens (XX:XX:XX:XX:XX:XX).

If you need to find the MAC address for your network adapter in Windows, you can do so through the Settings app or by using the Command Prompt / Windows PowerShell. In this article, we will explore both methods to help you quickly locate the MAC address for your network adapter(s).

Windows 11

Using the Settings app

MAC address using the Settings app in Windows 11

  1. Open the Settings app by left-clicking on the Start Windows logo button and selecting the Settings app (gear icon), or press the Windows logo key Windows logo + I on your keyboard.
  2. In the left-hand column of the Settings app, left-click on Network & internet.
  3. In the right-hand column, select either Wi-Fi or Ethernet, depending on the type of network connection you are using.
  4. If you are using a Wi-Fi connection, in the right-hand column, left-click on Hardware properties.
  5. If you are using an Ethernet connection, scroll down the right-hand column for the properties of the Ethernet adapter(s).
  6. The MAC address for your network adapter will be displayed under the Physical address (MAC) field.

Using the Command Prompt / Windows PowerShell

MAC address using a Command Prompt

  1. Left-click on the Start Windows logo button to bring up the Start menu.
  2. In the upper right-hand corner of the Start menu, left-click on All apps.
  3. Scroll down the list of programs and left-click on Windows Tools.
  4. Left-click on Command Prompt.
  5. At the prompt, type the following command and press Enter:
    ipconfig /all
  6. Look for the network adapter you want to find the MAC address for. The MAC address will be listed next to the Physical Address field.

or

  1. Right-click on the Start Windows logo button to bring up the Power User menu.
  2. Left-click on Terminal.
  3. At the prompt, type the following command and press Enter:
    ipconfig /all
  4. Look for the network adapter you want to find the MAC address for. The MAC address will be listed next to the Physical Address field.

Windows 10

Using the Settings app

MAC address using the Settings app in Windows 10

  1. Open the Settings app by left-clicking on the Start Windows logo button and selecting Settings (gear icon), or press the Windows logo key Windows logo + I on your keyboard.
  2. In the Settings app, left-click on Network & internet.
  3. In the left-hand column, select either Wi-Fi or Ethernet, depending on the type of network connection you are using.
  4. If you are using a Wi-Fi connection, in the right-hand column, left-click on Hardware properties.
  5. If you are using an Ethernet connection, left-click on the network name and then scroll down for the properties of the Ethernet adapter.
  6. The MAC address for your network adapter will be displayed under the Physical address (MAC) field.

Using the Command Prompt / Windows PowerShell

MAC address using a Command Prompt

  1. Left-click on the Start Windows logo button.
  2. Scroll down the program list and then left-click on the Windows System folder to expand.
  3. Left-click on Command Prompt.
  4. At the prompt, type the following command and press Enter:
    ipconfig /all
  5. Look for the network adapter you want to find the MAC address for. The MAC address will be listed next to the Physical Address field.

or

  1. Right-click on the Start Windows logo button to bring up the Power User menu.
  2. Left-click on Windows PowerShell.
  3. At the prompt, type the following command and press Enter:
    ipconfig /all
  4. Look for the network adapter you want to find the MAC address for. The MAC address will be listed next to the Physical Address field.

Whichever method you choose to use, you should now have successfully located the MAC address for your network adapter in Windows. Remember to make a note of the MAC address if you need it for network configuration or troubleshooting purposes.

It's important to note that the MAC address is unique to each network adapter and is used to identify devices on a network. It differs from an IP address, which can change depending on the network configuration.

In conclusion, finding the MAC address for your network adapter in Windows is a straightforward process that can be accomplished using either the Settings app or the Command Prompt / Windows PowerShell. By following the steps outlined in this article, you can easily retrieve the MAC address for your network adapter and use it as needed for network-related tasks.

Free computer diagnostics

Repairing a PC can sometimes be expensive, and that is why we offer free basic in-shop diagnostics. Give one of our professional and experienced technicians a call at (602) 795-1111, and let's see what we can do for you.

Check out our reviews

Geeks In Phoenix LLC, BBB Business Review

This business is BBB Accredited

Customer service is #1

Here at Geeks in Phoenix, we take pride in providing excellent customer service. We aim to give the highest quality of service  from computer repair, virus removal, and data recovery.

Bring your computer to us and save

Repairing a computer can be time-consuming. That is why we base our in-shop service on the time we work on your computer, not the time it takes for your computer to work! From running memory-checking software to scanning for viruses, these are processes that can take some time.

Contact us

If you have any questions, please feel free to give us a call at (602) 795-1111  and talk with one of our Geeks. Or you can send us a message from our contact page , and one of our Geeks will get back to you as soon as possible. Or you can stop by and see us. Here are our hours and location.

Like Geeks in Phoenix on Facebook

Follow Geeks in Phoenix on Twitter

Watch Geeks in Phoenix on YouTube