Thursday, 7 October 2010

Using Remote Assistance

Requesting help using Remote Assistance

Sometimes the best way to fix a problem is to have someone show you how. Remote Assistance is a convenient way for a distant friend to connect to your computer from another computer running a compatible operating system, such asWindows XP, and walk you through your solution.
By following the easy steps in Remote Assistance, you can use WindowsMessenger Service or an e-mail message to invite a friend to connect to your computer. After he or she is connected, your friend will be able to view your computer screen and chat with you in real time about what you both see. With your permission, your assistant can even use his or her mouse and keyboard to work with you on your computer.
To start Remote Assistance
  1. Click Start, and then click Help and Support.
  2. Click Invite a friend to connect to your computer with Remote Assistance.
Notes
  • Both you and your helper must be using either Windows Messenger Service or a MAPI-compliant e-mail account such as Microsoft Outlook or Outlook Express.
  • You and your helper need to be connected to the Internet while using Remote Assistance.
  • If you are working on a local area network, firewalls might stop you from using Remote Assistance. In this case, check with your network administrator before using Remote Assistance.
  • If for some reason you are unable to send an invitation by using e-mail orWindows Messenger Service, you can create and save an invitation. On the first page of Remote Assistance, click Invite someone to help you. On the next page, click Save invitation as a file (Advanced), and follow the instructions to save the file. You can then send the saved invitation file to your helper in the manner you choose, such as copying it onto a floppy disk or a shared network location, sending it over another e-mail service or an FTP connection, and so on.

Search:

Password Security in Remote Assistance

Using password security in Remote Assistance

If you send an invitation in an e-mail message, you should specify a strong password for the assistant to use, in order to protect your computer from someone pretending to be your helper.
Strong passwords are important because the tools and computers that people use to guess passwords continue to improve. Passwords that once took weeks to break can now be broken in hours.
Remember to communicate the password (for example, in an e-mail message) to your assistant beforehand.
The password should:
  • Be at least seven characters long.
  • Contain letters, numerals, and symbols.
  • Have at least one symbol character in the second through sixth positions.
  • Be significantly different from prior passwords.
  • Not contain your name or user name.
  • Not be a common word or name.
Note
  • If you set a password, the person you invite will need to know it in order to connect to your computer. The password is not automatically sent to the invitee.

Windows file system

Before formatting a volume or partition, consider the file system with which to format it. Windows 2000 and Windows XP support the NTFS file system, File Allocation Table (FAT), and FAT32. NTFS is the recommended file system forWindows 2000 and Windows XP because it supports several features that the other file systems do not, such as file and folder permissions, encryption, large volume support, and sparse file management. However, you must format the volume or partition as FAT if you plan to access files on that volume or partition from other operating systems, including MS-DOSWindows 95Windows 98,Windows Millennium Edition, and Windows NT 4.0.
Choose NTFS only if you are running Windows 2000 or Windows XP and you want to take advantage of NTFS features.
The following features are unique to NTFS:
  • Compression
  • Disk quotas
  • Encryption
  • Mount points
  • Remote storage
In addition, NTFS is required on all dynamic disks and GUID partition table (GPT)disks.
For more information about installing multiple operating systems on a volume, see Installing more than one operating system on your computer.

Add some xfbml content

Add some xfbml content

Now it's time to add some xfbml content. This should be inserted as raw html code wherever you want it to appear in your page. A couple of examples are shown below.

Like button

urlofwebpage">

Replace the url of webpage as appropriate

Comments

unique_id">

Note that the unique_id should be unique for each separate comment thread you want.

You can find more social plugins on the Facebook developers social plugins page

You then need to repeat for any other pages that you want to add these features to.

Adding to Wordpress Template

Adding to Wordpress Template

In Wordpress you need to make the same changes as above, but these need to go into the Wordpress templates. You can also add a small amount of wordpress php code to ensure that each blog entry has it's own comment field.

This is all done in the theme for the site, and as such will be propagated across all relevant posts / pages depending upon which you update. You may want to create your own theme and edit that rather than the original, but you can just edit the original.

