Skip to content

Latest commit

 

History

History
140 lines (99 loc) · 5.16 KB

README.md

File metadata and controls

140 lines (99 loc) · 5.16 KB

Contributors Forks Stargazers Code Size Issues GNU License LinkedIn


Logo

ZoomBox

Automatically open a new instance of Windows Sandbox and install Zoom within it silently.
Report Bug · Request Feature

Table of Contents

About The Project

Given the recent findings within the Zoom app, and that most of us are going to need to use it for work/school/etc., I thought that perhaps it'd be a good idea to limit the possible attack vectors by sandboxing the application ;)

Getting Started

You'll need both access to the Internet and the credentials for an admin account the first time you run this script.

(This is needed given we have to enable Windows Sandbox in the first place)

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • Any Windows 10 Pro/Enterprise/Education build >=18305
  • Virtualization enabled in BIOS/UEFI
  • Admin rights to the current machine
  • An active Internet connection

Installation

  1. Clone the repo
git clone https://github.com/ToasterDEV/ZoominWindowsSandbox.git
  1. Open "InstallZoomBox.ps1" either by running it through PowerShell or by right clicking and selecting Run with PowerShell
.\InstallZoomBox.ps1
  1. Enjoy! A shortcut to open the Zoom sandbox should have been created within your desktop.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: https://github.com/ToasterDEV/ZoominWindowsSandbox/

Acknowledgements