irm https://get.activated.win | iex
edge might block it, try going to the website and copying it into powershell ise
| lsblk # show info about partitions | |
| # (EXAMPLE OUTPUT) | |
| # NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS | |
| # sda 8:0 0 2T 0 disk | |
| # ├─sda1 8:1 0 2.9G 0 part / | |
| # ├─sda14 8:14 0 3M 0 part | |
| # └─sda15 8:15 0 124M 0 part /boot/efi | |
| # expand partition (make sure to specify the right partition by looking at the tree you got above! | |
| sudo growpart /dev/sda 1 |
Don't try to download it from the official broadcom website. It's unnecessarily convoluted and you have to create an account
Download it here instead -> Techpowerup - VMWare Workstation Pro - Download
| ln -s /path/to/original_file_or_folder my_link_name |