From the administration dashboard go to "Appearance" and "Editor", then choose the appropriate theme.

You then need to select the appropriate template file.

header.php (Header)
The xmlns tag should be entered within this template file.

footer.php (Footer)
You should insert the JavaScript code for the bottom of the page in this file.

single.php (Single Post) and/or page.php (Page Template)
These template files are used for blog posts and wordpress pages respectively. Update either or both of these depending upon which pages you would like to add your Facebook plugin to.

To include the individual post ID (eg. for the comment unique code) then add:

For example in my single.php file I have inserted the following just before the wordpress comments section:

"> ?>

Adding the Facebook JavaScript SDK to your site

Adding the Facebook JavaScript SDK to your site

To add this functionality you will need to update your web page html code. This will depend upon how you create your web pages as to how you add this. If you are using Dreamweaver you should switch to the code view; using Wordpress see later in this post; using a template based system you will need to edit the templates through a template editor; any other system you need to look for a source code edit feature.

Now start at the top of the page and look for an entity starting and add xmlns:fb="http://www.facebook.com/2008/fbml" at the end of the entity (before the closing angle bracket >). If you don't have an xmlns tag then create one as follows:

xmlns:fb="http://www.facebook.com/2008/fbml">

Now go down to the very bottom of the page and insert the following just before the tag: You will need to change the appID to the one provided when you register your application. Note you could instead copy and paste this section of code directly from the example that Facebook provides when you register.



Adding Facebook Social Plug in

I've used the Facebook Connect social plugins to provide a comments feature to my website blogs (see: Blog comments using Facebook connect social plugins).

The reason I added this was because of the way that I create my blog. I use Wordpress as my blog engine running on my WatkissOnline web server, but then depending upon the category, some of the posts are exported to the First Aid Quiz (Health, Safety and First Aid related) website and some to the PenguinTutor.com (Linux, computer and technology related) website. This works well except for one feature, the comments are not available except on the main Wordpress site. Technically it would be possible to show the comments and even to create a proxy system to submit comments, but this would need a significant amount of time to develop properly. So I looked at what other options were available and came across Facebook Connect. This provides a number of facebook social networking features that can be integrated into other web sites.

There are a number of advantages to using Facebook such as:

  • Easy to add to your web site (only a few lines of code)
  • No additional data protection regulations (Facebook is responsible for those)
  • Encourages other Facebook users to know and engage with your web site

It is the last of these that is very appealing.

There are some downsides as well such as:

  • Lack of direct ownership of the comments
  • Does not directly build your potential customer base - although creates alternative in form of "fans"
  • It is only going to be as good as how well your users trust Facebook (which is working at alaying fears over privicy at the moment)

I believe that the potential benefits more than out way the negative aspects.

Enabling Facebook Connect XFBML

Enabling Facebook Connect XFBML

There are a couple of different ways of embedding Facebook content into a website. I've chosen to use the JavaScript SDK with XFBML which incorporates the Facebook Markup Language into the page's HTML. This sounds quite scary, but is in fact a simple way of embedding the features using only a minimal amount of code. If you are not familiar with what html code is or what it looks like then you may want to learn some html before continuing (see book review HTML, XHTML & CSS Sixth Edition, by Elzabeth Castro).

The JavaScript SDK is a chunk of JavaScript code that is downloaded to your visitor's browser and converts the XFBML tags into code that your web browser can understand.

The first step to using the JavaScript SDK is to register as an application with Facebook. We won't actually be creating an application as such, but it means that you will be allocated an Application ID which is needed to allow your site to use the SDK.

Register as a Facebook application developer here.

Enter an "application name" and you will then be provided with the following information along with an example page. It's the unique App ID we are interested in here.

App name: yoursitename
App URL: http://www.yourwebsite.com
App ID: 123123123123
App secret:123123123123

VGA Feature Conector

Does anyone know how the VGA video feature connector operates? I would like to know which of the pins are inputs, which are outputs, and which are bidirectional (if any - and how the direction is selected).

