Category Archives: Microsoft Windows

DHCP server default permission settings in the registry

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip “Local service” Full, Read (add this permission)

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BFE “NT Service\BFE” Full, Read (add this permission)HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DPS “NT Service\Trustedinstaller” Full, Read (add this permission)

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc “NT Service\NlaSvc” Full, Read (add this permission)

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Epoch “NT Service\MpsSvc” Query, Set Value (add this permission)

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy “NT Service\MpsSvc” Full, Read (add this permission)

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Defaults\FirewallPolicy “NT Service\MpsSvc” Full, Read (add this permission)

server manager encountered an unexpected error while collecting data about the stutus of HRESULT:0x80070543

server manager encountered an unexpected error while collecting data about the stutus of this computer
HRESULT:0x80070543

Problem:
The server-wide COM security settings have been changed to have a “Default Authentication Level” of ‘None.’

Solution:

1. Using elevated permissions, run Dcomcnfg.exe

2. In the “Component Services” window, navigate to ComponentServices->Computers->My Computer.

3. Right-click on “My Computer” and select [Properties] from the context menu.

4. In the “My Computer Properties” dialog, select the [Default Properties] tab.

5. Change the “Default Authentication Level” drop to ‘Connect’; if it is set to None.

7. Change the “Default Impersonation Level” to Identify; if it is set to something else.

8. Press the OK button in the “My Computer Properties” dialog.

How to troubleshoot Volume Activation error codes on Windows Server 2008 and Windows Vista-based computers

Doing the following activates it using the MAK key:

1) Open a cmd shell as Administrator.
2) Type the following (but use your key instead of all the X’s)

slmgr -ipk serial
3) The prompt will return right away, but there is a licensing task that it started (if you look in Task Manager you can find a task SLsvc using up cpu, I assume this is where the licensing is going on).
4) After a while a dialog will pop up saying that it has been activated.

How to change the Volume Licensing product key on a computer that is running Windows XP Service Pack 1 and later versions of Windows XP

Note We recommend that you run System Restore to create a new restore point before you follow these steps.

Deactivate Windows

  1. Click Start, and then click Run.
  2. In the Open box, type regedit, and then click OK.
  3. In the navigation pane, locate and then click the following registry key:
    HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\Current Version\WPAEvents
  4. In the topic pane, right-click OOBETimer, and then click Modify.
  5. Change at least one digit of this value to deactivate Windows.
Reactivate Windows and add new product key

  1. Click Start, and then click Run.
  2. In the Open box, type the following command, and then click OK.
    %systemroot%\system32\oobe\msoobe.exe /a
  3. Click Yes, I want to telephone a customer service representative to activate Windows, and then click Next.
  4. Click Change Product key.
  5. Type the new product key in the New key boxes, and then click Update.If you are returned to the previous window, click Remind me later, and then restart the computer.
  6. Repeat steps 1 and 2 to verify that Windows is activated. You receive the following message:
    Windows is already activated. Click OK to exit.
  7. Click OK.
  8. Install Windows XP Service Pack 1a or a later version of Windows XP.

More info : http://support.microsoft.com/kb/328874