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

Setting up email routing to gmail / google apps via ISPConfig 3

The following guide describes the steps to add DNS records that route emails from a domain managed in ISPConfig 3 to google apps / gmail. The guide assumes that you have already setup the dns zone for your domain in ispconfig. Login to ISPConfig, click on the DNS module icon in the upper navigation bar, ... Read more