I have found a pinout for the connector:

Video Feature Connector Pinouts.

Pin     Name   Function 1       PD0    Dac Pixel data bit 0 2       PD1                   bit 1 3       PD2                   bit 2 4       PD3                       3 5       PD4                       4 6       PD5                       5 7       PD6                       6 8       PD7                       7 9       -      Dac Clock 10      -      Dac Blanking 11      -      Horizontal Sync 12      -      Vertical Sync 13      -      Ground  14      -      Ground 15      -      Ground 16      -      Ground 17      -      Select Internal Video 18      -      Select Internal Sync 19      -      Select Internal Dot Clock 20      -      Not Used 21      -      Ground 22      -      Ground 23      -      Ground 24      -      Ground 25      -      Not Used 26      -      Not Used 
And I assume that pins 1 - 12 are outputs, and 17 - 19 are inputs. Is this correct?

The reason is this - I have a Rombo Media Pro+ video digitising card. It chroma keys its output into the vga monitor signal. However, although it is supposed to work with an ET-4000 with Hi-colour RAMDAC, the colours on screen behave as if the top 2 bits of colour information are missing, and red, green, blue signals are swapped around. Rombo has suggested that this may be due to insufficient buffering on the feature connector outputs, and is happy to sell me a buffer device for 50 pounds. I would rather save about 45 pounds, and build my own. I assume it would require (for example) a 74F244 buffer IC (or two).

VGA Card Informations

VGA frequencies in different modes

From: steveq@syd.dms.CSIRO.AU (Stephen Quigg) Newsgroups: sci.electronics Subject: Re: VGA startup board/monitor sync? Date: 14 May 91 23:06:07 GMT Organization: CSIRO Maths and Stats & Applied Physics, Sydney, Australia 
The VGA board tells the monitor what to expect by the polarity of the horiz. and vert. sync signals. Here's what an NEC MultiSync 2A sets up to.
Vert Res.      Horiz Freq    H Sync    Vert Freq    V Sync                             Polarity               Polarity  350 lines      31.5 kHz      pos       70.07 Hz     neg 400 lines      31.5 kHz      neg       70.07 Hz     pos 480 lines      31.5 kHz      neg       59.95 Hz     neg 600 lines      35.2 kHz      pos       56.24 Hz     pos 
Your problem is probably one of the following; 1. You are trying a mode your monitor won't support. 2. Your monitor is out of adjustment. 3. Your monitor is faulty. Possibly, the card or monitor is not "playing the rules", eg monitor expects one set of sync rates according to the sync polarities, and the card is sending out another (unlikely but...)

VGA Monitor ID Signal

VGA monitor ID signals

From: Jay_R_Keller@cup.portal.com Newsgroups: sci.electronics Subject: Re: VGA monitors Date: 22 May 91 01:49:05 GMT Organization: The Portal System (TM) 
Mike Diack asked about VGA monitors.

Mike, I don't know if this is related to your problem or not, but IBM monitors have 3 pins dedicated to a "monitor ID" code, which is available to the VGA (or 8514/A or XGA) card, and also to the software. OS/2 uses it, for example, to automatically install the correct display support. The code:

PIN 4      PIN 11      PIN 12           Meaning  n/c        n/c         n/c         No monitor attached  n/c        n/c         GND         Mono monitor with no support for 1024x768  n/c        GND         n/c         Color monitor with no support for 1024x768  GND        GND         n/c         Color monitor with support for 1024x768 
Maybe your projector is not providing the code to tell the VGA that it is there. If so, you can try modifying the plug.

DISCLAIMER: I know this works for some Sony monitors, which support 1024x768 but don't provide the proper code to the PS/2, so they come up in 640x480. By changing the plug, the system sees the monitor as high-res-capable, and configures itself for 1024x768. Whether grounding pins in your plug will your projector, however, I can't say (although I doubt it).

Good luck.

Inside Adsense in the Midel of post

