Learning and Sharing
  • Home
  • Blog
  • Linux
  • macOS
  • Virtualization
    • VMware
    • VirtualBox
  • Windows
    • Windows 11
    • Windows 10
    • Windows Server
  • Series
    • Symantec
    • Intune
    • Microsoft Azure
    • Powershell
    • VirtualBox
    • VMware
    • PowerShell Learning
    • Microsoft Graph
  • More
    • Auto Installation
    • AEC Installation
  • Contact
No Result
View All Result
  • Home
  • Blog
  • Linux
  • macOS
  • Virtualization
    • VMware
    • VirtualBox
  • Windows
    • Windows 11
    • Windows 10
    • Windows Server
  • Series
    • Symantec
    • Intune
    • Microsoft Azure
    • Powershell
    • VirtualBox
    • VMware
    • PowerShell Learning
    • Microsoft Graph
  • More
    • Auto Installation
    • AEC Installation
  • Contact
No Result
View All Result
No Result
View All Result

How To Install Apps in Microsoft Store in Windows Sandbox

August 25, 2024
in A, Blog, Windows Sandbox
14
ADVERTISEMENT

Table of Contents

Microsoft Store in Windows Sandbox

By default, Microsoft Store does not include in Windows Sandbox. In case you want to test an app from Store, you must have enabled it first.

1. Right-click on the Windows Start icon, then select Windows PowerShell Admin.

33AEuLXNfxPGFW3NJUDVNY1Fi16WlIycW5VqkVHeOLKIJZxBNYyZGtRKGF5s

2. Run the below command to allow running the script. Describes the PowerShell execution policies and explains how to manage them from Microsoft. 

Set-ExecutionPolicy Bypass Process -Force

3. We’ve created a PowerShell script to do all manual steps automatically. 

Note Note: Our PowerShell script is safe, but you should verify the security and contents of any script from the internet you are not familiar with.
irm bonguides.com/wsb/msstore | iex
# Output
PS C:\Users\WDAGUtilityAccount> irm bonguides.com/wsb/msstore | iex 

Downloading dependency packages...      
Installing dependency packages...       
Adding Microsoft Store...                                        
Adding Store Purchase App... 
Adding XboxIdentityProvider...

Installed packages:

Name                               Version        Status
----                               -------        ------
Microsoft.VCLibs.140.00            14.0.30704.0       Ok
Microsoft.VCLibs.140.00            14.0.26706.0       Ok
Microsoft.DesktopAppInstaller      1.0.1810.1000      Ok
Microsoft.WindowsStore             11809.1001.7.0     Ok
Microsoft.NET.Native.Framework.1.6 1.6.24903.0        Ok
Microsoft.NET.Native.Framework.1.6 1.6.24903.0        Ok
Microsoft.NET.Native.Runtime.1.6   1.6.24903.0        Ok
Microsoft.NET.Native.Runtime.1.6   1.6.24903.0        Ok

Done.

4. Once done, the Microsoft Store should be installed, and you can install any store app you need.

RJDtMYt9KwCdhdJ1flJEaGnGGoJzlclnWJ3QaZIEimaO5BwkfBjqa97kvIV7

For example, we’ve download and installed Spotify on Windows Sandbox.

d3LZJ2HkITafomRPypJN6R1BrWfMydq0TNB9x2o5nNhi5gHxdPdUErjfjuNC
ADVERTISEMENT

Not a reader? Watch this related video tutorial:

Related Titles:

  • How to Install Apps in Windows Sandbox
  • Step-by-Step Guide to Installing Apps in Microsoft Store on Windows Sandbox
  • Easy Way to Download Apps in Windows Sandbox
  • Windows Sandbox Tutorial: Installing Apps from Microsoft Store
  • Safely Install Microsoft Store Apps in Windows Sandbox
  • How to Use Windows Sandbox to Install Apps
  • Installing Apps in Windows Sandbox: Complete Guide
  • How to Access Microsoft Store in Windows Sandbox
  • Windows Sandbox App Installation Guide
  • Install Microsoft Store Apps Safely Using Windows Sandbox
  • Quick Tutorial on Installing Apps in Windows Sandbox
  • How to Run Microsoft Store Apps in Windows Sandbox
  • Setting Up Windows Sandbox to Install Apps
  • Microsoft Store in Windows Sandbox: App Installation Tips
  • Windows Sandbox for Beginners: Installing Microsoft Store Apps

 

Keywords:

Windows Sandbox, Microsoft Store, install apps in Windows Sandbox, Windows 10 tutorial, Windows 11 guide, download apps safely, tech guide, step-by-step installation, Windows Sandbox tutorial, virtual machine, app testing, how to install apps, Microsoft Store in Sandbox, Windows app installation, computer security

 

