iCal Having Problems Syncing with Google and Exchange 2007

If new events are not being saved or you keep getting an error when adding an event, you can try to uncheck then check the SSL box.  Also, try deleting events older than 90 days.  If iCal gets stuck while deleting events, you can stop it by turning your wireless...

Ipod Classic Freezes Randomly

I have the same problem, with my ipod (80gb classic) freezing quite alot), I did some research and the solution is to hold both the menu button and the middle button down together, untill the screen goes black and restarts with the apple logo. It should be fine after...

Blackberry Desktop Manager for Mac Sync Error

A sync error occurred. Please retry the sync. What to do? Well… first backup everything you can. Backup the data on the blackberry and also the data you are syncing against (such as your address book or calendar). Then, reset your sync services on the Mac. Do you have...

Mac OS X Bluetooth is Not Available

To restore bluetooth, you need to reset the power management.  Turn off the notebook, unplug the power adapter, remove the batteries, then press and hold the power button for five seconds.  Put the batteries back in and plug in the power adapter and you should be...

How to Flush DNS in Mac OSX

In Mac OSX Leopard, you can use the command dscacheutil -flushcache to flush the DNS resolver cache: bash-2.05a$ dscacheutil -flushcache In Mac OSX versions 10.5.1 and before, the command lookupd -flushcache performed the same task: bash-2.05a$ lookupd...

Deploy Software at Login

By adding one command to your user’s login file and running the below batch file, you can install many applications when users login. The proper command is: start /d\ServerPath filename.bat MS reference to using Start command is found at:...

Enable Remote Desktop (RDP) Remotely

This allows you to enable Remote Desktop remotely and add a Domain User to the Remote Desktop Users local group.’Make sure to replace "<domainname>/" with your Domain name.Const ENABLE_CONNECTIONS = 1Dim PCName, UsrNamestrComputer =...

How to Run Windows Updates Automatically

This script (the core was pulled from Microsoft’s website, and the WindowsUpdate agent install was borrowed from Torgeir Bakken – thank you!) will tell the WU Automatic Update Client (wuaclt.exe) to ‘detectnow’, download and install missing...