Saturday, September 15, 2012

Vimeo : A very good substitute for You Tube

Finding an interesting video on YouTube is quite difficult. as good as searching needle in a haystack. Vimeo makes this much easier with the several channels it has – started by users themselves – which curate cool video from other users. Additionally, vimeo does not allow commercial videos, gaming videos, pornography or non-user-generated content, ensuring that the clips are safe.

 

It has unlimited runtime. in the free account. YouTube restricts the user to a maximum runtime of 15 minutes per video. So if you have anything longer. you need to split it before uploading. Vimeo does not have any such restrictions.

 

When you come across a cool video, you can download it without using any third party downloader.

How to change registered owner in Windows 8

Windows 8 Registry - RegisteredOwner and RegisteredOrganizationRegisteredOwner Registry Windows 8

Here are two common scenarios where you would want to change Registered Owner values in the registry.

a) You buy a machine with a pre-installed copy of Windows 8, you hate the fact that Winver does not show your name after 'This product is licensed to:'

b) You install Windows 8 manually, but don't pay attention to the registered owner field.

To ensure we are both talking about the same property I challenge you to launch 'winver'.  Seek out the 'Start Search' dialog box, and type: winver.  Compare what you see wit the above screenshot.

Topics to Change Registered Owner in Windows 8

Instructions for Editing RegisteredOwner or RegisteredOrganization

To amend Windows 8's RegisteredOwner, or Registered Organization, you need to change a registry setting.  Incidentally, some people call this setting Registered User.

Objective to Find the RegisteredOwner Registry Value

I have divided our task into two parts.  Our first task is to find the correct part of the registry; our second task is to edit the actual registry value.Find RegisteredOwner Registry

Method 1) Flashy  Launch Regedit.  Click on the Edit menu and then select 'Find'.  Now type RegisteredOwner in the 'Find what:' dialog box.  Put a tick in only the 'Values' box, see screenshot to the right.  The purpose of this technique is to navigate to the value containing RegisteredOwner as quickly as possible.

Method 2) Safe and Sure  If Method 1 fails, then here is an alternative.

  1. Launch Regedit (See more details on starting regedit)
  2. Navigate to:
    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\.  Alternatively, in Regedit, click the Edit menu, Find, and then type: RegisteredOwner in the dialog box.RegisteredOwner - Windows 8 Registry Hack
  3. Double click on the REG_SZ called RegisteredOwner.
  4. Change the value to your name.
  5. Repeat the above instructions for RegisteredOrganization.
  6. Exit Regedit and launch Start Search, type 'winver' in the dialog box.
Guy Recommends: SolarWinds Engineer's Toolset v10Engineer's Toolset v10

This Engineer's Toolset v10 provides a comprehensive console of utilities for troubleshooting computer problems.  Guy says it helps me monitor what's occurring on the network, and each tool teaches me more about how the underlying system operates.

There are so many good gadgets; it's like having free rein of a sweetshop. Thankfully the utilities are displayed logically: monitoring, discovery, diagnostic, and Cisco tools. Try Engineer's Toolset now!

Download your fully functional trial copy of the Engineer's Toolset v10

An Alternative PowerShell Method for Modifying RegisteredOwner

Pre-Requisites

  1. Naturally, you should backup the registry before experimenting, or at the very least export the Microsoft 'Branch' as a .reg file.
  2. If I were you, I would change '-value Guido' to reflect your name!

# PowerShell script to change RegisteredOwner
$RegKey ="HKLM:\Software\Microsoft\Windows NT\CurrentVersion\"
Set-ItemProperty -path $RegKey -name RegisteredOwner  -value "Guido"

Note 1:  You may wish to append this line to the above code:
Get-ItemProperty -path $RegKey -name RegisteredOwner

$RegKey ="HKLM:\Software\Microsoft\Windows NT\CurrentVersion\"
Get-ItemProperty -path $RegKey -name RegisteredOwner, RegisteredOrganization

Note 2:  You could modify the above registry hack to change a sister key thus:
-name RegisteredOrganization "Your Company".

$RegKey ="HKLM:\Software\Microsoft\Windows NT\CurrentVersion\"
Set-ItemProperty -path $RegKey -name RegisteredOrganization "Your Company"

Note 3: You can see more examples of PowerShell registry editing here.

