Tuesday, October 22, 2013

How to configure security policy “LAN Manager Authentication Level” in Windows 8


Unfortunately not all versions of Windows appear to ship the policies editor. Windows 8 doesn't for example but Windows 8 Pro does, so depending on your version you would be able to use it or not.

To see if you can access it press Win+Q to search for it or Win+R to open the "Run" dialog. Either way type gpedit.msc and if it appears in the first case or you're able to run it do so.

Then navigate to Local Computer Policy -Windows Settings - Security Settings -Local Policies - Security Options. There locate Network security: LAN Manager authentication level and set that policy to what your admin told you.

If you're not able to access the policies editor you can accomplish the same by editing the registry yourself. Concretely the key you have to edit for that policy is:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa

There, add (or edit) a DWORD value named LmCompatibilityLevel and set it to the value you require according to the following table (which in your case is 2) :

0 - Send LM & NTLM responses
1 - Send LM & NTLM responses, use NTLMv2 session security if negotiated
2 - Send NTLM response only
3 - Send NTLMv2 response only
4 - Send NTLMv2 response only, refuse LM
5 - Send NTLMv2 response only, refuse LM & NTLM

*** INFO FROM INTERNET ***

How to manually activate Windows 8



To activate manually, use the command promp.

1. Click "Desktop" from the Start Screen

2. Move the cursor to the hot corner [side panel should appear]

3. Click on the "Search" icon [magnifying glass]

4. Type "command"

5. Click on the "Command" [an icon on the left side of the screen should appear]

Note: If you receive and elevated priviledge message, right click "Command" and select "Run as Administrator"

6. At command prompt, type in "slmgr.vbs -ipk " then cont with your license key

slmgr.vbs -ipk 00000-00000-00000-00000-00000

7. Activate windows after changing the key, run "slmgr.vbs -ato"

Monday, October 7, 2013

Resolve your harddisk Boot/Format problem due to MBR error



The MBR could easily be seen as one of the most important sectors on the disk. If anything happens to the contents of this sector, the data on your disk could be unreachable. Or the computer might simply not start anymore.


This MBR tool allows you to manipulate a drive's master boot record (MBR) via the command line. For example, MBR is capable of deleting all the partitions in a MBR, zeroing out a MBR, installing a standard MBR, and more. MBR runs under DOS/Linux/Windows.


After download ..PLS read README.TXT in the program folder for more information.

Download Here

Share a Printer from XP to Windows 7/8/10

  Setup Printer Sharing Step 1 : First make sure that the printer on the XP machine is shared. You can do this by right-clicking on the prin...