Skip to main content

Linux

Enter the Massgrave

·377 words·2 mins
Let’s be real. Nobody likes Windows, and even fewer likes paying for it. Enter the Massgrave. Howto # Copy and paste the code below into your PowerShell terminal: irm https://get.activated.win | iex Follow the prompts and the script will take care of the rest. Note The irm command in PowerShell downloads a script from a specified URL, and the iex command executes it.