Guy Recommends : SolarWinds' Free VM MonitorSolarwinds VM Console Free Download

The best feature of this new this new version of SolarWinds VM Monitor is that it checks Windows Hyper-V.  Naturally, it still works with virtual machines on VMware ESX Servers.  VM Monitor is a clever desktop tool that not only tests that your server is online, but also displays the CPU and memory utilization for each node.

It's easy to install and to configure this virtual machine monitor, all you need the host server's IP address or hostname and the logon info. Give this virtual machine monitor a try - it's free.

Download your free copy of SolarWinds VM Monitor.

The Story of Evans Twp and RegisteredOwner

In my homeland of Wales, Twp (pronounced Tupp) means a stupid person. The IT manager of a company I was working with was called Evans, and in common with many mangers, he was not very IT literate.  Consequently, one of the techies, Dai 'eighteen months', nicknamed this manager: Evans Twp. (Dai lost part of an ear in a Rugby scrum, and as a result, he only had an ear and a half!).

The IT department took on a new lad called Peter.  Practical jokes are often part of the initiation ritual for new workers, and this company was no exception.  Peter's first job was to install five new Windows 8 Machines.  During the scripted set-up he discovered the Organization Menu; he stopped and asked Dai 'eighteen months' what he should enter. Dai said, "Put Evans Twp in the box".

When Peter proudly showed off the new computers he was taken aback when Mr Evans went ballistic and accused Peter of undermining his authority.  What happened was Mr Evans typed Winver in the Start Search menu, and saw that the 'Registered To' was: - Evans Twp. (Meaning: Evans the stupid one!)

I was visiting the company doing other work, when I heard of Peter's distress.  Mr Evans told the poor lad that had to come in at the weekend and reinstall the machines, Mr Evans wanted the company name to display as the 'Registered Owner'.  I took Peter aside and showed him how to launch Regedit and find RegisteredOwner. We found Evans Twp and changed it to the name of the company.  Peter was thrilled as it only took a moment to make the registry hack, and Peter went to the rugby match instead of sacrificing his weekend to perform re-installs.

Creating a .Reg File

This page explains how to create, and then edit a .reg files for your computer.  As it's easy to import the contents of a .reg file into the registry, do take extra care with procedures.  Another Example of a RegisteredOwner .reg file.

»

Summary of Windows 8 Change RegisteredOwner

Sometimes computer suppliers leave their name in your copy of Windows 8 - as seen in Control Panel.  With my Windows 8 registry hack you can find entries called: RegisteredOwner and RegisteredOrganization and change their values to suit your organization.  Changing RegisteredOwner has nothing to do with Windows Product Activation (WPA) and will not allow you to register a second copy of Windows 8 legally.

How to Disable USB Group Policy SettingsWindows 8

How to Disable a USB Drive in Windows 8Windows 8 Group Policy Disable USB

Preventing users from attaching their USB sticks to your computers is a challenge worthy of Group Policy.

For maximum protection I recommend you test not one, but four GPO settings to disable the USB drive.

Methods for Disabling a USB Drive with a Group Policy

Computer or User Configuration?

You have two main tactics, firstly, to prevent users from installing USB drivers, and secondly twart them from reading from a USB device.  The problem with preventing installing a driver is that one may have been installed already; in which case policy will be ineffective.

My preferred tactic is to foil people reading from the USB drive.  The problem here is they can still write, or even execute programs on the drive.  Good news, I have a Plan B whereby we employ sister group policies to disable write, and separately, to disable execute.  The only problem now is that nobody can use a USB drive.

If this is not the outcome you want, then set these three policies in the User Configuration (rather than the Computer section), and deny them to administrators.  This double negative means that administrators can use the USB ports unhindered, while ordinary users are denied access.

Windows 8 Group Policy Disable USB Driver Windows 8 Group Policy Disable USB

Only in the Computer Configuration section can you configure a policy to: 'Prevent installation of removable devices'

Launch GPMC or Gpedit on Windows 8, now expand:

Computer Configuration
. Administrative Templates
... System
..... Device Installation
....... Device Installation Restrictions
......... Prevent installation of removable devices
          (Enable)

This policy setting prevents the installation of devices that are not specifically described by any other policy setting.

If you enable this setting, Windows is prevented from installing the device driver.

Note 1: As with many Windows 8 Group Policies, check the logic, for instance, Prevent -- > Enable.  This means you cannot use the USB drive.

