Skip to main content

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.

How to increase posts displayed in WordPress All Post page

· One min read

Do you want to display more then 20 posts in the All Posts list within WordPress? Follow the guide below to reveal the rest.

  1. Make sure you are logged into your WordPress account
  2. Click on Posts (left hand side)
  3. Click All Posts
  4. Click Screen Options (up the top)
  5. You should now see a an editable number box – at the moment it should be set to: 20. Change this field to match how many posts you would like to display (for example 500).
  6. Click Apply
  7. Your All Posts page should now display the amount of posts listed in step 5