-
Issue .bat scrip refuses to launch Java application on Windows 7 Pro 64 bit computers. Error message: Windows cannot find ‘javaw’. Make sure you typed the name correctly, and then try again.
-
Outlook 2010 takes long time to delete Gmail messages
Issue User uses Google Gmail service (IMAP) via Microsoft Outlook 2010. Every times user tries to delete a message Outlook hangs for 5-10 seconds. During this time Outlook status bar displays “Downloading folder order“
-
How to identify unknown devices in Windows Device Manager
If you don’t have driver for certain hardware installed on your computer, it may appear in the Device Manager as an Unknown Device or a generic device such as Network Controller, VGA Adapter, etc.
-
Windows Vista install stuck on completing installation
Clean Windows Vista Home installation gets stuck on “completing installation…” step. This can be caused by a few issues, but in my experience the most common is SATA controller mode set to AHCI in BIOS. To resolve, boot into BIOS by pressing F2 (or…
-
Add Netgear ReadyNAS share as VMware ESXi datastore
This article explains how to add a Netgear ReadyNAS Business Pro share to a VMware ESXi host as an NFS (Network File System) datastore. Although I’m using Netgear RadyNAS in this example, similar process would apply to any other NFS compatible NAS…
-
Password protect Joomla administrator directory
One of the ways to increase your Joomla site security is password protect administrator directory. If you use third party hosting provider which offers cPanel site administration, you can easily protect your administrator directory using built-in cPanel Password Protect Directories option. If…
-
Fix missing or incorrect shortcut icons
Issue Icons for some applications or shortcuts appear with incorrect icons or there are no icons at all. If you open file properties you often find that correct icon is displayed.
-
Microsoft Outlook error 0X8004010F – An object could not be found
Issue Send / Receive operation fails with error: Task ‘Microsoft Exchange Server’ reported error (0x8004010F): ‘The operation failed. An object could not be found.’ Following error message gets saved in Sync Issues folder: 0x8004010F An object could not be found.
-
Cannot start Microsoft Outlook. Cannot open the Outlook window. Invalid XML, the view cannot be loaded
Issue Microsoft Outlook fails to start and displays following error message: Cannot start Microsoft Outlook. Cannot open the Outlook window. Invalid XML, the view cannot be loaded. Resolution Start > Run outlook.exe /resetnavpane Microsoft Outlook 2010Windows XP
-
Check your Joomla site for vulnerabilities
OWASP Joomla! Security Scanner is a great security tool to check your Joomla! website for known vulnerabilities and other security issues and be one step ahead of hackers. This tool uses Perl so you need to have it installed on…
-
Change MySQL root password
To change MySQL root password login to the server console and run following command: mysqladmin -u root -p password ‘new-password’ You will be prompted for your old password and new password will be set to newpass.
-
Force Archiving on Hosted Exchange (Office 365)
By default, Office 365 Hosted Exchange processes Archiving policies only once every 7 days. You can force this for any mailbox using Windows PowerShell: Archiving policies for the specified mailbox should be executed within a few minutes.