Step 1.
Run this regedit
Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00020404-0000-0000-C000-000000000046}]@=”IEnumVARIANT”[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00020404-0000-0000-C000-000000000046}\NumMethods]@=”7″[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00020404-0000-0000-C000-000000000046}\ProxyStubClsid]@=”{00020421-0000-0000-C000-000000000046}”[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{00020404-0000-0000-C000-000000000046}\ProxyStubClsid32]@=”{00020421-0000-0000-C000-000000000046}”
Step 2.
Go to the following locations and delete instances of Symantec in the following areas :
C:\Documents and Settings\All Users\Application Data\Symantec
C:\Program Files\Symantec
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
START -> Run :
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f
Tada… registry enabled

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)
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 font shorthand rule
font-size: 1em;
line-height: 1.5em;
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-family: verdana,serif;
We are in the process of writing this article
function functionName($parameter1)
{
Do some stuff;
}
Posted in CSS, Completed Project, Final Note, Free Downloads, Getting Started, JavaScript, Microsoft Issues Solved, MySQL, PHP, PHP Programming Fundamentals, Xhtml
|
Tagged Add new tag
|