Archive for the ‘Windows’ Category

Windows 7 Font Corruption!

9 comments

I’ve been running Windows 7 for about a week now. I’m impressed! It’s like what Vista should have been. Anyway, after uninstalling a copy of Left 4 Dead yesterday, to my surprise all my fonts turned bold or italics.  I mean every font.  System dialogs, PuTTY windows, everything.  A friend of mine pointed me to a solution he found, on Yahoo! Answers of all places!

Read the rest of this entry »

October 22nd, 2009 at 1:40 pm  

Posted in Windows

Running a Cron Job on Windows

one comment

Working with a Windows based web server recently, I ran into a bit of a puzzle when a software package I was using required a regular PHP script to be run.  On POSIX based operating systems like Linux or BSD, this is something you could easily accomplish by running what is known as a ‘cronjob’.

As Windows has no cron daemon, I had to come up with another solution.

Read the rest of this entry »

June 20th, 2009 at 12:13 pm  

Posted in Discoveries, Webmastering, Windows

My Windows Keymap Keeps Changing Itself!

no comments

For months now I’ve been struggling with an issue, where at seemingly random intervals, my keymap would get all scrambled up. Instead of a question mark, an E with an accent would be typed. Normal single quotes turned into backticks, etc.  Very frustrating.  The problem would persist in an application until I closed and reopened it.  With no idea what was causing it, and such a painful fix, I spent some time Googling and have discovered the cause and solution.

My Windows Vista system had a French Canadian keymap installed.  A keyboard shortcut to toggle keymaps must be getting accidentally pressed.

The Fix

  1. Open up the Control Panel
  2. Select ‘Regional and Language Options’
  3. Select the ‘Keyboards and Languages’ tab
  4. Press the ‘Change Keyboards’ button
  5. Select any keymaps you don’t want.  
  6. Click Apply, problem solved!

Unless you regularly switch languages your system should only have one keymap installed.

In the same area of the Control Panel on the Advanced Key Settings tab I discovered a keyboard shortcut for ‘Left-Alt + Shift’ that was part of my problem.  Altering the keyboard shortcut would fix the issue here as well, although deleting the extra keymaps was my preferred solution.

May 18th, 2009 at 4:58 pm  

Posted in Discoveries, Windows

Disable Vista’s Automatic Solution Checking.

2 comments

Sometimes I run a program by accident and want to close it quickly.  In Vista if you try to close a program while it is working, Windows considers this a problem!   So naturally, it fires up a process to check online for a solution.

99% of the time there is no real problem, I’ve just attempted to exit an application while it was busy.  The solution checking is annoying…   here’s how to turn it off!

Turning off  Solution Checking

From the Control Panel (in Classic View), select “Problem Reports and Solutions“.

Under the tasks menu to the left, select ‘Change Settings‘.

Click ‘Advanced Settings

Set the ‘For my programs, problem reporting is: ‘  setting to ‘Off’.

Viola!  No more annoying checking for solutions to non existant problems.

April 5th, 2009 at 11:01 am  

Posted in Discoveries, Windows

SSL Certificate Warnings with Dovecot/Postfix

no comments

I just recently set up a new email server for the company I work with.  With this new setup I’ve tried to be a bit more security conscious, forcing clients to use SSL/TLS when sending and receiving messages.  Part of the process for this setup involved generating a self signed security certificate.

The problem?  Outlook throws a warning message every time it’s opened.

Solution?

Read the rest of this entry »

January 31st, 2009 at 10:09 am  

Posted in Mail, Webmastering, Windows