2010
05.21

Heh. Google has a nifty little pac-man game up at http://www.google.com/ right now to celebrate the 30th anniversary. I may get distracted now instead of searching…

2010
04.13

It’s official, Apple actually let Opera get approved and is live on the store now. I’m still surprised they did and wonder if they will pull it, so I’d suggest grabbing it while you can to play it safe. It’s supposed to compress data by up to 90% to make downloading faster as well and synchronizing between your device & computer.

Get it here

2010
04.12

Above is what I started my day with: one handful of dirt, tar, paper and god knows what else from a customers computer. This is only one clump out of about 4 or 5 though. Seriously, how can people use or be near computers in that sort of shape? And if this is in a house, I shudder to think of the state of it.

2010
03.22

Ever wondered if a site was really down or was just blocking you (or there was some sort of routing problem between you and the site)?

Well, Down for everyone or just me and Is that site down are two sites that can help you quickly see what the real deal is. I’m sure there are plenty of other sites link it, but these are two quick loading sites that are also quite popular.

2010
03.21

This post is mostly just for myself and a couple others that might be interested. There’s a pretty in depth review of the Nokia N900 over at Shivaranjan with screenshots, videos, pros and cons and lots of useful information. If only I could even somewhat justify me having it and could afford it, I would go buy it right now :)

2010
03.21

Here’s a quick tip that comes in handy fairly often for me. I use it most after someone has forgotten their password and my usual method of removing their user account’s password has failed (linux boot disk and editing the hive, which is quite a bit more complex and will be outlined in another post) but can be used at other times too. Read on for detailed information on enabling and disabling the administrator account.

The account is created in Windows 7 or Vista but not actually enabled. To enable, open a command prompt in administrator mode by right-clicking and choosing “Run as administrator” (or use the Ctrl+Shift+Enter shortcut from the search box) and type in

net user administrator /active:yes

Technically, you don’t need to run that in a command prompt, but you wouldn’t see for sure  if it worked or failed as it will automatically close the program after running it whereas the command prompt will stay.

So now you can log out of the current user and back in as Administrator, no password is required even. Now you can do whatever you needed to and then disable the account again as it’s not recommended to run under that account all the time.

To disable, log out of the Administrator account and back in as a user. and open an administrator mode command prompt as above and type:

net user administrator /active:no

Bet you didn’t see that one coming :)

Personally, I have a USB drive with a bunch of utilities and scripts such as this command on it to speed up common things like this or resetting tcpip stacks or clearing the upper and lower registry entries.

Enhanced by Zemanta
2010
03.20

Had this problem the other day. Basically, some optical drives don’t work right with Windows 7 and some of the newer power saving functions. In my case it was a Gateway laptop with a TS-L633B drive and I couldn’t find a firmware upgrade for it (there is a Dell update though) which has fixed it for other people.

So in the end what I had to do was run the following:

powercfg.exe -setacvalueindex 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c 0012ee47-9041-4b5d-9b77-535fba8b1442 DAB60367-53FE-4fbc-825E-521D069D2456 0
powercfg.exe -setdcvalueindex 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c 0012ee47-9041-4b5d-9b77-535fba8b1442 DAB60367-53FE-4fbc-825E-521D069D2456 0
powercfg.exe -setacvalueindex 381b4222-f694-41f0-9685-ff5bb260df2e 0012ee47-9041-4b5d-9b77-535fba8b1442 DAB60367-53FE-4fbc-825E-521D069D2456 0
powercfg.exe -setdcvalueindex 381b4222-f694-41f0-9685-ff5bb260df2e 0012ee47-9041-4b5d-9b77-535fba8b1442 DAB60367-53FE-4fbc-825E-521D069D2456 0
powercfg.exe -setacvalueindex a1841308-3541-4fab-bc81-f71556f20b4a 0012ee47-9041-4b5d-9b77-535fba8b1442 DAB60367-53FE-4fbc-825E-521D069D2456 0
powercfg.exe -setdcvalueindex a1841308-3541-4fab-bc81-f71556f20b4a 0012ee47-9041-4b5d-9b77-535fba8b1442 DAB60367-53FE-4fbc-825E-521D069D2456 0

which I found listed at http://news.softpedia.com/news/Windows-7-RTM-Can-Render-DVD-Drives-Inaccessible-121924.shtml

This seemed to fix the problem, but of course if the customer re installs Win7, it will do the same thing until Gateway upgrades their firmware or I find one that is right for that drive.

2010
03.20

Well, Drupal seems to have crapped itself with some changes to the site (mostly php 5.3 I think) so I’m going to try wordpress again and see how it goes. At the very least it seems to function right. Will be backfilling the posts from before as I have time.

2010
02.21

BlueScreenView by NirSoft is a handy little program I stumbled upon a while back. It loads the windows crash files and shows you USEFUL information from them. Without needing to have the Windows Debugger installed like with WhoCrashed and a bunch of others out there that I tried.

Probably the most annoying part is that I fought with a computer for a while one day that I couldn’t get the debugger installed on until I found this program. Then realized I already had it on my USB drive as I have the full NirSoft collection on it. Oh well, I know it’s there now :)


Download a copy at http://www.nirsoft.net/utils/blue_screen_view.html

2009
09.01

Click the read more link for a quick guide to setting up OEM Branding on Windows XP & Vista I put together from various sources.

The image file you need for the branding should be 172 pixels by 172 pixels or smaller and saved in a BMP format in the c:\windows\system32 folder. For Windows XP it should be called OEMLOGO.BMP and for Vista OEMINFO.BMP by default but if you continue with the instructions below, you can see how to use the same filename in fact.

The process from this point on is different depending on if you are using Windows XP or Windows Vista

Windows XP

Create a file called OEMINFO.ini in the c:\windows\system32 directory (same place as your bmp file) with the following information in it:

[General]
Manufacturer=
Model=
[Support Information]
Line1=
Line2=
Line3=

Windows Vista

For vista you need to create a .reg file (or edit the registry manually but for ease of use and mass branding, a .reg file is much easier and quicker) with the following information in it:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation]
“HelpCustomized”=dword:00000000
“Logo”=”c:\\windows\\system32\\OEMLOGO.BMP”
“SupportHours”=”Monday to Friday 09:00 to 17:00″
“Manufacturer”=”NixGeek”
“SupportPhone”=”123-123-1234″
“SupportURL”=”http://support.nixgeek.net”

Once you have this file, you just need to run it and click ok to let the changes be done

There are some other things you can do, but thats the basic idea :)