ChrisTitus.com Resources for IT Professionals

13Oct/110

“Error 1327. Invalid Drive: Drive” or “Error 1325 – File name is not a valid short file name” fixes

Typically this happens when you are installing a program and receiving a pop-up message during installation. I removed a drive from my computer and had this happen to me. The fix for it is rather simple:

1.Click Start, and then click Run.
2.In the Open box, type regedit, and then click OK.
3.In Registry Editor, locate the following registry key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
4.In the right pane, note the values in the Data field of each entry. If any value contains a drive that is not correct for your computer, right-click the entry, type c:\my documents in the Value data box, and then click OK.
5.Repeat step 4 for each entry whose Data value contains an incorrect drive.
6.Repeat steps 3 through 5 for each of the following registry keys:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
7.Close Registry Editor.

Re-run your setup program and it should work. Also, I'd recommend running the registry cleaning portion of CCleaner and checking your Environmental Variables (Under System Properties, Advanced, then Environmental Variables.)

11Oct/110

CT Summation Grayed out Case Explorer

Recently I was using CT Summation iBlaze v3 and I went to run it on a Windows 7 machine and all my cases were grayed out in Open Case with all the icons also grayed out in Case Explorer. After some tinkering, I found out that it is a compatibility issue with CT Summation iBlaze v3 in Windows 7.

Simple Run in Windows XP SP2/3 mode and it will fix the issue. If you are unable to select this option via the shortcut, simply run the troubleshoot compatibility link from right clicking. This should fix the issue.

15Sep/110

Keep Windows 7 from installing device drivers from Windows Update

I find a very annoying feature of Windows 7 is every device you install by default searches windows update. This makes installing devices a lot longer than it needs to be. Follow these steps to make windows search your computer first and then Windows Update if needed.

1. Right Click My Computer from Start Menu and select "Properties"
2. Click "Advanced System Settings"
3. Select Hardware Tab, and click "Device Installation Settings"
4. Highlight "No, Let me choose what to do"
4a. Also, "Install driver software from Windows Update if it is not found on my computer"

Save Changes and you are done. You now install devices at lightning speed!

Filed under: Windows 7 No Comments
24Nov/100

Force Network Connection Priority

This describes how to have an adapter take priority of all internet traffic over another. For instance, you have 2 different networks on a single computer, and the wired connection does all your internal communications, but you want the wireless adapter to do all outgoing internet applications (iexplore, firefox, etc...).

Set the Interface Metric
-Open Network Connections (ncpa.cpl)
-Open the Network Connection to take priority (Right click desired connection -> Properties)
-Select Internet Protocol (TCP/IP) (v4 if on Vista or 7) -> Properties
-Click Advanced button on General Tab
-Un-check Automatic Metric
-Enter in "1" for new metric
(optional) enter in a higher metric for the other adapter. I recommend 10 as a baseline, but you can go higher.

Verify new settings on InterfaceMetric using Command Line
-Type: netsh interface ip show address

Make sure your Metrics reflect the changes made and you are finished. If they haven't changed release/renew to see changes.

The following table lists the link speeds and metrics for computers that run Windows XP Service Pack 2.

Link Speed

Metric

Greater than 200 Mb

10

Greater than 80 Mb, and less than or equal to 200 Mb

20

Greater than 20 Mb, and less than or equal to 80 Mb

25

Greater than 4 Mb, and less than or equal to 20 Mb

30

Greater than 500 Kb, and less than or equal to 4 Mb

40

Less than or equal to 500 Kb

50

2Nov/100

Updates Keep failing in Windows Vista / 7 “updates were not configured correctly reverting changes”

I recently ran into a computer that was constantly failing all updates. Here is what I did to fix this issue.

  1. Run registry cleaner to remove orphaned registry entries. My recommendation is to download CCleaner
  2. Run the following commands as an Administrator from command line or Alternatively you can download Updatefix.bat (I Created This)
  3. cd /d %SystemRoot%\System32\SMI\Store\Machine
    attrib -s -h *
    del *.blf
    del *.regtrans-ms

  4. Reboot your computer. The deleted files are regenerated and you can now install windows updates.