damienvanrobaeys / Run-in-Sandbox

Run PS1, VBS, CMD, EXE, MSI, Intunewin, MSIX, or extract ISO, ZIP in Windows Sandbox very quickly just from a right-click
https://www.systanddeploy.com/2023/06/runinsandbox-quick-way-to-runextract.html
698 stars 82 forks source link

Partial rewrote #26

Closed Joly0 closed 1 year ago

Joly0 commented 1 year ago

So far so good. I am going to try to implement methods to run .cmd/.bat files aswell which solves https://github.com/damienvanrobaeys/Run-in-Sandbox/issues/21. Also this has only been tested with Windows 10, not 11, but it should work there aswell, though i will try to add contxt menu entries for the new Windows 11 context menu later. The wsb file should now automatically be cleaned afterwards so it solves https://github.com/damienvanrobaeys/Run-in-Sandbox/issues/4

Joly0 commented 1 year ago

There we go, now there is an option to run cmd/bat in sandbox (#21 solved) , though i guess i´ll rewrite all parts about adding and removing reg keys, because its all duplicate code that could be outsourced to a function. But this can already get merged

Joly0 commented 1 year ago

Ok, i think i am done with this one so far. I completely rewrote alot of code in the Add_Structure script to streamline the process and make it simpler to add new file types. I also added a context menu entry to pdf files, because i thought that might be useful. So far i couldnt find a way to add them to the new win 11 context menu, but maybe i will find a way later, but this can now be reviewed and maybe merged @damienvanrobaeys