Symantec installation roll back error

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

Posted in Microsoft Issues Solved | Leave a comment

How to replace a corrupt system file eg .DLL

  1. Boot  computer to recovery console  using a windows disk
  2. select you windows installation from the list by typing the corresponding number eg. 1
  3. At the prompt type ” expand D:\i386\hall.dl_”
  4. You should be prompted to over ride the existing  file choose  ’Yes’
  5. Thats it!  - you have replaced a corrupt dll file.
Posted in Uncategorized | Tagged , , , | Leave a comment

Unable to open hard drive with double click

START – > RUN

CD\

attrib -r  -h -s  autorun.inf

del autorun.inf

C:  <ENTER>

Restart Computer

Repeat process for each drive

Posted in Uncategorized | 1 Comment

How to enable regedit

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

Posted in Microsoft Issues Solved | Leave a comment

How to find your logon server

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)

Posted in Microsoft Issues Solved | Leave a comment

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

From the Recovery Options Menu Select CMD

sc_recovery-partition.gif

Posted in Microsoft Issues Solved | Tagged | Leave a comment

Deploying Microsoft Office 2007 Enterprise

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

Posted in PHP | Tagged | 1 Comment

What is PHP?

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
Posted in PHP Programming Fundamentals | Leave a comment

CSS shorthand Tips

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;
Posted in CSS | Leave a comment

Learning Website Development from scratch

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 | 2 Comments