Latest Posts Under: Microsoft Windows

This is what you need to do in order to fix the time when booting in Mac OS: 1. Create new file /sbin/localtime-toggle with the following contents: #!/bin/sh to_utc() { echo “localtime-toggle: Toggling to UTC.” date -f %m%d%H%M%Y `date -u +%m%d%H%M%Y` } to_localtime() { echo “localtime-toggle: Toggling to localtime.” date -u -f %m%d%H%M%Y `date +%m%d%H%M%Y` } trap… Read Article →

Did you recently installed Windows 7 on your Mac Book Pro and experience problems while watching movies or YouTube videos? This problem is comming from your audio drivers. It seems that whenever you play something on your laptop and because the microphone is always open your sound card is trying to eliminate noise and this causes… Read Article →

About a month ago in Greece most of the TV Channels changed their broadcast type to Digital (DVB-T). I was waiting for this change for quite some time now since i have my Media Center PC connected at a Projector (720p). On the date of the change i turned my Antenna and started to search… Read Article →

Start – Run – type gpedit.msc. Go to User Configuration – Administrative Templates – Windows Components – Windows Explorer. There you will find many settings to play with! ( only for network administrators ) You may need to reboot the computer for settings to take place.

Scroll To Top