Category Archives: Windows

Computer Repair



There’s nothing like the feeling you get when your computer crashes or when something doesn’t work that used to work just fine. Frustration, stress, panic all add up to confuse what is usually a pretty simple issue. There is no quick and foolproof way to figure these problems out but here are some suggestions.

1. Don’t panic. Computer problems are often quite simple to resolve. Ask yourself some questions before you call for help:

a. What were you doing just before this happened?

b. Was there a recent power outage or storm?

c. Did you click on a link in an email?

d. Has anyone else but you used the computer lately?

e. Have you downloaded or installed new software?

f. Is your malware/anti-virus up to date and have you done a scan recently?

2. Troubleshooting a computer problem is a step-by-step process. You have to figure out what’s working and what isn’t. If the computer itself isn’t working, work through a process that includes your power supply, monitor (maybe your computer is on but you just can’t see it!), hard drive, DVD drive and so on. If you can’t power up, it could be a power cord, a power supply, a blown fuse or something as simple as a stick of RAM that has been jiggled out of place. Don’t assume that it’s a motherboard problem. When HP or BestBuy can’t figure out your problem in two easy steps, they will often say, “It’s your motherboard.” I’ve been around computers enough to know that this is rarely the case.

3. Rebooting your computer often gets rid of problems. Shut it down and wait for a few minutes before starting it up again. Assuming that your computer boots (starts), you can boot into safe mode for repairs if it doesn’t run properly in a normal environment. Safe mode is easy to start, check out how in this post.  It also helps to run your anti-virus or malware protection from Safe Mode.

4. If your computer was working well yesterday but isn’t today, consider using System Recovery to set everything back to yesterday’s settings. This is available in every Windows computer.

5. I know it sounds expensive and a waste of money but I think it’s a great idea to have at least two computers in your home, even if you are single. Why? Because you can use one computer to fix the other. Using Google to search for solutions has always helped me solve problems. Don’t underestimate the power of a $100 computer when you need to repair your $1000 laptop or desktop.

6. People are very helpful and you’ll find all kinds of assistance online. There are manufacturer’s forums, open forums, even Twitter to look for help.

7. Don’t assume that it’s user error. Sure, you may not know anything about computers but you’re not a complete idiot, either. Many tech people talk down to callers who seek help. Most of the time you can find the problem yourself without help and most of the time it’s not your fault. I learned about computers by breaking them, then fixing them. Let me tell you that you learn more when something doesn’t work than when everything runs smoothly. Life long learning, right?

Check out my brand new Facebook page. Feel free to like it and ask questions. I’ll do my best to answer you quickly.

Thanks for reading!



Save/Rename Proxy Pictures



Sometimes when we save a complete web page, as suggested in a previous post, we get a series of proxy files instead of .jpg files. Sure, we can right click each picture and save it individually but if there are fifty photos on the page, that takes a lot of time. Here’s an example of a page that I would normally save, just to get the photos: http://www.howtobearetronaut.com/2011/09/polaroids-1970s-by-anthony-perkins/

 

This is from one of my favorite sites, full of interesting photos of very unique parts of our history. If you look at the page, you’ll see a string of family photos from Anthony Perkins, maybe ten or so. I could right click and save these in a short time but this is an example, just to show you what can be done if there are thirty, fifty or a hundred photos on a page.

Instead of linking each photo to a .jpg file in a folder on the server, this page uses proxy files to feed the images. This is a more secure way to link pictures and their source on a website. Once you have downloaded this page, this is what you will see in the site folder on your computer:

A String of Proxy Files
Instead of .jpg files, you will see these proxy files.

Where you usually see .jpg files, in this case you will see proxy files. Actually, at this point, they aren’t even files since they don’t have any extension. Again, we could rename each one and add the .jpg file extension to it but you can see how long that would take. How can we rename and add a file extension more easily than that?

Yesterday, I wrote about adding a command window to our right click menu. That post is here.  These are the  steps that will make renaming and adding a file extension to all of these files a very simple job.

1. First, you need to separate the proxy files from the rest of the files in the folder. Create a new folder anywhere on your computer. Put one right on your desktop, if you want. Highlight all of the proxy files, right click them and choose copy. Paste them into the new folder that you created.

2. You will notice that there are far more proxy files in the folder than there were full size photos in the page. Don’t worry about that now.

3. This will be a two step process, only one of which uses the command prompt. Open the new folder, if it isn’t already, and highlight all the proxy files. We’re going to rename all the files at once, changing the ‘proxy(x)’ to something like ‘Polaroidx’. Highlight all of the files using Control/A (select all). Right click the blue selection and choose ‘Rename’. One of the files will show a flashing menu where you can type Poloroid  like this:

Type Poloroid in the Box
This is the first step, type Polaroid in the box.

Hit enter and every file in the folder will be renamed Polaroid, Polaroid1, Polaroid2, etc. That was quick, right? You can do this with any folder that you have, renaming your DSC files to something that sounds friendlier, for example. OK, the files are now renamed but they are still useless to use since we can’t open them, right? Back out of this folder but keep it in front of you on the desktop.

3. Holding down the Shift key, right click the  folder and choose ‘open command window here’.

Right Click Command Window Choice
Hold the shift key, right click and this is what you see.

4. A black background window with some white type on it will pop up. This is your command window, a very powerful (and fast) tool, if you know what you’re doing. Here’s the menu you should be seeing:

Command Window Open
This is the command window (used to be DOS prompt)

5. Here is where you can perform actions on the folder or everything in the folder. Click anywhere in the window to activate it, then type this:

ren * *.jpg       (like this: )

This is Where We Rename All of the Files
Type exactly what you see here.

OK, the ‘ren’ means ‘rename’. The ‘*’ means everything or all. The *.jpg means to rename everything that has a name before the period to the same name but add .jpg after the period. You can use ‘rename’ too but why bother?

5. Once you have typed EXACTLY what you see here, hit enter. The command window flashes and then sits quietly, waiting for more commands. Since we don’t need it anymore, close the window.

6. Open the folder and you’ll see this:

Renamed Files with File Extensions
Here is what we set out to do. Files are renamed and the .jpg extension has been added.

The next steps depend on what you’ve saved in the first place. In this case, some of the files are full-size, some are tiny. You’ll have to figure out which ones are the ones you want. Go up to the top right and change ‘details’ to ‘large icon’, then click each photo you want to save while holding the Control key. Once you’ve got them all selected, move them to another folder and delete the current folder.

TIP: If you know something about DOS, it would be easy to both rename the files and add the files extension in one step but I thought this would be less confusing. The simple ‘ren * *.jpg’ statement is far less confusing, in my opinion.

Thanks for reading!



Hidden Right Click Menu



The right click menu allows you to do many things in Windows; rename files, send files somewhere else, copy, delete, cut, etc. Did you know that there is a hidden right click menu? Let’s take a look at what it does. Here’s what I see when I right click a menu normally on my computer. Yours should look the same:

Normal Right Click Menu in Windows
This is what I see normally when I right click a folder.

Your menu should look much like this, except for Take Ownership and some of the program affiliations. You’ll see that I have a couple of Chinese programs on my computer. QQ Music is a lot of fun, don’t know a similar one in English. It’s cool for karaoke!

Here is the hidden right click menu. In order to get this menu, hold down the SHIFT key when you right click.

Windows Hidden Right Click Menu
Holding the shift key brings up this menu when you right click.

You’ll see that there are two different choices in the hidden menu, one of which adds enormous functionality which I will discuss tomorrow. ‘Open in new process’ and ‘Open command window here’ are the two additional choices.

Open in a new process – This opens the folder in a completely different part of Windows Explorer. If you have a folder open already, this will open it again in a new instance of Explorer, totally separate from the first, with a new place in your computer’s memory. If something happens in once instance, it won’t happen in the other since the two instances are completely separate. I would ignore this one for the time being. The next one is the important one here.

Open command window here – If any of you remember DOS or are used to using the command prompt for different purposes in Windows, Linux or OS X, you will know that this choice adds significantly more control. Consider this something like working on your computer’s brain or heart. There are many things that you can do in a command window that you can’t do normally in Windows.

Windows itself, as well as any other GUI or Graphical User Interface, always uses the command window, it just doesn’t show it to you while it’s working. Opening a command window here in the hidden menu is a kind of time travel. This is where Windows thinks you should start your journey when you open a command prompt normally :

Usual Command Window Menu
C:\Users\(you)> this is where you start normally.

When you open a command window using the hidden menu, you are whisked off to the folder that you are looking at, not some outland post where you would have to navigate your way through a DOS-looking set of instructions to get to the same spot. You’ll see something like this, depending on which folder you right click on :

Hidden Right Click Command Prompt
There you are, right at the folder's source.

See the difference? Sure, you could use a type of code to get to this folder but you’d have to go back to your root directory, C:/, then sort your way through endless directories to get to where you are now.  It can be done but who wants to go through that? Not me.

