Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I have some questions about Lockdown Browser in Windows Sandbox. #36

Open
Chambiger opened this issue Oct 23, 2023 · 1 comment
Open

Comments

@Chambiger
Copy link

I have followed all the instructions, but the Lockdown Browser doesn't launch. Here are the pictures.

image
image
image

Could you please tell me what should I do?
Really thanks!!!

@gucci-on-fleek
Copy link
Owner

The installer script runs the first file in runtime_directory\ that begins with Lockdown

$lockdown_installer = (ls Lockdown*)[0]

Your runtime_directory\ has lots of things in it that start with Lockdown, so the installer probably isn't getting selected properly. Try deleting everything in there except for the .wsb files, the one Browser installer .exe file, sandbox_run.ps1, and withdll.exe. Then, try running the Sandbox again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants