Unable to open hard drive with double click
Posted by admin on January 27th, 2010START – > 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, 2010How 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![]()
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, 2009From the Recovery Options Menu Select CMD
Deploying Microsoft Office 2007 Enterprise
Posted by researcher on August 24th, 2009coming soon



![]()



What is PHP?
Posted by admin on April 1st, 2009PHP 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, 2009CSS 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, 2009We are in the process of writing this article
function functionName($parameter1)
{
Do some stuff;
}










Recent Comments