Tomorrow, I’ll show you a cool trick using the command window. The trick will eliminate several little bits of software that you have to install to do exactly the same thing that you can do in a command window. Check it out tomorrow.

Thanks for reading. Follow me on Twitter: @_BrianMahoney



Archive VHS Tapes



If you have old VHS tapes that you’d like to save, here’s a relatively cheap and easy way to do it, without the use of a TV or separate monitor.

1. Find a  Diamond One Touch Video Capture unit online or in a store near you. I paid about $40.00 for mine.

2. Hook it up to your VCR as described in the instructions and then to your computer using the supplied USB cable.

3. Follow the instructions to install the capture software.

TIP: Guard the program shortcut with your life! Once you install the software, it’s very hard to find the shortcut if you move it. I’m a geek and found it hard to find. Warning!

4. Start the capture software. You’ll see a screen like this:

Diamond capture screen and menu
This is the menu that you DON'T want to see.

What’s wrong with this image? The green line across the bottom, that’s what. Down on the lower left is an X. If you see this kind of screen, hit the X and reopen the program. Maybe this is just on my computer but I have to restart the program in order to get rid of the green lines on the bottom.

Your screen should look like this:

Proper capture screen
This is what you should see before you start playing a tape.

Once you can see this screen, you’re ready to go.

5. Pop a tape into your VCR (could be Beta or VHS or camcorder, it doesn’t matter what you use as a source). Start to play it and you’ll see this kind of screen:

Video showing on one touch screen
The video on the screen with no scan lines on the bottom.

6. Once you can see this kind of image in the window, you’re all set. Use the VCR to control the tape, then record the bits and pieces that you want to save using the One Touch controls. The red button records what’s in the window, including sound if you have the cables set up correctly, and the black button (which turns red after you start recording) stops the capture.

7. In the Settings menu, shown here:

Settings menu
Here's where you adjust the settings.

This is showing the Record tab where you can set the file type (I use DVD for small file size) and save the files in a folder on my desktop. Set your preferences according to your tastes.

8. Once you have the tapes sorted and have saved the files that you want, rename them to keep track of them and then you can archive them to DVDs, etc. I prefer to change the files to either FLV or DIVX in order to keep the files as small as possible. If the video if very important, leave it was a DVD file and write it to a disc.

That’s it! Simple and cheap, without the pain of having to have a TV monitor cluttering up your desk or work area. Not only does this method capture fine quality video (depending on the source, of course), it eliminates the need for a video monitor. Alternatively, you can feed your TV output into this unit and watch and record live TV on your computer.

Thanks for reading! If you have questions or comments, write them below or follow me on Twitter: @_BrianMahoney



Security – Strong Passwords



The biggest part of online and computer security is figuring out a strong password. Today’s post will be short, to the point and, I hope, fun. Here we go:

1. WordPress passwords are already quite secure, I mean the default ones. They are made up of letters (caps and small), numbers and symbols. When it comes times to add a new user, here’s a neat trick that I use with the help of Google Translate. I type in a phrase that is easy for me to remember, then I translate it into a foreign language. That foreign language has to use the same letters and symbols as English, Chinese doesn’t work, but if you choose something like Creole, this system will work well.

Example: I hate chickens translates in Creole to: M ‘rayi poul

That example is far too short to be really secure but I’m sure you know what I mean. The best part of this is that some of the symbols are already there. French uses different accents with some letters which would be very difficult to crack.

2. Mnemonic passwords are always fun, too. You can make up your own or try this website: Mnemonic Password Generator It will create a password for you which should be easy to remember with the use of sounds and the use of words for the five symbols in the generator.

3. Simply using 3 instead of e or 5 instead of f will create a strong password. Add to that some symbols, maybe enclosing everything in (brackets) works well, too. Typing symbols instead of your year of birth is another suggestion. !(%@ is 1952, right? Mix things up a bit and use things you know as well as mnemonics and you’ll be secure in everything you do online.

4. Passwords for online banking, email and blogs should be very secure. Keeping track of them on your computer doesn’t have to be as secure but you still want to prevent anyone from accessing them, just in case your computer is stolen. Using Locknote, as described in my last two posts is easy and fast. Send the Locknote to yourself in an email and keep a copy in your Dropbox.

5. Finally, change your passwords every few months. If you feel that something strange is happening in Facebook or your email account, change your password immediately. Don’t wait! If you’ve clicked on something and don’t feel comfortable about it, change your password immediately. Getting your account back after you’ve been locked out is time consuming and, frankly, embarrassing.

Thanks for reading! Follow me on Twitter: @_BrianMahoney