Today I’ll be posting a step by step guy on how to add Inline AdSense code to the middle of your blog posts. Not only AdSense, but you can use this for Yahoo! Publisher Network ads, Bidvertiser and etc. We’ll be going through all the details and utilizing a plugin, and a simple theme hack to complete the trick which will add AdSense block within all your blog posts, published already and to be be published.

But, first of all, why would you want to add inline AdSense Code? Because that improves your AdSense Ad block visibility. You blog post will wrap around the Inline AdSense slot, so that’ll make sure a good number of your visitors reading the post will ultimately see the Ad – instantly boosting your AdSense CTR…

Ready? Here we go… We will insert a blog of AdSense code to everyone of your posts, making the post wrap around the block, to the top left corner. (I’ll show you how to customize this later in the post)

The Method – Adding AdSense code

1. Copy your AdSense code and keep it in the clipboard.

2. Open your wordpress theme editor and open the Single Post Template (single.php) or whichever the template file for your Single Posts. (We’ll add AdSense only to the individual posts)

How to add Inline AdSense Code to every Blog Post

3. Then find the line of code which says:

4. Got it? Awesome! Now, right before this code, insert a new line and type out the following coding. Replace with your AdSense code. (A screen shot is given below)

How to add Inline AdSense Code to every Blog Post

5. Update your theme changes! And you’re done with adding the AdSense code.

Now, you must be able to see an AdSense code being placed Inline with all your posts to the top left corner.

How to customize the position?

Simple. First, you must understand a few things.

One, the php code you hunted down: “” – resembles the function which will call your blog posts’ text. Not the header, just the text and the body content i.e. Images and etc. So, if you insert the AdSense code after this line, unlike the previous example, you should see the AdSense block after each post.

Two, in the Div Container code: “

” – “float: left;” means that you’d align the AdSense block to the left of the post. To make it align to the opposite end, just replace it with “float: right;”.

So, there you go. I hope you’ll find this useful. If there’s anything you’d like to know or clarify, just shoot me a message.

Between Laptop and PC Desktop

In this fast-changing technological world, sometimes you are faced with some difficult choices. For instance, your current computer has matured to the ripe old age of six months and has been deemed obsolete. Now it's time to purchase a new computer and the question is, "Should I buy a laptop or a desktop?" But just because laptops are the new craze, it does not mean that you should run right out and get one. There are benefits and drawbacks that must be weighed.

Of course, the main benefit of a laptop is the portability. This can be a huge benefit, allowing you to take your Computer to and from work, on planes, on camping trips, and practically anywhere else. Along with this benefit comes a large drawback. It is just as easy for someone else to walk off with it as it is for you. Laptops are stolen at an alarming rate, because they are just so easy to steal. And when that computer is stolen, not only do you lose the value of the computer, but also all of your valuable data.

Another major drawback of a laptop is that their parts are "proprietary" which means that if your laptop breaks, only the company that made it will be able to fix it, and after the warranty expires they will be very happy to charge you an exorbitant price for that service. While with a desktop computers, you are able to take advantage of your local computer store which will often fix it at a much more reasonable rate.

A third drawback to the laptop craze is that in general, laptops are far more expensive than desktop systems. For the price of an average laptop, you could purchase a much more powerful desktop. Of course, what you are paying for is the portability of a smaller design, but is that worth it? While it can be very fun to take your computer with you on a camping trip, how often do you need to type something up while fishing?

Now, the laptop is a very important part of the computer market, and I am not trying to dissuade people from buying them if they have need for them, but I have just seen far too many people dissatisfied with their laptops and wishing that they had purchased a desktop.

One main example of this group of people is college students. Often first year students purchase laptops because they plan on taking their computers to class with them and being able to do their homework anywhere on campus. The stark reality of it is that laptops get stolen far too often at college, even right out of the dorm rooms, because they’re just so portable. To add to this, I do not know a single student who uses their laptop in classes. While a noble ambition, no one actually carries through with this plan.

Laptops should be viewed as a purchase that should only be made when necessary. You would not purchase a car with 4-wheel drive (no matter how fun it looked) unless you actually had use of that feature, because otherwise it wouldn’t justify the added cost. The same is true of laptops.

