* . *
  • About
  • Advertise
  • Privacy & Policy
  • Contact
Thursday, June 4, 2026
Earth-News
  • Home
  • Business
  • Entertainment

    10 Must-Watch Shows for Fans of ‘Spider-Noir

    Scott Pelley fired from ’60 Minutes,’ deepening turmoil at CBS News – Idaho State Journal

    Why Max Cady from ‘Cape Fear’ Continues to Haunt Audiences as a Timeless Nightmare

    Celebrate Pride Month 2026 with Seattle Pride in the Park and Exciting Events

    How to find free, low-cost concerts this summer in Louisville: A Q&A – The Courier-Journal

    Morgan Wallen Channels Fiery Billy Joel Vibes with Explosive Piano Flip

  • General
  • Health
  • News

    Cracking the Code: Why China’s Economic Challenges Aren’t Shaking Markets, Unlike America’s” – Bloomberg

    Trump’s Narrow Window to Spread the Truth About Harris

    Trump’s Narrow Window to Spread the Truth About Harris

    Israel-Gaza war live updates: Hamas leader Ismail Haniyeh assassinated in Iran, group says

    Israel-Gaza war live updates: Hamas leader Ismail Haniyeh assassinated in Iran, group says

    PAP Boss to Niger Delta Youths, Stay Away from the Protest

    PAP Boss to Niger Delta Youths, Stay Away from the Protest

    Court Restricts Protests In Lagos To Freedom, Peace Park

    Court Restricts Protests In Lagos To Freedom, Peace Park

    Fans React to Jazz Jennings’ Inspiring Weight Loss Journey

    Fans React to Jazz Jennings’ Inspiring Weight Loss Journey

    Trending Tags

    • Trump Inauguration
    • United Stated
    • White House
    • Market Stories
    • Election Results
  • Science
  • Sports
  • Technology

    Innovative Chemical “Cage” Strategy Enables Precise Drug Delivery and Activation

    China has approved the world’s first invasive brain-computer chip—here’s what’s next – MIT Technology Review

    Is Marvell Technology (MRVL) Overhyped After Its Stunning Recent Rally?

    Voyager Technologies CEO on acquisition of Astrobotic Technology, demand for space investment – CNBC

    Anixa Biosciences Strengthens International Patent Protection for Ovarian Cancer Vaccine Technology with Canadian Notice of Allowance – PR Newswire

    Micron Technology Surges Amid AI Boom and Market Momentum

    Trending Tags

    • Nintendo Switch
    • CES 2017
    • Playstation 4 Pro
    • Mark Zuckerberg
No Result
View All Result
  • Home
  • Business
  • Entertainment

    10 Must-Watch Shows for Fans of ‘Spider-Noir

    Scott Pelley fired from ’60 Minutes,’ deepening turmoil at CBS News – Idaho State Journal

    Why Max Cady from ‘Cape Fear’ Continues to Haunt Audiences as a Timeless Nightmare

    Celebrate Pride Month 2026 with Seattle Pride in the Park and Exciting Events

    How to find free, low-cost concerts this summer in Louisville: A Q&A – The Courier-Journal

    Morgan Wallen Channels Fiery Billy Joel Vibes with Explosive Piano Flip

  • General
  • Health
  • News

    Cracking the Code: Why China’s Economic Challenges Aren’t Shaking Markets, Unlike America’s” – Bloomberg

    Trump’s Narrow Window to Spread the Truth About Harris

    Trump’s Narrow Window to Spread the Truth About Harris

    Israel-Gaza war live updates: Hamas leader Ismail Haniyeh assassinated in Iran, group says

    Israel-Gaza war live updates: Hamas leader Ismail Haniyeh assassinated in Iran, group says

    PAP Boss to Niger Delta Youths, Stay Away from the Protest

    PAP Boss to Niger Delta Youths, Stay Away from the Protest

    Court Restricts Protests In Lagos To Freedom, Peace Park

    Court Restricts Protests In Lagos To Freedom, Peace Park

    Fans React to Jazz Jennings’ Inspiring Weight Loss Journey

    Fans React to Jazz Jennings’ Inspiring Weight Loss Journey

    Trending Tags

    • Trump Inauguration
    • United Stated
    • White House
    • Market Stories
    • Election Results
  • Science
  • Sports
  • Technology

    Innovative Chemical “Cage” Strategy Enables Precise Drug Delivery and Activation

    China has approved the world’s first invasive brain-computer chip—here’s what’s next – MIT Technology Review

    Is Marvell Technology (MRVL) Overhyped After Its Stunning Recent Rally?

    Voyager Technologies CEO on acquisition of Astrobotic Technology, demand for space investment – CNBC

    Anixa Biosciences Strengthens International Patent Protection for Ovarian Cancer Vaccine Technology with Canadian Notice of Allowance – PR Newswire

    Micron Technology Surges Amid AI Boom and Market Momentum

    Trending Tags

    • Nintendo Switch
    • CES 2017
    • Playstation 4 Pro
    • Mark Zuckerberg
