How to replace a corrupt system file eg .DLL

Posted by admin on February 5th, 2010
  • Boot  computer to recovery console  using a windows disk
  • select you windows installation from the list by typing the corresponding number eg. 1
  • At the prompt type ” expand D:\i386\hall.dl_”
  • You should be prompted to over ride the existing  file choose  ’Yes’
  • Thats it!  - you have replaced a corrupt dll file.
  • Unable to open hard drive with double click

    Posted by admin on January 27th, 2010

    START – > RUN

    CD\

    attrib -r  -h -s  autorun.inf

    del autorun.inf

    C:  <ENTER>

    Restart Computer

    Repeat process for each drive

    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

    Deploying Microsoft Office 2007 Enterprise

    Posted by researcher on August 24th, 2009

    coming soon

    exp_share.gif

    dlg_security-settings.gif

    dlg_share-perm.gif

    exp_ou.gif

    dlg_open-policy.gif

    exp_active-dir.gif

    dlg_active-dir-perm.gif

    What is PHP?

    Posted by admin on April 1st, 2009

    PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of the other resources available in the links section.

    echo " Hello Earth";
    // This codes will print  the words  Hello Earth on you screen
    // Think thats Cool? there is more to come
    

    CSS shorthand Tips

    Posted by admin on April 1st, 2009

    CSS font shorthand rule

    font-size: 1em;
    line-height: 1.5em;
    font-weight: bold;
    font-style: italic;
    font-variant: small-caps;
    font-family: verdana,serif;
    

    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.