Skip to main content

Windows Vista Memory Management Blue Screen of Death

· One min read

The Windows Vista Memory Management BSOD (Blue Screen Of Death) is usually caused by a faulty RAM (Random Access Memory) module or a RAM module that has an incorrect or different speed then the other module which might be in the computer.

  • Download memtestx86 and burn to a CD
  • Boot from the CD and allow the scan to go – any red lines indicate bad RAM. I suggest allowing the scan to go for 2 passes.

Booting into Recovery Partition instead of Operating System

· One min read

Having issues with your computer booting into the Recovery Partition instead of the Windows operating system? Try the guide below to repair.

  1. First download Gparted and burn it to a CD
  2. Boot from the Gparted CD (F12 or Esc are common hotkeys to bring up the boot menu during system startup)
  3. Just press Enter through the default options to boot into the user interface.
  4. You should see several partitions on your computer – this usually consists of System, Operating System (C:) and Data.
  5. Right click the Operating System partition
  6. Left click Flags
  7. Left click Boot (the boot flag will set the OS partition to bootable – it is probably set to System or the Recovery partition at the moment)
  8. Click ok
  9. Now shutdown gparted and restart your computer. It should now boot into the operating system.

Network Map Windows startup Script

· One min read

<br /> echo off<br /> cls<br /> net use z: /delete /y<br /> net use z: "192.168.1.1share" /y<br />

Note:  “Z is the drive letter I have assigned for this example – you can however change this to what you want (if it already is not in use of course).)

Visual/HTML Editor stuck in WordPress

· One min read

Having problems with creating or editing a post on WordPress and you cannot change between the Visual Editor and HTML Editor?

  1. First thing is trying to clearing your browser cache.
  2. If that doesn’t work the issue is probably the theme you are using, some themes have shortcodes and therefore have buttons on the editor that might be damaged or corrupt – the fix for this is update to a newer theme version or change the theme.