No Result
View All Result
Earth-News
No Result
View All Result
Home Technology

RunInSandbox: Run/extract files in Windows Sandbox with a right-click

June 24, 2023
in Technology
RunInSandbox: Run/extract files in Windows Sandbox with a right-click
Share on FacebookShare on Twitter

In this post I will show you the new version of RunInSandbox allowing you to easily run files in Windows Sandbox with just a right-click.

The idea is this solution is to make some testing tasks easier by just running a file on Windows Sandbox with just a right-click on this file.

 

What s new ?

In this version you will be now able to:

– Run a CMD in Sandbox

– Open a PDF in Sandbox

– Automatically purge WSB files

– Resolve some context menus issues

– Update Intunewin decoder

Special thanks

As you may know this is a free project built in free time.

In the new version i would like to thank some guys who contributed in this project:

– Julian aka Joly0

– Harm Veenstra

– ImportTaste

How to get it ?

Click on the below GitHub picture

Context menus issues

If context menus are not displayed (especially on Windows 11) or you faced some issues with a context menu action, do not hesitate to send me a mail at [email protected] or add a new issue on GitHub by clicking there.

Feedback or ideas

If you have feedback about some other things to run in Windows Sandbox don’t hesitate to contact me 😁

How to install it ?

1. Download the file from GitHub, there

2. Extract the archive

3. Run file Add_Structure.ps1 with admin rights

4. Context menus will be added

5. A folder Run_in_Sandbox will be copied in C:ProgramData

OR

1. Run .Add_Structure.ps1 -NoSilent with admin rights

2. A GUI will be prompted

3. Choose context menus to add

4. Click on Apply and install

Be careful

Be sure to copy all content of the ZIP including folder Sources and all its content.

Do not run only the Add_Structure.ps1 file !!!

How to remove it ?

Run the Remove_Structure.ps1 file with admin rights

Sandbox configuration

1. Open downloaded folder

2. Go to Run-in-Sandbox-masterSourcesRun_in_Sandbox

3. Edit file Sandbox_Config.xml

It allows you to set below options for Windows Sandbox:

– VGpu option

– Networking option

– ReadOnlyAccess option for shared folder

– WSB files location

If the WSB_Location is set to Default, WSB files will be saved in %temp%.

You can type your own location.

It also allows you to choose which context menus you want to enable.

Set them to True or False to add context menu or not.

Choose context menu to add

1. Go to Run-in-Sandbox-masterSourcesRun_in_Sandbox

2. Edit file Sandbox_Config.xml

3. Set below nodes to True or False:

– ContextMenu_EXE: context menu for EXE file

– ContextMenu_PS1: context menu for PS1 file

– ContextMenu_MSI: context menu for MSI file

– ContextMenu_VBS: context menu for VBS file

– ContextMenu_ZIP: context menu for ZIP file

– ContextMenu_Folder: context menu for folder

– ContextMenu_Intunewin: context menu for Intunewin file

– ContextMenu_Reg: context menu for Reg file

– ContextMenu_ISO: context menu for ISO file

– ContextMenu_PPKG: context menu for PPKG file

– ContextMenu_HTML: context menu for HTML file

– ContextMenu_MSIX: context menu for MSIX file

– ContextMenu_CMD: context menu for CMD file

– ContextMenu_PDF: context menu for PDF file

WSB auto cleanup

When you use a right-click context menu, it will automatically create a WSB file in %temp%.

To automatically cleanup WSB file after Sandbox has been closed set the WSB_Cleanup parameter to True.

Run PS1 in Sandbox

1. Choose the PS1 you want to run in Sandbox

2. Do a right-click on the PS1 file

3. You will have differents choices:

– Run PS1 as user

– Run the PS1 as SYSTEM

– Run the PS1 with parameters

4. The Sandbox will be automatically launched with the specific configuration

Run EXE in Sandbox

1. Choose the EXE you want to run

2. Do a right-click on the EXE file

3. Select Run EXE in Sandbox

4. A GUI will be displayed

5. Type switches to add to the commandline or skip it

6. The Sandbox will be automatically launched with the specific configuration

Run MSI in Sandbox

1. Choose the msi you want to run in Sandbox

2. Do a right-click on the msi file

3. Select Run msi in Sandbox

4. A GUI will be displayed

5. Type switches to add to the commandline

6. The Sandbox will be automatically launched with the specific configuration

Run VBS in Sandbox

1. Choose the VBS you want to run in Sandbox