Note 2: In keeping with a modern trend there is no need to reboot, or even logoff before this policy bites.  You may however, like to run the command-line Gpupdate on the Windows 8 client.

Windows 8 Group Policy Disable USB Read / Write

Setting group policies in either the Computer, or User Configuration can prevent people from reading (or writing) to a USB device, or copying files to the USB stick.  Using a policy in the Computer Configuration section is simple and absolute.  While configuring 'Removable disks: Deny read access' in the User Section is more flexible, it leaves you open to permissions problems, or to be realistic, opening the door for administrators to remove data from machines.Windows 8 Group Policy Removable Disks Deny read access

Computer Configuration
. Administrative Templates
... System
..... Removable Storage Access
....... Removable disks: Deny read access
        (Enable)

Normally you would also Enable the 'Deny execute access', and 'Deny write access' next-door group policies.  As I mentioned earlier, you could also set the same policies in the User Configuration.

Note 3: To reverse this group policy I set Removable disks: Deny read access, back to 'Not configured' rather than setting it to: 'Disable'

Guy Recommends: SolarWinds Free Wake-On-LAN UtilitySolarwinds Wake-On-LAN

Encouraging computers to sleep when they're not in use is a great idea - until you are away from your desk and need a file on that remote sleeping machine!

WOL also has business uses for example, rousing machines so that they can have update patches applied.  My real reason for recommending you download this free tool is because it's so much fun sending those 'Magic Packets'. Give WOL a try - it's free.

Download your free copy of SolarWinds Wake-On-LAN

Registry Techniques to Disable USB Access

Another strategy to frustrate users with USB sticks copying files from your Windows 8 computer is to disable the USBSTOR service in the registry. This method highlights the fact that a knowledgeable and determined local administrator could reverse this attempt to disable USB access - unless your Group Policy disables regedit too.  Anyway, you can research thus:

Launch Windows 8's regedit and drill down to:

  • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR
  • Change the 'Start' type to 4 = Disabled.

You could also do the same thing at:

  • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBHUB3
  • Again, set 'Start' from 3 to 4.
Disable USB Access Using Deny Permission on the .INF and .PNF Files

This is my least favourite method, there is an element of closing the door after the horse has bolted, because it won't work if the user has already used their USB stick.  Also users are likely to research methods to reverse this process.

  • Launch Windows Explorer, and then browse the %SystemRoot%\Inf folder.
  • Locate the Usbstor.inf file, right-click then select Properties.
  • You want the Security tab. 
  • Click on Edit [Key Point] For the Group or user names set 'Deny' Full Control.
  • N.B. Repeat the 'Deny' procedure for Usbstor.pnf.
Registry Research For Windows 8 Group Policy

Experimenting with USBSTOR led me to wonder where in the registry the other group policies tattooed their settings.  I found the aboveDisable USB settings at this place in the registry:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\{D3598721-D2A9-44EA-90C9-55E08A006B29}User\Software\Policies\Microsoft\Windows\RemovableStorageDevices\{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}

My technique was to launch Regedit and export the entire registry, I called the file: USBEnable.reg.  Next I made the change to, 'Removable disks: Deny read access', then I exported it again into USBDisable.reg.  Next I ran either WinDiff or this PowerShell script:

# PowerShell script to find registry differences
$strReference = Get-Content "C:\PShell\USBEnable.reg"
$strDifference = Get-Content "C:\PShell\USBDisable.reg"
Compare-Object $strReference $strDifference

Note 4: The script took about 15 minutes to complete.  You could improve on my experiment by exporting only the HKEY_CURRENT_USER branch of the registry.

Note 5: See more on PowerShell Compare-Object.

»

Troubleshooting Windows 8 USB Group Policies

Get a Test Machine
If possible get a test Windows 8 machine and use Gpedit, rather than risking a domain OU with GPMC. Your final mission may well be a group policy in a domain, but this does introduce extra layers for troubleshooting, for example Domain Controller replication and update delays.

Like their predecessors, Windows 8 Group policies make changes to the registry, a fact which you can turn to your advantage by creating your own .adm template based on registry keys, then importing these settings into your Group Policy.  That said this advanced technique is only useful if there is no existing policy in the Administrative Template section.

