Remove services from auto-startup on Windows

Every service you install is usually run on system startup. Sometimes these services do so without asking you before and sometimes they might even be malicious or just too heavy in resources. To select specific services that shall not be started by boot, open msconfig by calling a Run prompt through the main menu and ... Read more

Remove a bluetooth (or other) device from My Computer

After establishing a bluetooth connection with another device from your computer the other device will propably stay in the Devices section of My Computer even after the connection is cancelled. To remove that device follow these steps: Open the control panel and head to View devices and printers under Hardware and Sound: You will be ... Read more

Change default installation path in Windows 7

By default Windows installs all programs into the C:\Program Files and C:\Program Files (x86) directories. If the hard drive you have the operating system installed on is running out of space though, or you just want to have the OS on a separate SSD, you might want to consider changing these default installation paths. Be ... Read more

Fix “System error 1290 has occurred.” error on Windows

This error usually comes up when you try to start a new service that would get the same service ID as another service in the process: System error 1290 has occurred. The service start failed since one or more services in the same process have an incompatible service SID type setting. A service with restricted ... Read more

Getting information about your system from dxdiag on Windows

DirectX Diagnostic tool dxdiag is a useful tool on Windows that gives you loads of information about your system, such as GPU, CPU and BIOS info. It is common that tech support asks you to attach your dxdiag report to support requests since it helps to narrow down the problem. Before Windows 8, dxdiag was ... Read more

How to disable MySQL replication on master/master andmaster/slave setups

The following guide shows how to disable and remove mysql replication from two or more mysql servers. These steps can be used for master/slave and master/master mysql setups. The following SQL commands have to be be executed in phpmyadmin or with the mysql commandline program. It is just important that you are logged in as ... Read more