How to boot directly to desktop in Windows 8

Meanwhile everybody should have seen or atleast heard of the new user interface which comes with Windows 8. One of the big changes is that your computer will directly boot into the new tile-(start-)menu. I personally do not mind about that, but I’ve heard of many people who would like to boot directly into the (classic) desktop view without beeing confronted with the metro/tile-view at first. Nothing easier than that.
To boot directly into the classic desktop, only one value needs to be adjusted in the registry. What it is and how it needs to be changed, I want to show you briefly below.
Step 1:
windows_8_direkt_in_den_desktop_booten_1
At first you have to open the registry. (Therefore either search for “regedit” in the apps menu or start the “Run as”-dialog by pressing Win+R and then enter “regedit”.)
Step 2:
windows_8_direkt_in_den_desktop_booten_2
Navigate to […]

How to install Arduino drivers on Windows 8

One of my favourite “gadgets” is the Arduino (no matter if UNO, Leonardo, Mega, …), which you will surely read some articles about in the near future. But let’s get back to the title.
Unfortunately the drivers of the Arduinos are not signed for Windows 8. So, when you try to install the drivers, you will get an error that will look similar to the following message. (Click to enlarge the picture.)
arduino_treiber_unter_windows8_installieren_3
Before installation:
So that this doesn’t happen to us, we have to make sure that we will be able to install unsigned drivers on Windows 8. How to do so, you can read in this article I’ve written some days ago. If you have followed the steps of my article, you can start to install the Arduino driver in Windows 8
Step 1:
arduino_treiber_unter_windows8_installieren_1
Connect the Arduino […]

How to install unsigned drivers in Windows 8

Info: If you’re looking for a solution for Windows 10, read the article about installing unsigned drivers in Windows 10.
Meanwhile for me it’s almost impossible to live without Windows 8. I got used to the new interface and don’t want to miss it even for one day. Then, yesterday I detected a very unpleasant problem. Windows 8 just didn’t wanted to install a driver, because it was not signed. In the end it worked out. And this is how I did it.
Install unsigned driver with Windows 8
To install unsigned driver (driver which are not signed by Microsoft) in Windows 8, you have to reboot your system in a “special way” before.
Step 1:
unsignierte_treiber_unter_windows8_installieren (1)
As soon as Windows 8 is ready, you need to start the Boot-Options-Menu. Therefore you need to press Win+R at the Windows 8 desktop, to open the “Execute”-Dialog. Now […]

How to execute Perl scripts in Notepad++

notepad++_perl_executeA few days ago I already described how to set up the Eclipse development environment for usage with Perl scripts. If you don’t want to use a sledgehammer to crack a nut,  you can also use the Notepad++ editor to relatively comfortably write Perl scripts.
Besides syntax highlighting and intellisense aka auto completion, Notepad++ also offers the possibility to execute Perl scripts directly from the editors interface. However, therefore a one-time setup is necessary, which I want you to briefly explain below.
Step 1 – create test scripts:
perl-skripte_in_npp_ausführen_1  perl-skripte_in_npp_ausführen_2
To be able to check if you have set up everything correctly later, you should definitely first create a small Perl script and save it. Important: Only stored scripts can be executed afterwards. So always […]