My Computer Hang while loading

I have a problem where 'My Computer' sometimes hangs when I double-click it. The window pops up, but remains blank and hangs there. My mouse is still active at this point. I thought at first that it happened only when I was online or using multimedia apps, but it happens occasionally right after startup. I usually have to restart the computer.

Here's my system : P3 533 Mhz, Asus P3V4X Motherboard, 10GB HD (7GB have been used up), 64MB 100 Mhz SDRAM, ATI 32MB Rage Fury, Soundblaster Live Value, A-0pen 56K software Modem, and a Sony 48x CD-Rom. The things I have running on my system are Windows 98 SE, Norton Anti-Virus (I have System Works, but I disabled the Crash Guard when I realized it was doing more harm than good), MSN Messenger, and Disk Detector (I disabled that but the problem still persists). I also run Scandisk and Defrag regularily as well.

This 'hang' happened to me a few nights ago, and when I hit Ctrl-Alt-Delete to end the task I received a 'blue screen of death' with this error message : 'Terminating Thread due to a stack overflow problem. A Vxd, possibly recently installed, has consumed too much stack space. Increase the setting of 'MinSPs' in SYSTEM.INI or remove recently installed VxD's. There are currently 5 SPs allocated.' This is the first time that this has appeared. The only things I've installed recently are a few games, and the message doesn't make sense to me.

If someone could help me I'd really appreciate it.

The Wrong With Writing Down Your Password

What's Wrong With Writing Down Your Password?


image

Recently a reader asked me why she wasn’t supposed to write down her passwords—which is a very good question. Ignoring all the geeky password manager talk, why can’t a home user write down passwords? Let’s examine this topic more closely.

If you’ve never heard anybody say this, you probably haven’t talked to enough network security types—it’s generally looked down on to write your passwords on a physical piece of paper or a sticky note.

So Why Can’t You Write Down Your Password?

We’ve already established that you aren’t “supposed” to write down your passwords, but why not? Are people really going to rifle through your stuff to find your password, and then use it maliciously? What if somebody breaks into your house, are they going to sit down at your PC and use your password? The answer to all of this can be summed up easily:

  • Work Users: Do Not Write Down Your Password
  • Home Users: Writing Down Passwords Is Fine, Usually

To put these in a little more context, let’s look at each one separately and discuss why you should or shouldn’t write down your password.

If You’re a Work User

image

When you’re a corporate sloth and stuck at a desk for an arbitrary number of hours each day bored out of your mind, most of the passwords that you will use are probably for work-related applications like your corporate email, databases, and accounting systems.

Here’s why you probably should not write down your password at work, and should instead opt for passwords that you can remember, or use a password manager:

  • It’s probably against your company’s policies to write down your password.
  • If somebody finds the password and does something bad with your account, you could get fired.
  • Even if you write down the password and lock it up, it’s probably not terribly secure.
  • What are you going to do, cover the sticky note with your hand when the cleaning staff comes by?
  • All the IT people will laugh at you.

You should also figure out what your organization’s policies are concerning passwords, and follow those.

If You’re a Home User

imageWhen you are a home user, your most important passwords are your email, bank, and probably your Facebook password. If you are using a password on Windows, it’s probably not terribly secure, but you should make absolutely certain that your email and bank passwords are secure—and not the same.

Here’s why it doesn’t really matter if you write down your password at home (usually, at least)

  • If somebody has physical access to your PC, you are screwed, and your password can easily be cracked or reset. (see below)
  • If somebody breaks into your house, they could just take the whole PC or laptop. They might also steal your beer.
  • The biggest problem for home users is having their banking / email passwords stolen online. If writing down a tough password helps keep you from identity theft, go for it.

There are exceptions to these rules of course—if you’re sharing an apartment with other people that you don’t totally trust, you should probably move. Also, you might not want to write down your passwords, and opt for a tough password or a password manager application. Maybe sleep with one eye open.

