-
Recent Posts
- Solution: Getting “Access is denied” error message when trying to access “monitor tomcat” or “configure tomcat” from program files
- Disabling print screen using vbscript
- Disabling Print screen using registry File
- How to enable remote desktop in windows 7 from system properties
- Run Commands for Windows 7
-
May 2013 M T W T F S S « May 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Archives
Tag Archives: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
How to enable NTLM in windows using regedit?
Enabling NTLM in windows using regedit a. Create a text file. b. Copy the following entries (in bold) and paste in the text file (it is very important to keep these entries as it is with the blank spaces and line breaks): Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa] “lmcompatibilitylevel”=dword:00000000 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0] “ntlmminclientsec”=dword:00000000 “ntlmminserversec”=dword:00000000 c. Save the file as ntlm.reg. d. Double click on ntlm.reg and click “Yes” in the dialog box that appears next asking you whether you want to save … More ->