Friday, November 30, 2012
Windows 8 Start Button
Wednesday, October 10, 2012
CCleaner
Thursday, June 28, 2012
Windows Installer Cleanup Utility Update
Friday, March 19, 2010
MS: No IE 9 for WinXP
Wednesday, March 17, 2010
Wireless BT Mouse Loses Connection
- Click Start, click Run, type Devmgmt.msc, and then click OK. The Device Manager window opens.
- Expand Universal Serial Bus controllers.
- Right-click a USB Root Hub in the list, and then click Properties. The USB Root Hub Properties dialog box is displayed.
- Click the Power Management tab.
- Click to clear the Allow the computer to turn off this device to save power check box, and then click OK.
- Repeat steps 3 through 6 for each USB Root Hub in the list.
- On the Action menu, click Scan for hardware changes.
Windows XP recognizes the new device. - Close the Device Manager window.
Windows XP's Built-in Wi-Fi Security Hole
Friday, May 11, 2007
Restore XP Profile & HCTRL.OCX Error
My XP profile decided to take a dive a week or so ago. Via Google, found some nice instructions from PC Answers on how to recreate it. PCA did warn me that I might see some weird stuff happening for a while. First time I tried to run CAM Unzip, it threw the "the DLL C:\Windows\System32\Hhctrl.ocx occupied an address range reserved for Windows system DLLs" error msg. Googled it and was taken to The Poorhouse. Bless you again Adam for the posting the solution. Short version is to go here at the Microsoft site for the 935448 download. What's really amazing is after installing the patch, I did not have to reboot the computer! CAM Unzip was it's happy self again.
GroupWise Changes Video Display Settings
Out of the blue, when my CFO double-clicked on his GroupWise icon, the video display changed to something basic/ugly. I showed him how to change it back by right-clicking on the desktop to get to the properties. No joy, the next time he opened GW, the display would change. Then he told me that when he exited GW, the video display would go back to normal! So I uninstalled/reinstalled GW with no joy again. Baffled, I took a look in the GW program folder. Seeing nothing untoward and as a last-gasp, I right-clicked on gpwise.exe and started looking at the tabs. Under the Compatibility tab, the Run under 256 colors box was checked. Unchecked it and what do you know, no more problems. How it was checked in the first place... (cue Twilight Zone theme music)
Thursday, March 01, 2007
Windows Installer Cleanup Utility
Monday, February 26, 2007
Ghost XP Boot Disk to Box Net
Tuesday, January 31, 2006
Upgrade SAVCE 8.0 to 10.0 on Netware 5.1
After I installed Symantec 8.0, this is the weird error I received: Error: "S32evnt1.dll. An installable Virtual Device Driver failed DLL initialization" I went to here to find the solution from Symantec. Below is the condensed version.
To edit the Windows XP registry
1. On the Windows taskbar, click Start > Run.
2. In the Run dialog box, type regedit
3. Click OK.
4. Go to the following key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\VirtualDeviceDrivers
5. In the right pane, delete the VDD value.
6. In the left pane, right-click the VirtualDeviceDrivers key, and then click New > Multi-String Value.
7. Type VDD for the name of the new value.
8. Exit the Registry Editor.
9. Restart the computer."
Monday, January 30, 2006
Ghost 2K3 with Windows 98
Ok, ok, I know that nobody uses Windows 98 PCs anymore, unless you work for a not-for-profit like I do.
Anyhoo, in the past, I had no problems with Symantec Ghost with a LaCie external hard drive to duplicate Windows XP PCs. Assumed (yeah, I'm former Air Force and do know what assume stands for) that the same boot disk would work for a Windows 98. Proverbial big mistake.
I had two issues. First, the Win XP boot disk wouldn't recognize the LaCie hard drive. Then, once I got it to see the external drive, Ghost would not restore the image. Said the source partition was too large. So after much sturm und drang, here's the drill for both. I put the XP drill first as that's the first OS I used Ghost on.
Windows XP Boot Disk:
Using a Win XP PC, format the floppy to FAT as a MS-DOS startup disk, Quick Format unchecked. Then delete everything but the command.com, io.sys, and the msdos.sys from the floppy. On my network drive, I have a folder with the following in it:
Ghost folder containing; Ghost.exe, Ghost.ini, Ghosterr.txt.
USB folder containing: aspiehci.sys
Root containing: Autoexec.bat, config.sys, guest.exe, ibmbio.com, ibmdos.com, mouse.com, mouse.ini.
Autoexec.bat contains:
@echo off
SET TZ=GHO+05:00
GUEST.EXE
MOUSE.COM
echo Loading...
CD GHOST
GHOST.EXE
Config.sys contains:
DEVICE = usb\aspiehci.sys /int /all
LASTDRIVE = Z
Copy the entire contents of the drive to the XP floppy, protect it, and you're good to go.
If you don't have the aspiehci.sys, you can find it on Symantec's web site or Google for it. It's actually from Iomega, as is the Guest.exe file.
Windows 98 Boot Disk:
I still used a Win XP boot disk as described above. On the network Win 98 folder, the Ghost folder is the same, but the USB and root files are different.
USB folder containing: DI1000DD.SYS and USBASPI.SYS.
Root containing: Autoexec.bat, config.sys, guest.exe, ibmbio.com, ibmdos.com, mouse.com, mouse.ini.
Config.sys contains:
Device=usb\usbaspi.sys /v
Device=usb\di1000dd.sys
LASTDRIVE = Z
As with XP, copy the entire contents of the drive to the 98 floppy and protect it.
Many thx to swhartung aka NightOwl, Ghost Guru at Radified Files Forum. I got the usbaspi.sys and di1000dd.sys files from Radified Files download page. Per NightOwl's suggestion, I used the usbaspi.sys from the kxlrw40an.exe file and the di1000dd.sys from the mhairudo.zip file.
With the Win 98 boot disk, it's reverse, do a partition selection, not disk.
Long Live DOS!!!