Get a Simple Policy Working
If a group policy that I am attempting to apply does not work, I go back to basics and get a simple policy to work just to make sure I am not making a fundamental mistake.  Also a strange thing happens once I get one policy working it seems easier to get other more tricky settings to do what I ask of them.

Read the Policy Carefully
Be careful with double negatives in group policies, for instance, 'Turn off xyz...' Disabled, would mean a user gets xyz.  Check your logic with a quick look at the description of a policy you are about to apply.

Download Windows 8 Group Policy Settings

Solarwinds Config GeneratorGuy Recommends: The Free Config Generator

SolarWinds' Config Generator is a free tool, which puts you in charge of controlling changes to network routers and other SNMP devices.  Boost your network performance by activating network device features you've already paid for.

Guy says that for newbies the biggest benefit of this free tool is that it will provide the impetus for you to learn more about configuring the SNMP service with its 'Traps' and 'Communities'. Try Config Generator now - it's free!

Download your free copy of Config Generator

Here Other Windows 8 Group Policies to Disable Settings
  • Prohibit access to Control Panel
  • Configure automatic updates (For Windows 8)
  • Enforce disk quota limit.
  • Require a password when a computer wakes.
  • Turn off Autoplay.
  • Do not allow pinning programs to the Taskbar.
  • Windows Firewall: Do not allow exceptions.
  • Prohibit connection to roaming Mobile Broadband networks.
  • Internet Explorer is a fertile area, for example: 'Disable change proxy settings'

Enlightened administrators can find ways of using Windows 8 group policies to make life easier for their users, for example, on low-spec machines 'Always render print jobs on the server'.

Summary of Windows 8 Disable USB Group Policy Settings

If you need to increase security by preventing users from attaching their USB sticks, then there are four group policies to help you achieve your goal.

You can prevent installation of removable device drivers.  But this may not work, if a USB stick has been attached to the Windows 8 machine previously, and the driver is already there.  Thus my first choice would be a policy to disable the ability to read from the USB drive.

A very good Substitute for Google

Duck Duck Go

Yeah, thats the name  www.duckduckgo.com
This is a very good replacement for google. You will find its Zero-Click information. It means you search for any item and duckduckgo will give you a quick summary by collating information from different sources. So if you were to search for a movie, it will grab information from IMDB, Wikipedia and maybe even a booking site to give you relevant results. and you can ask the search engine " Who is the cricketer of the year 2012" to get an instant answer.
Another big plus is privacy. Google is hell bent on collecting and sharing your personal information as it pleases. it is seen as the big bad villain on the internet. duckduckgo is quite the opposite. it does not collect any data about you, as well as does not send your private data to any site you visit.

!band is another good feature. its a shotcut to let you search within your intended site. Let's see, you want to search for Shahrukh Khan on facebook so you just type !Facebook Shahrukh Khan in the search box and you will be presented with Facebook's search results for the term.

Friday, July 22, 2011

How to enhance security of your PC ?—Article by PC magazine

Before you spend a dime on security, there are many precautions you can take that will protect you against the most common threats.

