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 set up a PERL development environment on Windows with Eclipse

perl_article_logoAs I shall deal, due to the university, the next six months with Perl, a appropriate IDE was needed. And because there were not given any installation instructions at my university, I have written down in the following, how you can set up a viable development environment for Perl scripts on Windows.
After reading this article you should be able to write Perl code using the IDE “Eclipse”. This has the advantage that in eclipse (by help of plugins) syntax errors are detected, etc.. If you know Eclipse and think it’s too “heavy weight” then you need to be patient for a little bit. In the following days I’ll post a further article in which I’ll describe how you can set up Notepad++ to use it as Perl development environment.
Preparation
Firstly you will need a Perl distribution – I’ve decided on […]

Show status bar in Windows 8 explorer

In Windows 8, as everybody knows, was indeed also heavily bolted to the Explorer. Among other things, the Explorer has now received a ribbon bar. Everything looks very chic and is also functional. However, what I miss in default settings is, that the Explorer in Windows 8 is shipped with hidden status bar. (This is the small bar at the bottom border of the Explorer, where you can see attributes such as size, number of files, etc..)
How do you get the bar to appear again, I would like to show briefly below. Probably since Windows 7 not much has changed to do so, but I was never confronted about in Windows 7-times with this problem.
Step 1:
Open an Explorer window (Computer, My Documents, etc. …).
windows8_explorer_statusleiste_einblenden_1
Step 2:
Switch to the “View” tab in the ribbon bar. Then navigate to “Options” and then […]