This one is pretty straight forward. Download the wireless driver for NUC from here.
In an admin PowerShell prompt type:
Import-Module ServerManager
Add-WindowsFeature -Name Wireless-Networking
You’ll be prompted that a restart is required which you can do from the same window by typing:
Restart-Computer
Then, when you’re back up and running you can install the driver.