Thursday, February 16, 2017

Ethernet Adapter times 79! Way too many!

This computer had an incredible amount of Ethernet Adapters listed! Something I've never seen before.. 

As being confronted with IT issues almost daily there are sometimes cases you haven´t seen in years or you aren´t sure if you have seen them at all! Recently I was asked to check a Danish Windows 10 laptop because despite having WiFi connection the Internet browser couldn´t open any more sites and video streams stopped working.

I checked the network adapters and was quite surprised! There were Ethernet Adapter numbered until 79! And sometimes even numbers were missing and the user had no idea about that! Then I went to the Device Manager to check and "TAP-Win32 Adapter Adapter OAS #22" was one of the many examples I found there. And the list almost did not stop flashing all the time...

Anyway, I had to delete them all manually. All at once didn´t work. Once that was done the Internet connection worked fine again. Wonder why^^. 

I suggest a proper virus and malware scan afterwards just to be sure there`s nothing going on anything. A bit online checks mentioned it could might be through some VPN software or even an Office KMS activation...

Monday, February 6, 2017

How to activate Microsoft Office via command line

I recently had a situation where the 2013 Office Suite was unable to be activated. But then I found a great solution...

It was within a bigger environment where a KMS server is active. Usually the activation should run just by plugging your computer into the network for having a connection with the domain. But there was one case where it didn't work once the user was in the company for a few hours.

The user was even working remotely via VPN. But I remember that there was a command to manually force your Office activation through a command. Was a long time ago and I had to look it up. It's this one (run as admin):


cscript "C:\Program Files (x86)\Microsoft Office\Office15\OSPP.VBS" /act

Just make sure that you select the correct path, because it's depending on your Office version and operating system. It's also working with Office14 (version 2010), but not with Office 2007 (Office12).

After you executed this vbs script the confirmation that Office was activated appeared pretty quickly after that. Just make sure you are executing this Visual Basic Script while every program of the Office Suite is closed. Is better for the success of the process.

In my case it was quite efficient and it avoided that the user had to return to the office again and could return working from remote.