If you’re a home user with kids around, you might not want to write down the Windows password if there’s adult material on your PC. Or the internet—I hear there’s some adult content there too.

Choosing Strong, Unique Passwords Is All-Important Online

image

We simply can’t state this enough—your email and banking passwords are extremely important, and you should use different strong passwords for each one. Here’s a couple of quick rules to help you stay safe:

  • Use separate passwords for your online accounts—otherwise, if somebody cracks one password, they can access all accounts.
  • Use strong passwords for your accounts, using a combination of letters and numbers.
  • Do not use the name of your pet, child, significant other, insignificant other, school, mom, or anything that somebody could easily guess.
  • Make sure the security question on your email or bank account is set to something unique, and write it down somewhere. Do not blindly answer the question and use your pet’s name or something somebody can easily figure out. This is how most passwords are cracked.

If writing down these passwords and secret questions helps you be able to use strong passwords and prevent identity theft, it’s worth it, right?

Your Windows Password Is Easily Crackable

image

If somebody has physical access to your PC for a couple of minutes, it doesn’t matter what Windows, OS X, or Linux password you use. It’s as simple as that.

Want proof? Here’s all the ways that your computer password can be cracked or reset, and keep in mind that these are only the ways that we’ve covered here on How-To Geek. And we’re the good guys!

Wow, that sure makes me feel secure! So how do you prevent this, you ask? You can use complete drive encryption if you choose to do so:

Since your vacation photos of you eating too much probably aren’t worth encrypting, your best bet is actually…

Password Managers Are Your Best Bet

Using a good password manager is the best way to protect your passwords from everybody and easily use secure passwords for every site. All of your passwords will be secured behind nearly unbreakable encryption, and easily accessible for everyday use.

My personal favorite password manager is LastPass, which integrates directly into your browser, and stores the encrypted passwords on their servers, syncing them to every device you can install the extension on. You can even use it to store other data, like notes or credit card numbers.

Note: While the passwords may be stored on their servers, the great thing is that the master encryption key is not—all the passwords are decrypted in your browser, so they cannot see any of your password information.

image

You can also use KeePass, which is an excellent password manager with loads of plugins and other features. I don’t use it because it’s separate from the browser, which is where all my passwords need to be used, but it’s still a worthy application.

Application Install make your Reboot and Close other Apps

Why Do Application Installs Make You Reboot and Close Other Apps?

It’s happened to everybody at some point—you go to install a new application, and Windows tells you to reboot first. Or reboot after. Or it asks you to close out of every other application first. Why does it do that?

Ask the Readers: Which Version of Chrome Do You Use? [Poll]

With multiple versions of Chrome and Chromium derivatives available there are quite a few good choices to select from. This week we would like to know which version(s) you use on your computer.

Access Your Entire Media Collection from Anywhere on Your iPhone, iPad, or iPod Touch

Access Your Entire Media Collection from Anywhere on Your iPhone, iPad, or iPod Touch

If you have too much media in your collection that you want to access remotely, sometimes even the largest size iPods won’t do. Here is how you can use ZumoCast to access your entire digital library from virtually anywhere.

How to Download Your Photos and Videos from Facebook

How to Download Your Photos and Videos from Facebook

If you’re tired of your photos and videos being impossible to retrieve from Facebook, you’ll be happy to know that they are rolling out a new feature that allows you to download all of them in one big zip file. Here’s how it works.

Printer Error Codes

You have noticed that your printer has been displaying the words 'Error 11' or 'Error 12' for a few hours now. What does that mean? How do you get the error messages to go away? Don't panic. These are just printer error codes to let you know that your printer needs some attention, even if the problem isn't major. Here are some common error codes that you may see fairly often, as well as what to do about them.

Error 11. This just means that the printer is out of paper. No problem-just grab some of the paper that is designed for your printer model and refill the paper draw. Make sure that the paper is aligned correctly according to the diagram or example in the paper draw and close the tray securely. Your printer should be running fine after that.