2. Do a right-click on the VBS file

3. Select Run the VBS in Sandbox

4. The Sandbox will be automatically launched with the specific configuration

Extract ZIP in Sandbox

1. Do a right-click on the ZIP file

2. Click on Extract ZIP in a Sandbox

3. The Sandbox will be launched and the ZIP file will be extracted on the desktop

Share folder in Sandbox

1. Do a right-click on or in the folder

2. Click on Share this folder in a Sandbox

3. The Sandbox will be launched and the folder will be shared

Test multiple apps 

The purpose here is to test multiple apps or files in the same Windows Sandbox session, 

We will proceed as below:

1. Create a file with extension .sdbapp called App_Bundle.sdbapp

2. This file will work as an XML file

3. Add a new node for each app you want to install

4. The node looks like as below:

As you may noticed, to add a new application you have to add the following nodes:

– Application name

– Application path (on the host)

– Application silent switch

See below an overview of installation of multiple applications:

Run a REG file in Sandbox

1. Do a right-click on a REG file

2. A context menu will be available

3. Click on Test reg file in Sandbox

4. Windows Sandbox will be opened with the reg execution

Run a CMD file in Sandbox

1. Do a right-click on a CMD file

2. A context menu will be available

3. Click on Run CMD file in Sandbox

4. The CMD will be then executed in Sandbox

Run a PDF file in Sandbox

1. Do a right-click on a CMD file

2. A context menu will be available

3. Click on Run PDF file in Sandbox

4. The PDF will be then opened in Sandbox

Run a PPKG file in Sandbox

1. Do a right-click on a PPKG file

2. A context menu will be available

3. Click on Run PPKG file in Sandbox

4. The PPKG will be then opened in Sandbox

Extract an ISO in Sandbox

1. Do a right-click on a REG file

2. A context menu will be available

3. Click on Test reg file in Sandbox

4. The ISO will be then extracted in Sandbox

Run an MSIX file in Sandbox

1. Do a right-click on a MSIX file

2. A context menu will be available

3. Click on Run MSIX file in Sandbox

4. Windows Sandbox will be opened 

5. Go to Apps & Features

6. You will see the application

Open an URL in Sandbox

1. Do a right-click on an HTML file or an URL file

2. A context menu will be available

3. Click on Run web link in Sandbox

4. Windows Sandbox will be opened 

5. The URL will be opened in Edge

>>> Read full article>>>
Copyright for syndicated content belongs to the linked Source : Hacker News – https://www.systanddeploy.com/2023/06/runinsandbox-quick-way-to-runextract.html

Tags: extractRunInSandboxtechnology
Previous Post

Fast and free multi-language code editor for Android

Next Post

Dry Fractionation

10 Must-Watch Shows for Fans of ‘Spider-Noir

June 4, 2026

Innovative Chemical “Cage” Strategy Enables Precise Drug Delivery and Activation

June 4, 2026

How Moderate Biochar Use Supercharges Ant Activity to Transform Soil Ecosystems

June 4, 2026

NCAA President Charlie Baker Calls Revisions to Protect College Sports Act ‘Essential

June 4, 2026

Boxfish Luna ROV Launches Live Robotics and Science Expedition in the Deepest Great Lakes

June 4, 2026

Could Owning a Cat Increase Your Risk of Schizophrenia? New Research Reveals Surprising Link

June 4, 2026

How a Subtle Lifestyle Change in Urban India Is Fueling a $12 Billion Boom

June 4, 2026

2026 World Cup Injury Update: Saliba Ready to Lead France on the Big Stage

June 4, 2026

Military Sleep Apnea Crisis Reveals Urgent Need for Expanded Telehealth Access

June 4, 2026

Governor Tony Evers Unveils Exciting Innovations at Westby Cooperative Creamery

June 3, 2026

Categories

Archives

June 2026
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  
« May    
Earth-News.info

The Earth News is an independent English-language daily published Website from all around the World News

Browse by Category

  • Business (20,132)
  • Ecology (1,248)
  • Economy (1,270)
  • Entertainment (22,147)
  • General (21,896)
  • Health (10,304)
  • Lifestyle (1,281)
  • News (22,149)
  • People (1,272)
  • Politics (1,290)
  • Science (16,484)
  • Sports (21,768)
  • Technology (16,255)
  • World (1,261)

Recent News

10 Must-Watch Shows for Fans of ‘Spider-Noir

June 4, 2026

Innovative Chemical “Cage” Strategy Enables Precise Drug Delivery and Activation

June 4, 2026
  • About
  • Advertise
  • Privacy & Policy
  • Contact

© 2023 earth-news.info

No Result
View All Result

© 2023 earth-news.info

No Result
View All Result

© 2023 earth-news.info

Go to mobile version