Pipe output to the clipboard in Windows

Besides all the changes to the GUI that happened post-Windows XP, they also made one useful change to the command prompt. When you run a command, it’s now possible to pipe output to the clipboard.

If you’re like me and write a lot of documentation, or you just take a lot of notes while doing computer maintenance, it’s a big boon.

Read more

Use Powercfg to troubleshoot Windows 7 power management

I found this short guide today to troubleshooting Windows 7’s power management.

You can use powercfg.exe, a command-line utility, to figure out what programs are keeping your computer from suspending, and if your computer is waking up at weird times, what program is waking it up. Useful, and non-obvious.

An old Windows myth looks to (finally) become reality in Windows 8

For the better part of my adult life, I’ve been dealing with the myth that if there were certain settings that could speed up Windows, Microsoft would make those settings the default for the operating system. The pundits who perpetuate this myth have their reasons for doing so, but that didn’t make them true.

Now, the difference is harder to notice today than it was when I started my career. There are things I can do to make Windows 7 run better on my 4-core, 3.1 GHz AMD64 box with 8 GB of RAM and a 100 GB SSD. But I won’t notice the cumulative effects of a few 5% improvements on that box. Not the way I did on 50 MHz 80486-based PCs in 1997.

Microsoft’s philosophy for 22 years, from Windows 1.0 in 1985 to Windows Vista in 2007, was to write the software, and if it takes a few years for the hardware to catch up with it, so be it. Windows 7 changed that–for the first time, the actual requirements for running a new version of Windows went down–and, with Windows 8, it looks like CPU requirements will hold steady, and memory usage will actually go down.

Read more

We’re just about ready for an era of 64-bit browsers

Adobe released a new Flash player this week. As almost an afterthought, they mentioned there’s a 64-bit version included.

That means Windows users can finally have mainstream 64-bit web browsers without using any beta software. I can put one on my main machine, and Gmail and Youtube and anything else that relies on Flash works the way it’s supposed to work.

What about Firefox? Read on.
Read more

Giving Windows 7’s power management more options

I installed Asus’ CPU/fan monitor on my new AMD64 system, and I discovered that the system frequently changed speeds from 3.3 GHz down to 2.2 GHz. Very frequently. In fact, it spent most of its time running at 2.2 GHz. I decided to investigate, and found the setting was in Windows 7’s power management settings.

If you have a newer AMD or Intel CPU and Windows 7, you may find its power management settings aren’t quite as aggressive as they could be.

Read more

Version 7 looks like just what Firefox needed

Firefox 7 is out. Chances are, if you’re reading this, you already have it, because, historically, a large proportion of my readers use Firefox or, in the past, used other Mozilla-based browsers.

The last couple of Firefox versions have been yawners, and a frequent butt of jokes on Twitter. “It’s Tuesday. Time for a new major Firefox release.” This one looks better. Here’s my review, after a few days of use.

Read more

Windows 7 programs quit responding? You have a corrupt user profile. Here’s how to fix it.

Windows 7 can suffer from old-age disease, where it thrashes hard drives, programs quit responding, and it generally becomes unusable. I’m beginning to wonder if my main PC might be suffering from this. Microsoft prescribes this cure.

If you’re comfortable with a command line, I can make the solution faster and easier.
Read more

Toggle between two hosts files with a simple script

A longtime reader wrote in asking if it was possible to easily toggle between two hosts files. There are several possible uses for this. When I’m at home, I need to address my web site by its internal, private IP address. On the road, that private address obviously doesn’t work. He wants something like this for other reasons; I believe he’s blocking ad servers with his hosts file and needs to unblock one or more servers temporarily for select sites to work properly.

This solution would make my Computer Science 203 professor rescind the B I received in his class if he saw it, but it works, and I don’t think he reads this blog anyway.

Read more

Two commands to fix Internet connectivity

I can think of two times someone has asked me to fix their computer when it has suddenly lost the ability to connect to the Internet. Assuming there’s nothing wrong with the modem or the network card, the problem usually comes down to something messing with either the TCP/IP stack or the Winsock. Security software frequently does this, as does malware. A few years ago, I briefly worked for an ISP that provided a security suite based on F-Secure, and that program was notorious for breaking the Winsock.

Here’s the simple fix.
Read more

Microsoft: No x86 apps for ARM

So, The Register reports that Windows on ARM will not have compatibility with apps compiled for x86. Intel has been saying this for a while, while Microsoft has been mum. So now we know.

There are arguments both for and against having an x86 emulation layer.
Read more