You may find that Windows Security Center Alerts are not showing up in the System Tray. To resolve this issue, please perform one or more of the following options:
Option 1
Option 2
Option 3
http://www.smartnetadmin.com
Option 1
- Click Start - Control Panel - Security Center.
- On the left-hand side, click Change the way Security Center alerts me.
- Place a checkmark next to Firewall, Automatic Updates and Virus Protection.
- Click OK.
Option 2
- Click Start - Control Panel - Security Center.
- Click Firewall, click Recommendations, click Enable now and uncheck "I have a firewall solution that I'll monitor myself." Click OK.
- Click Automatic Updates, click Turn On Automatic Updates.
- Click Virus Protection, click Recommendations - uncheck "I have an antivirus program that I'll monitor myself." Click OK.
Option 3
- Right-mouse click the Windows Desktop.
- Select New - Text Document.
- Paste the following text into the Text Document:
cls
echo Re-Register and Re-Compile Windows Management Instrumentation Managed Object Format Files
net stop /y winmgmt
rd /s /q %SystemRoot%\system32\Wbem\Repository
cd %SystemRoot%\system32\wbem
regsvr32 /s %systemroot%\system32\scecli.dll
regsvr32 /s %systemroot%\system32\userenv.dll
mofcomp %systemroot%\system32\wbem\cimwin32.mof
mofcomp %systemroot%\system32\wbem\cimwin32.mfl
echo RSOP does not exist in Windows XP Home
mofcomp %systemroot%\system32\wbem\rsop.mof
mofcomp %systemroot%\system32\wbem\rsop.mfl
for /f %%s in ('dir /b /s *.dll') do regsvr32 /s %%s
for /f %%s in ('dir /b *.mof') do mofcomp %%s
for /f %%s in ('dir /b *.mfl') do mofcomp %%s
net start winmgmt
%systemroot%\system32\wbem\wmiprvse /regserver
pause - Rename the Text Document, fix.cmd.
- If you have Antivirus installed, uninstall the Antivirus and then reboot the computer.
- Upon reboot, double-click fix.cmd.
- Upon completion of fix.cmd, reboot the computer.
- Reinstall Antivirus.
http://www.smartnetadmin.com
Comments
Post a Comment