Error 12. This error is an indication that there is no cartridge in the printer, or that the printer is open. Check to make sure all paper trays and parts of the printer are closed before you start printing. Also check to make sure that your cartridge is secure and does not need replacing before trying to complete a big printing job.

Error 13. The Error 13 message on your printer screen is probably one of the most common printer error codes. It means that there is a paper jam. Most service printer repair manuals will give you instructions on how to get rid of the paper jams, so be sure to follow the directions on the printer screen or paper tray for the best way to remove crumbled paper from the rollers and get your printer up and running again.

Error 16. This is an indication that the toner on the printer is low. Error 16 is another one of the common printer error codes and the error can be fixed by simply ordering more toner and placing it in the printer. There are instructions for this in the introductory manual for the printer as well.

Error 21. You may think that you need a printer repair specialist after seeing this error, but Error 21, or print overrun, lets you know that the job you are requesting is too complex. You can change these printer error codes by replacing the font on some of the documents you are trying to print, or by adjusting some of the margins on your page so that the document will fit inside of the measurements of the printing page.

Error 55. This is perhaps one of the more complicated printer error codes when it comes to printer repair, but Error 55 will let you know that the internal communication between the printer and computer did not fully process for some reason. The DC controller on the printer is not receiving the proper information and you should check the DC controller connections in order to fix this. Your printer may not be receiving enough power from the power supply, so changing the power supply may help with this problem.

Listen to Korbin Newlyn as he shares his insights as an expert author and an avid writer in the field of electronics. If you would like to learn more go to Lexmark Printer advice and at Canon Printer Parts tips.

INPUT DEVICE

Logitech Cordless Trackman Optical Trackball mouse

Any hardware device that sends data to the computer, without any input devices, a computer would only be a display device and not allow users to interact with it, much like a TV. To the right is a Logitech trackball mouse, an example of an input device. Below is a full listing of all the different types of computer input devices found on a computer.

Windows Blue Screen Error Generator

YOU CAN CUSTOMIZE THIS BLUE SCREEN OF DEATH (FROM MICROSOFT WINDOWS OPERATING SYSTEM) WITH YOUR OWN CUSTOM WORDS.  MAKE YOUR OWN FUNNY WINDOWS CRASH SCREEN THAT DISPLAYS A SYSTEM ERROR.

How to Fix USB Device not Recognize in Windows

Are you getting a “USB device not recognized” error whenever you plug in a USB mouse, keyboard, or other USB device? I love USB and have 5 ports on my computer so that I can connect my mouse, keyboard, camera, phone, and printer to it all at once!

However, last weekend, my computer stopped recognizing my USB devices! The strange thing about it was that the USB ports were not bad because all of my devices were still getting power to them. I could still charge my cell phone without a problem!

usb device not recognized

So I started with the normal fixing methods, including uninstalling the drivers for my devices and reinstalling them. That didn’t work! Next I tried System Restore thinking that maybe I had installed something and it caused a conflict with the USB system drivers. That didn’t work!

I read online that in order to fix this problem I should go to Device Manager and uninstall all of the devices under USB Controllers. Restarted the computer, reinstalled the USB drivers, but the problem STILL did not go away!

You may also see in Device Manager that the device shows up as an “Unknown Device”.

unknown usb device

So how did I finally fix the problem? Well, apparently it’s a super simple solution! No need to edit the registry, uninstall drivers, or anything of that sort.

Simply UNPLUG YOUR COMPUTER FROM THE POWER SUPPLY. Yes that’s it! Note that this does not mean just turning off your computer because modern computers don’t really turn off when you press the power button as the motherboard still gets power.

First to explain, the motherboard is where all of hardware of the computer is connected to, including the USB ports. Sometimes the motherboard needs to be “rebooted” also because something can go wrong, i.e. all your USB ports suddenly stop working. The small microprocessor on the motherboard will reload the drivers and your USB ports should be back to recognizing all devices!

So first turn off your computer using Shut Down or pressing the power button and then UNPLUG it from the wall outlet. Let it sit for about a minute and then plug it back in.

Hope this helps someone fix that pesky “USB device not recognized” Windows error!