Archive for November, 2009

taskmgr ctrl alt delte does nothing Manager

Monday, November 23rd, 2009

Task Manager file NOT missing, but a virus added a ‘debugger’ key.

I found a registry key under hklm/software/microsoft/windows NT/current version/Image File Execution Options…with taskmgr.exe and value labled “debugger”. When i removed this key task manager would open again from everywhere, without having to rename it. i also found a bunch of anti virus applications listed under this key, with the purpose i’m sure of stopping them from running, too. this wall all the result of an infection from Windows PC Defender.

How to tag people in Facebook wall or status posts.

Saturday, November 21st, 2009

Just type as normal. But use the ‘@’ sign and start typing the first name of the friend you want to tag. Facebook will populate the names for you and those people tagged will have the message show up on their wall.

If FaceBook will not load. Try re-freshing your router or calling your ISP. It could also be a socket error with your TCP/IP. As a final check, flush your DNS by opening a command prompt and typing ‘ipconfig /flushdns’. Good luck, and please keep reading our blog for more fascinating tech tips!

Remove IPCONFIG extra tunnel on Vista/7

Wednesday, November 18th, 2009

To remove all this stuff so ipconfig at a CMD prompt isn’t such a mess.  It’s just unselecting the boxes and then adding the one registry key.  Yes, you MUST restart.

Disable IPv6

Unlike in Windows XP, IPv6 in Windows Vista cannot be uninstalled. To disable IPv6 on a specific connection complete the following steps:

  1. Click the Windows logo located at the bottom left of the screen, and select Network (located on the right hand side of menu).

    Windows menu.

  2. Double click on Network and Sharing Center (along the top panel).

    Network and Sharing Center.

  3. Click the View Status link.

    Network and Sharing Center.

  4. The Local Area Connection Status dialogue box will be displayed. Click the Properties button.

    Local Area Connection Status.

  5. You will be prompted by UAC (User Access Control) prompt asking either to supply the username and password for an administrative user or you will not be allowed to continue.
  6. Next you will be faced with a Local Area Connection Properties dialogue box. Firstly under This connection uses the following items: ensure that Internet Protocol Version 6 (TCP/IPv6) is not checked and select Internet Protocol Version 4 (TCP/IPv4), and then click OK.

    Local Area Connection Properties.

The above method disables IPv6 on your LAN interfaces and connections, but does not disable IPv6 on TUNNEL interfaces or the IPv6 LOOPBACK interfaces.

To disable IPv6 on TUNNEL and LOOPBACK interfaces requires the following steps:

  1. Click the Windows logo located at the bottom left of the screen.
  2. Type regedit in the Start Search entry at the bottom of the menu.

    Registry Editor.

  3. Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\parameters

    Registry Editor.

  4. Right click anywhere on the right hand side of the window and select New and then DWORD.

    Registry Editor.

  5. Name the DWORD DisabledComponents.
  6. Double click DisabledComponents to modify the value.
  7. Change the data value to 1 and ensure that Base is set to Hexadecimal.

    Registry Editor.

  8. Close regedit and re-start the computer.