Hashtags:

#bonguides, #WindowsSandbox, #MicrosoftStore, #InstallApps, #Windows10, #Windows11, #TechGuide, #VirtualMachine, #AppTesting, #ComputerSecurity, #StepByStepTutorial, #SafeDownloads, #WindowsTutorial, #TechTips, #SandboxEnvironment

5/5 - (1 vote)
Previous Post

How to Install Apps Automatically When Starting Windows Sandbox

Next Post

How to Disable Notification Panel on the Right in VirtualBox 7

Related Posts

Images Hidden Due To Mature Content Settings In CivitAI

August 31, 2024

Azure OpenAI vs Azure AI Hub, How to Choose the Right One for Your Needs

August 20, 2024

Running Hyper-V and VMware Workstation on The Same Machine

August 15, 2024

How to Uninstall All Autodesk Products At Once Silently

July 29, 2024
Ftr5

How to Uninstall the Autodesk Genuine Service on Windows

July 29, 2024

How to Remove The Test Mode Watermark Without Disabling Test Mode

July 28, 2024

Comments 14

  1. bon says:
    12 months ago

    Updated!

    Reply
  2. Dormumi says:
    10 months ago

    NOT WORKING –

    Done.

    Name Version
    —- ——-
    Microsoft.UI.Xaml.CBS 8.2404.3001.0
    Microsoft.UI.Xaml.2.4 2.42007.9001.0
    Microsoft.UI.Xaml.2.7 7.2203.17001.0
    Microsoft.UI.Xaml.2.8 8.2310.30001.0
    Microsoft.NET.Native.Framework.1.6 1.6.24903.0
    Microsoft.NET.Native.Framework.2.2 2.2.29512.0
    Microsoft.NET.Native.Runtime.1.6 1.6.24903.0
    Microsoft.NET.Native.Runtime.2.2 2.2.28604.0
    Microsoft.WindowsStore 12107.1001.15.0
    Microsoft.DesktopAppInstaller 1.23.1911.0
    start : This command cannot be run due to the error: Unknown error (0x80040904).
    At line:45 char:1
    + start ms-windows-store:
    + ~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : InvalidOperation: (:) [Start-Process], InvalidOperationException
    + FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.Commands.StartProcessCommand

    pls fix

    Reply
    • bon says:
      10 months ago

      Which version of your Windows ?

      Reply
  3. Rich says:
    10 months ago

    Hi bon,

    Thanks for the app.
    It has worked well in the past but in this Version 24H2 (OS Build 26100.1591) the MS Store window appears with a message that it couldn’t update –

    https://ibb.co/T040QMW

    Reply
    • bon says:
      10 months ago

      https://blogs.windows.com/windows-insider/2024/08/09/announcing-windows-11-insider-preview-build-26120-1350-dev-channel/

      Reply
  4. Rich says:
    9 months ago

    Seems Microsoft has disabled Microsoft Store apps from running in Windows Sandbox. Starting with Windows 11, version 24H2, all inbox store apps like Calculator, Photos, Notepad, and Terminal are not available inside Windows Sandbox. This change aims to maintain the isolated and secure environment of the Sandbox. However, Microsoft plans to re-enable these apps in the future.

    Reply
Next

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • How To Turn On uBlock Origin Extension in Chrome (2025)
  • Images Hidden Due To Mature Content Settings In CivitAI
  • Azure OpenAI vs Azure AI Hub, How to Choose the Right One for Your Needs

Categories

Stay in Touch

Discord Server

Join the Discord server with the site members for all questions and discussions.

Telegram Community

Jump in Telegram server. Ask questions and discuss everything with the site members.

Youtube Channel

Watch more videos, learning and sharing with Leo ❤❤❤. Sharing to be better.

Newsletter

Join the movement and receive our weekly Tech related newsletter. It’s Free.

General

Microsoft Windows

Microsoft Office

VMware

VirtualBox

Technology

PowerShell

Microsoft 365

Microsoft Teams

Email Servers

Copyright 2025 © All rights Reserved. Design by Leo with ❤

No Result
View All Result
  • Home
  • Linux
  • Intune
  • macOS
  • VMware
  • VirtualBox
  • Powershell
  • Windows 10
  • Windows 11
  • Microsoft 365
  • Microsoft Azure
  • Microsoft Office
  • Active Directory

No Result
View All Result
  • Home
  • Linux
  • Intune
  • macOS
  • VMware
  • VirtualBox
  • Powershell
  • Windows 10
  • Windows 11
  • Microsoft 365
  • Microsoft Azure
  • Microsoft Office
  • Active Directory