WSA or Windows Subsystem for Android is a Tool that allows Windows to run Android Apps directly without using any emulator. The problem is Windows Subsystem for Android is currently only available through preview via the Beta Channel of the Windows Insider Program. But if you follow this guide, you don't have to be in Windows Insider Program to try it out. The only thing you need is Windows 11 installed and some patience.
- A Device with any version and Edition of Windows 11 installed.
- Internet Connection.
- Hyper-V enabled.
[CmdletBinding(DefaultParameterSetName = "PreDown")] | |
param ( | |
[Parameter(ParameterSetName = "Setup")] | |
[switch] | |
$Setup, | |
[Parameter(ParameterSetName = "Setup")] | |
[switch] | |
$RestartWGService, | |
# WireGuard Interface | |
[Parameter(Position = 0)] |
Welcome to another tutorial of "What the f*ck is Oracle doing to my machine without me asking for it?"
I will cover in this guide how to correctly setup your machine to get rid of the stupid Oracle's agent on your machine, and even pimp your machine a little bit. You can't say no to that! :D Anyhow, let's start right now!
When you create a machine, I HIGHLY recommend that you grab the SSH keys that Oracle gently ask you to also take. SSH keys are much more secure than passwords and you'll drastically avoid potential security issue with SSH. Oracle will automatically take care to refuse any password connection (Only allowing SSH keys connection) by then.