equal
deleted
inserted
replaced
78 Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa |
78 Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa |
79 |
79 |
80 Create the following DWORD value (if it doesn't exist): LmCompatibilityLevel |
80 Create the following DWORD value (if it doesn't exist): LmCompatibilityLevel |
81 |
81 |
82 And set its value to: 1 |
82 And set its value to: 1 |
|
83 |
|
84 * Map dir to disk. |
|
85 |
|
86 To create: |
|
87 |
|
88 cmd> subst [to-disk: [from-disk:]path] |
|
89 |
|
90 To remove: |
|
91 |
|
92 cmd> subst disk: /d |