Posts for: #Windows 10

Skype – Fixing Automatic Logout

Skype – Fixing Automatic Logout

Today I ran into the bug where the desktop version of Skype would automatically log me out within a few seconds after logging in. After some investigation, I found the cause of the problem.

The Skype and Microsoft accounts were linked to each other; after I unlinked the Microsoft account, it worked perfectly.

To unlink, you need to visit the Skype website, log in there, then go to account settings, where you can unlink the Microsoft account. After this, you’ll only be able to log in with your Skype username.

[Read more]

Sharing Wired Internet via Wi-Fi on Windows 10

Sharing Wired Internet via Wi-Fi on Windows 10

First we need to launch a command prompt with administrator privileges, which we can do by typing ‘cmd’ in the start menu, then right-clicking the command prompt that appears in the search results and running it as administrator.

Then we can create the Wi-Fi network with the following command:

netsh wlan set hostednetwork mode=allow ssid=yournetworkname key=yourpassword

(replace ‘yournetworkname’ with your preferred name and edit ‘yourpassword’ as you wish)

Then turn it on:

[Read more]

Fixing nVidia Optimus Driver Crashes with Integrated and Dedicated GPUs

Fixing nVidia Optimus Driver Crashes with Integrated and Dedicated GPUs

Many people buy a laptop that has two graphics cards. The integrated Intel HD Graphics 3-4-5000, as well as a dedicated card. If the dedicated card is nVidia, the system typically uses nVidia Optimus to decide whether to use the integrated or dedicated graphics card at any given moment (based on resource demands and power efficiency).

The system usually dynamically switches between the dedicated and integrated GPUs, however this can cause errors and freezes in many games and applications, and the nvidia drivers regularly crash because of this.

[Read more]