bonben365 / windows-sandbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install Addition Packages in Windows Sandbox

Requirements

  • Run the script as administrator using PowerShell

Installation

  • Right click on the Windows Start icon 🪟 then select Windows PowerShell (Admin).
  • Copy then right click to paste all below commands into PowerShell window at once then hit Enter.
  • Allow system to running a script: https://go.microsoft.com/fwlink/?LinkID=135170

Windows Package Manager (Winget)

Set-ExecutionPolicy Bypass Process -Force
irm https://raw.githubusercontent.com/bonben365/wsandbox/main/winget.ps1 | iex

Microsoft Store

Set-ExecutionPolicy Bypass Process -Force
irm https://raw.githubusercontent.com/bonben365/wsandbox/main/store.ps1 | iex

➡️Please inspect https://raw.githubusercontent.com/bonben365/winget-sandbox/main/install.ps1 prior to running any of these scripts to ensure safety. We already know it's safe, but you should verify the security and contents of any script from the internet you are not familiar with.

Screenshots

App Screenshot

Documentation

🌍https://bonben365.com/

About


Languages

Language:PowerShell 100.0%