windows.rst
changeset 178 abe20171d6ed
parent 34 9442609f6876
child 290 8bab7e733eb0
equal deleted inserted replaced
177:02b79b857ee1 178:abe20171d6ed
     1 -*- outline -*-
     1 -*- outline -*-
     2 
     2 
     3 * Vista and Samba.
     3 * XP.
       
     4 
       
     5 ** Recovery.
       
     6 
       
     7   cmd> sfc /Scannow
       
     8 
       
     9 To complite repair you may need original installation CD. Works for
       
    10 Windows 2000, Windows XP, Windows 2003.
       
    11 
       
    12 See
       
    13 
       
    14   http://support.microsoft.com/kb/222471/
       
    15   http://support.microsoft.com/kb/310747/ru
       
    16 
       
    17 * Vista
       
    18 
       
    19 ** Samba.
     4 
    20 
     5 By default, you cannot authenticate and share files to and from Mac OS X or
    21 By default, you cannot authenticate and share files to and from Mac OS X or
     6 Linux Samba due to a well known authentication method turned off by default.
    22 Linux Samba due to a well known authentication method turned off by default.
     7 To enable this,
    23 To enable this,
     8 
    24 
     9 ** Only for Windows Vista Ultimate/Business/Enterprise Editions.
    25 *** Only for Windows Vista Ultimate/Business/Enterprise Editions.
    10 
    26 
    11 Goto Start—>Run and open gpedit.msc or secpol.msc
    27 Goto Start->Run and open gpedit.msc or secpol.msc
    12 
    28 
    13 Select Continue on the User Account Control prompt. This will launch the Group
    29 Select Continue on the User Account Control prompt. This will launch the Group
    14 Policy Object Editor for the Local Computer Policy.
    30 Policy Object Editor for the Local Computer Policy.
    15 
    31 
    16 In the Group Policy Object Editor, expand:
    32 In the Group Policy Object Editor, expand:
    19 -> Windows Settings
    35 -> Windows Settings
    20 -> Security Settings
    36 -> Security Settings
    21 -> Local Policies
    37 -> Local Policies
    22 -> Security Options
    38 -> Security Options
    23 
    39 
    24 Open the ‘Network security: LAN Manager authentication level’ policy and
    40 Open the "Network security: LAN Manager authentication level" policy and
    25 change the Security Setting to:
    41 change the Security Setting to:
    26 
    42 
    27 Send LM & NTLM - use NTLMv2 session security if negotiated
    43 Send LM & NTLM - use NTLMv2 session security if negotiated
    28 
    44 
    29 ** Windows Vista Home Edition.
    45 *** Windows Vista Home Edition.
    30 
    46 
    31 Since Windows Vista Home Edition does not feature the Group Policy Editor, you
    47 Since Windows Vista Home Edition does not feature the Group Policy Editor, you
    32 may do the following to enable this feature:
    48 may do the following to enable this feature:
    33 
    49 
    34 Goto Start—>Run—> and type regedit.
    50 Goto Start->Run-> and type regedit.
    35 
    51 
    36 Select Continue on the User Account Control prompt.
    52 Select Continue on the User Account Control prompt.
    37 
    53 
    38 Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
    54 Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
    39 
    55 
    40 Create the following DWORD value (if it doesn’t exist): LmCompatibilityLevel
    56 Create the following DWORD value (if it doesn't exist): LmCompatibilityLevel
    41 
    57 
    42 And set its value to: 1
    58 And set its value to: 1