Apr
29
2009
0

Sophos small business solutions: error ‘You do not have sufficient privileges to run the Sophos Anti-Virus

When trying to open Sophos on the client (by right clicking the system tray icon and selecting ‘Open Sophos Antivirus’) you get the following error:

You do not have sufficient privileges to run the Sophos Anti-Virus main application.
You are not a member of one of the Sophos groups. In order to be able to launch this application, you must be a member of SophosAdministrator, SophosPowerUser or SophosUser group. Please contact the Administrator.

Fix can be found on the Sophos site:

http://www.sophos.com/support/knowledgebase/article/17403.html

However if this does not work (as it didn’t for me) you will need to reinstall Sophos on that client. Remember to delete it off the server too from the enterprise console.

Written by Pete in: Uncategorized |
Apr
24
2009
0

Installing a Printer on PC Anywhere 9.0

1  Make a pcAnywhere connection to the host computer.

2   On the host computer, launch pcAnywhere.

3   Click Tools > Application Options. The Application Options window appears.

4    Click the Remote Printing tab, and then click Add. A printer selection list appears.

5    Select the printer manufacturer and the printer model from the list, and then click Next.

6    Enter a name for the printer, and then click Finish.

This printer is automatically assigned to Pcaw.prn.

You can then go through the add printer wizard in Windows – select Local Printer then the pcaw.prn port.

Written by Pete in: Printers |
Apr
22
2009
1

System Restore Next Button Does Not Work

“I was trying to restore a PC and after selecting a restore point in system restore the ‘next’ button would not work.”

Check the following:

1. Login using Administrator
2. Click start > run > regedit
3. Go to HKEY_Local_Machine/software/microsoft/windows/CurrentVersion/RunOnce
4. Right-click on the RunOnce folder and click “Permissions”
5. Highlight “Admnistrators” in the top box
6. Check the box in “Full Control” line and “Allow” column
7. Click “OK” to save the settings
8. Delete any key with the name of “*Restore” in RunOnce folder, if any
9. Close Registry, reboot and start System Restore

Failing this check your computer for Virus’ and Spyware, often these interfere with the system restore process.

Written by Pete in: Uncategorized |
Apr
21
2009
1

How to remove a printer driver in Windows XP

Windows XP

Windows XP has a user interface feature to delete driver files – to delete printer drivers in Windows XP:

  1. Click Start, and then click Printers and Faxes.
  2. On the File menu, click Server Properties.
  3. On the Drivers tab, click the printer driver that you want to delete, and then click Remove.
Written by Pete in: Uncategorized |
Apr
14
2009
0

BlackBerry Controller error 5003

After I rebooted our Blackberry server today the Blackberry Controller service would not restart and the system log showed ‘error 5003′.

I did the following to fix the issue:

  1. Stop the DNS, start the BlackBerry Controller service, and then restart the DNS.Note: The issue could potentially occur again when the computer is restarted.
  2. Modify the value of the Syslog User Datagram Protocol (UDP) port using the HKEY_LOCAL_MACHINE\Software\Research In Motion\BlackBerry Enterprise Server\Controller\SysLogPort registry key to utilize port 4071 and restart the BlackBerry Enterprise Server services. Note: If the SysLogPort registry key is not be present, it can be created as a DWORD key before performing the workaround.
Written by Pete in: Blackberry |
Apr
07
2009
0

How to add onclick values to a list in Jquery

This bit of jquery will add an onclick value to list items based on the link within the list item.

The idea is that the whole lists items become links rather than just the link text. Its ideal if you want to colour the background of a list item and have it clickable.

<script type="text/javascript">
$(document).ready(function(){
$("li").each(function(){
var url = "location.href='"+$("a", this).attr("href")+"'";
$(this).attr('onclick', url);
});
$("li").each(function(){
var url = "location.href='"+$("a", this).attr("href")+"'";
$(this).attr('onclick', url);
});
});
</script>

The only downside to this method is if you have a list within a list such as a nested Drupal menu.

Written by Pete in: jquery |
Apr
06
2009
0

Brother ML 1440 Printing in Windings

Update to the latest driver from

www.brother.co.uk

Written by Pete in: Printers,Uncategorized |

Powered by WordPress | Aeros Theme | TheBuckmaker.com WordPress Themes