1. Check Windows Update and Office Update regularly (_http://office.microsoft.com/productupdates); have your Office CD ready. Windows Me, 2000, and XP users can configure automatic updates. Click on the Automatic Updates tab in the System control panel and choose the appropriate options.

2. Install a personal firewall. Both SyGate (_www.sygate.com) and ZoneAlarm (_www.zonelabs.com) offer free versions.


3. Install a free spyware blocker. Our Editors' Choice ("Spyware," April 22) was SpyBot Search & Destroy (_http://security.kolla.de). SpyBot is also paranoid and ruthless in hunting out tracking cookies.

4. Block pop-up spam messages in Windows NT, 2000, or XP by disabling the Windows Messenger service (this is unrelated to the instant messaging program). Open Control Panel | Administrative Tools | Services and you'll see Messenger. Right-click and go to Properties. Set Start-up Type to Disabled and press the Stop button. Bye-bye, spam pop-ups! Any good firewall will also stop them.

5. Use strong passwords and change them periodically. Passwords should have at least seven characters; use letters and numbers and have at least one symbol. A decent example would be f8izKro@l. This will make it much harder for anyone to gain access to your accounts.

6. If you're using Outlook or Outlook Express, use the current version or one with the Outlook Security Update installed. The update and current versions patch numerous vulnerabilities.

7. Buy antivirus software and keep it up to date. If you're not willing to pay, try Grisoft AVG Free Edition (Grisoft Inc., w*w.grisoft.com). And doublecheck your AV with the free, online-only scanners available at w*w.pandasoftware.com/activescan and _http://housecall.trendmicro.com.

8. If you have a wireless network, turn on the security features: Use MAC filtering, turn off SSID broadcast, and even use WEP with the biggest key you can get. For more, check out our wireless section or see the expanded coverage in Your Unwired World in our next issue.

9. Join a respectable e-mail security list, such as the one found at our own Security Supersite at _http://security.ziffdavis.com, so that you learn about emerging threats quickly and can take proper precautions.

10. Be skeptical of things on the Internet. Don't assume that e-mail "From:" a particular person is actually from that person until you have further reason to believe it's that person. Don't assume that an attachment is what it says it is. Don't give out your password to anyone, even if that person claims to be from "support."

How to Rip TM Dynamic Flash Templates

What you need:

Sample dynamic flash template from TM website
Sothink SWF Decompiler
Macromedia Flash
Yourself


1. browse or search your favorite dynamic flash template in TM website. If you got one... click the "view" link and new window will open with dynamic flash.. loading...

2. If the movie fully loaded, click View -> Source in your browser to bring the source code of the current page and in the source code, search for "IFRAME" and you will see the iframe page. In this example were going to try the 7045 dynamic template. get the URL(ex.
http://images.templatemonster.com/screenshots/7000/7045.html) then paste it to your browser... easy eh? wait! dont be to excited... erase the .html and change it to swf then press enter then you'll see the flash movie again icon_smile.gif.

3. copy the URL and download that SWF file.. use your favorite download manager.. mine I used flashget icon_smile.gif NOTE: dont close the browser we may need that later on.

4. open your Sothink SWF decompiler... click "Quick Open" then browse where you download your SWF/movie file. Click Export FLA to export your SWF to FLA, in short, save it as FLA icon_smile.gif

5. Open your Macromedia FLash and open the saved FLA file. press Control+Enter or publish the file... then OMG! the output window will come up with "Error opening URL blah blah blah..." dont panic, that error will help you where to get the remaining files.

6. Copy the first error, example: "7045_main.html" then go back to your browser and replace the 7045.swf to 7045_main.html press enter and you'll see a lot of text... nonsense text icon_lol.gif that text are your contents...

NOTE: when you save the remaining files dont forget to save with underscore sign (_) in the front on the file without the TM item number (e.g. 7045) if it is html save it as "_main.html" and same with the image save it as "_works1.jpg" save them where you save the FLA and SWF files. Continue browsing the file inside Flash application so you can track the remaining files... do the same until you finish downloading all the remaining the files.

Why your PCs crashed ????

Fatal error: the system has become unstable or is busy," it says. "Enter to return to Windows or press Control-Alt-Delete to restart your computer. If you do this you will lose any unsaved information in all open applications."

You have just been struck by the Blue Screen of Death. Anyone who uses Microsoft Windows will be familiar with this.

What can you do?

More importantly,

How can you prevent it happening?

1 Hardware conflict

The number one reason why Windows crashes is hardware conflict. Each hardware device communicates to other devices through an interrupt request channel (IRQ). These are supposed to be unique for each device.

For example, a printer usually connects internally on IRQ 7. The keyboard usually uses IRQ 1 and the floppy disk drive IRQ 6. Each device will try to hog a single IRQ for itself.

If there are a lot of devices, or if they are not installed properly, two of them may end up sharing the same IRQ number. When the user tries to use both devices at the same time, a crash can happen. The way to check if your computer has a hardware conflict is through the following route:

* Start-Settings-Control Panel-System-Device Manager.

Often if a device has a problem a yellow '!' appears next to its description in the Device Manager. Highlight Computer (in the Device Manager) and press Properties to see the IRQ numbers used by your computer. If the IRQ number appears twice, two devices may be using it.

Sometimes a device might share an IRQ with something described as 'IRQ holder for PCI steering'. This can be ignored. The best way to fix this problem is to remove the problem device and reinstall it.

Sometimes you may have to find more recent drivers on the internet to make the device function properly. A good resource is www.driverguide.com. If the device is a soundcard, or a modem, it can often be fixed by moving it to a different slot on the motherboard (be careful about opening your computer, as you may void the warranty).

When working inside a computer you should switch it off, unplug the mains lead and touch an unpainted metal surface to discharge any static electricity.

To be fair to Microsoft, the problem with IRQ numbers is not of its making. It is a legacy problem going back to the first PC designs using the IBM 8086 chip. Initially there were only eight IRQs. Today there are 16 IRQs in a PC. It is easy to run out of them. There are plans to increase the number of IRQs in future designs.

2 Bad Ram

Ram (random-access memory) problems might bring on the blue screen of death with a message saying Fatal Exception Error. A fatal error indicates a serious hardware problem. Sometimes it may mean a part is damaged and will need replacing.

But a fatal error caused by Ram might be caused by a mismatch of chips. For example, mixing 70-nanosecond (70ns) Ram with 60ns Ram will usually force the computer to run all the Ram at the slower speed. This will often crash the machine if the Ram is overworked.

One way around this problem is to enter the BIOS settings and increase the wait state of the Ram. This can make it more stable. Another way to troubleshoot a suspected Ram problem is to rearrange the Ram chips on the motherboard, or take some of them out. Then try to repeat the circumstances that caused the crash. When handling Ram try not to touch the gold connections, as they can be easily damaged.

Parity error messages also refer to Ram. Modern Ram chips are either parity (ECC) or non parity (non-ECC). It is best not to mix the two types, as this can be a cause of trouble.

EMM386 error messages refer to memory problems but may not be connected to bad Ram. This may be due to free memory problems often linked to old Dos-based programmes.

3 BIOS settings

Every motherboard is supplied with a range of chipset settings that are decided in the factory. A common way to access these settings is to press the F2 or delete button during the first few seconds of a boot-up.

Once inside the BIOS, great care should be taken. It is a good idea to write down on a piece of paper all the settings that appear on the screen. That way, if you change something and the computer becomes more unstable, you will know what settings to revert to.

A common BIOS error concerns the CAS latency. This refers to the Ram. Older EDO (extended data out) Ram has a CAS latency of 3. Newer SDRam has a CAS latency of 2. Setting the wrong figure can cause the Ram to lock up and freeze the computer's display.

Microsoft  Windows is better at allocating IRQ numbers than any BIOS. If possible set the IRQ numbers to Auto in the BIOS. This will allow Windows to allocate the IRQ numbers (make sure the BIOS setting for Plug and Play OS is switched to 'yes' to allow Windows to do this.).

4 Hard disk drives

After a few weeks, the information on a hard disk drive starts to become piecemeal or fragmented. It is a good idea to defragment the hard disk every week or so, to prevent the disk from causing a screen freeze. Go to

* Start-Programs-Accessories-System Tools-Disk Defragmenter

This will start the procedure. You will be unable to write data to the hard drive (to save it) while the disk is defragmenting, so it is a good idea to schedule the procedure for a period of inactivity using the Task Scheduler.

The Task Scheduler should be one of the small icons on the bottom right of the Windows opening page (the desktop).

Some lockups and screen freezes caused by hard disk problems can be solved by reducing the read-ahead optimisation. This can be adjusted by going to

* Start-Settings-Control Panel-System Icon-Performance-File System-Hard Disk.

Hard disks will slow down and crash if they are too full. Do some housekeeping on your hard drive every few months and free some space on it. Open the Windows folder on the C drive and find the Temporary Internet Files folder. Deleting the contents (not the folder) can free a lot of space.

Empty the Recycle Bin every week to free more space. Hard disk drives should be scanned every week for errors or bad sectors. Go to

* Start-Programs-Accessories-System Tools-ScanDisk

Otherwise assign the Task Scheduler to perform this operation at night when the computer is not in use.

5 Fatal OE exceptions and VXD errors

Fatal OE exception errors and VXD errors are often caused by video card problems.

These can often be resolved easily by reducing the resolution of the video display. Go to

* Start-Settings-Control Panel-Display-Settings

Here you should slide the screen area bar to the left. Take a look at the colour settings on the left of that window. For most desktops, high colour 16-bit depth is adequate.

If the screen freezes or you experience system lockups it might be due to the video card. Make sure it does not have a hardware conflict. Go to

* Start-Settings-Control Panel-System-Device Manager

Here, select the + beside Display Adapter. A line of text describing your video card should appear. Select it (make it blue) and press properties. Then select Resources and select each line in the window. Look for a message that says No Conflicts.

If you have video card hardware conflict, you will see it here. Be careful at this point and make a note of everything you do in case you make things worse.

The way to resolve a hardware conflict is to uncheck the Use Automatic Settings box and hit the Change Settings button. You are searching for a setting that will display a No Conflicts message.

Another useful way to resolve video problems is to go to

* Start-Settings-Control Panel-System-Performance-Graphics

Here you should move the Hardware Acceleration slider to the left. As ever, the most common cause of problems relating to graphics cards is old or faulty drivers (a driver is a small piece of software used by a computer to communicate with a device).

Look up your video card's manufacturer on the internet and search for the most recent drivers for it.

6 Viruses

Often the first sign of a virus infection is instability. Some viruses erase the boot sector of a hard drive, making it impossible to start. This is why it is a good idea to create a Windows start-up disk. Go to

* Start-Settings-Control Panel-Add/Remove Programs

Here, look for the Start Up Disk tab. Virus protection requires constant vigilance.

A virus scanner requires a list of virus signatures in order to be able to identify viruses. These signatures are stored in a DAT file. DAT files should be updated weekly from the website of your antivirus software manufacturer.

An excellent antivirus programme is McAfee VirusScan by Network Associates ( www.nai.com). Another is Norton AntiVirus 2000, made by Symantec ( www.symantec.com).

7 Printers

The action of sending a document to print creates a bigger file, often called a postscript file.

Printers have only a small amount of memory, called a buffer. This can be easily overloaded. Printing a document also uses a considerable amount of CPU power. This will also slow down the computer's performance.

If the printer is trying to print unusual characters, these might not be recognised, and can crash the computer. Sometimes printers will not recover from a crash because of confusion in the buffer. A good way to clear the buffer is to unplug the printer for ten seconds. Booting up from a powerless state, also called a cold boot, will restore the printer's default settings and you may be able to carry on.

8 Software

A common cause of computer crash is faulty or badly-installed software. Often the problem can be cured by uninstalling the software and then reinstalling it. Use Norton Uninstall or Uninstall Shield to remove an application from your system properly. This will also remove references to the programme in the System Registry and leaves the way clear for a completely fresh copy.

The System Registry can be corrupted by old references to obsolete software that you thought was uninstalled. Use any good Reg Cleaner to clean up the System Registry and remove obsolete entries. It works on Windows 95, Windows 98, Windows 98 SE (Second Edition), Windows Millennium Edition (ME), NT4 and Windows 2000.

Read the instructions and use it carefully so you don't do permanent damage to the Registry. If the Registry is damaged you will have to reinstall your operating system. Reg Cleaner can be obtained from www.jv16.org

Often a Windows problem can be resolved by entering Safe Mode. This can be done during start-up. When you see the message "Starting Windows" press F4. This should take you into Safe Mode.

Safe Mode loads a minimum of drivers. It allows you to find and fix problems that prevent Windows from loading properly.

Sometimes installing Windows is difficult because of unsuitable BIOS settings. If you keep getting SUWIN error messages (Windows setup) during the Windows installation, then try entering the BIOS and disabling the CPU internal cache. Try to disable the Level 2 (L2) cache if that doesn't work.

Remember to restore all the BIOS settings back to their former settings following installation.

9 Overheating

Central processing units (CPUs) are usually equipped with fans to keep them cool. If the fan fails or if the CPU gets old it may start to overheat and generate a particular kind of error called a kernel error. This is a common problem in chips that have been overclocked to operate at higher speeds than they are supposed to.

One remedy is to get a bigger better fan and install it on top of the CPU. Specialist cooling fans/heatsinks are available from www.computernerd.com or www.coolit.com

CPU problems can often be fixed by disabling the CPU internal cache in the BIOS. This will make the machine run more slowly, but it should also be more stable.

10 Power supply problems

With all the new construction going on around the country the steady supply of electricity has become disrupted. A power surge or spike can crash a computer as easily as a power cut.

If this has become a nuisance for you then consider buying a uninterrupted power supply (UPS). This will give you a clean power supply when there is electricity, and it will give you a few minutes to perform a controlled shutdown in case of a power cut.

It is a good investment if your data are critical, because a power cut will cause any unsaved data to be lost.