How to enable regedit

Posted by admin on January 27th, 2010

How to enable regedit

START -> Run :

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f

Tada… registry enabled

How to find your logon server

Posted by admin on October 21st, 2009

logonsvr-thumb

Click  Start then  All Programs then Accessories
Click on Command Prompt(black screen comes up)

Type “SET L” without the quotes

You should now see :  LOGONSERVER= \\LOGON SERVER NAME

Alternately  you could  Type  ”echo %logonserver%” (you get same result)

Accessing the Recovery Partition for restoration if you have accidently formatted your C: Partition

Posted by researcher on August 24th, 2009

From the Recovery Options Menu Select CMD

sc_recovery-partition.gif

Learning Website Development from scratch

Posted by admin on March 31st, 2009

We are in the process of writing this article


function  functionName($parameter1)
{
    Do some stuff;

}

Copyright © 2007 Web Development Made Easy. All rights reserved.