seanism DOT com Random thoughts from the world of seanism

23Nov/110

Connecting Windows 7 to a Windows XP share

If you are having trouble connecting a Windows 7 machine to a Windows XP share try enabling Network security: LAN Manager authentication level - Send LM & NTLM responses.

  1. Open the run dialog and type gpedit.msc and press enter.
  2. Open Computer Configuration
  3. Open Windows Settings
  4. Open Security Settings
  5. Open Local Policies
  6. Open Security Options
  7. Find Network security: LAN Manager authentication level and change it to Send LM & NTLM responses
For more info on the settings see the Microsoft TechNet article.
11Nov/110

Windows 7 prompting for credentials when accessing SharePoint documents

Sympton
You are prompted to enter your credentials, even though the user account that you are using has sufficient permission to access this site.

For example, when you open a Microsoft Office file from a Microsoft Office SharePoint site by using 2007 Microsoft Office on a Windows 7-based client computer that has no proxy configured, you are prompted for authentication.

Solution
you have to create a registry entry. To do this, follow these steps:

  1. Click Start, type regedit in the Start Search box, and then press ENTER.
  2. Locate and then click the following registry subkey:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters
  3. On the Edit menu, point to New, and then click Multi-String Value.
  4. Type AuthForwardServerList, and then press ENTER.
  5. On the Edit menu, click Modify.
  6. In the Value data box, type the URL of the server that hosts the Web share, and then click OK.Note You can also type a list of URLs in the Value data box. For more information, see the "Sample URL list" section in this article.
  7. Exit Registry Editor.
  8. Restart the WebDAV service.
  9. Open an elevated command prompt and type in net stop WebClient && net start WebClient
  10. Reconnect to your SharePoint site.
source: http://support.microsoft.com/kb/943280
28Sep/110

Windows 7 firewall network location

If you have a computer that is connected to a domain and is plugged into the domain network but doesn't have the domain profile active in the firewall settings of Windows 7 check to make sure you have your domain DNS server set as your primary DNS.

I had a client have an external DNS set for "faster internet" but it was causing errors on the machine because the PDC couldn't communicate with it correctly.

28Dec/100

Outlook 2010: “0x8004010F: Outlook data file cannot be accessed”

A client of mine was having the error 0x8004010F in Outlook 2010.  I repaired the PST and it fixed 30 or so errors but I was still having the issue. I ended up creating a new Outlook profile using the following link...
http://support.microsoft.com/kb/2289904

After creating the new profile I could not open or export the previous PST.  I realized she had checked the option Run this program in compatibility mode for: Windows XP checked.  Once I unchecked that Outlook 2010 could open & export the previous PST.

28Dec/101

Outlook 2010 prompting for UAC everytime it’s opened

If Outlook 2010 is prompting for UAC everytime you open it check to make sure you don't have Run this program in compatibility mode for: or Run this program as an administrator checked.

13Oct/100

Windows 7/Server 2008 R2 BSOD on Resume

I have Windows 7 x64 and a 1.5TB hard drive. Whenever my PC was resuming from standby I would get a BSOD. I initially thought it was a driver issue but I came across this KB article.

"You receive various Stop error messages in Windows 7 or in Windows Server 2008 R2 when you try to resume a computer that has a large SATA hard disk"

http://support.microsoft.com/kb/977178