![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | Security Center and Norton 2008 I just updated Norton 2007 and installed Norton 2008, now Security Center notifies me that I don't have anti-virus protection, but norton appears to be operating correctly? Norton also recommends turning off windows firewall? is this appropriate |
My System Specs![]() |
| | #2 (permalink) |
| | Re: Security Center and Norton 2008 > I just updated Norton 2007 and installed Norton 2008, now Security Center Quote: > notifies me that I don't have anti-virus protection, but norton appears to > be > operating correctly? > > Norton also recommends turning off windows firewall? is this appropriate > appropriate to turn off the windows firewall since NIS has it's own firewall. When the data in the Security Center is incorrect the fix is to rebuild the repository. If you do a google search of Microsoft NG's you will find simple instructions. Basically, you turn off a service and rename the repository folder so the OS will recreate it. |
My System Specs![]() |
| | #3 (permalink) |
| | Re: Security Center and Norton 2008 On Thu, 14 Feb 2008 07:28:02 -0800, gabe <gabe@xxxxxx> wrote: Quote: > I just updated Norton 2007 and installed Norton 2008, now Security Center > notifies me that I don't have anti-virus protection, but norton appears to be > operating correctly? > > Norton also recommends turning off windows firewall? is this appropriate Don't run two firewalls. You achieve no extra protection, you incur the extra overhead of running two firewalls, and you run the risk (probably small, but not zero) of conflicts between them. See http://www.microsoft.com/athome/secu.../firewall.mspx which includes the following: "Q. Should I use both the built-in firewall and a software firewall from a different company on my Windows XP computer? "A. No. Running multiple software firewalls is unnecessary for typical home computers, home networking, and small-business networking scenarios. Using two firewalls on the same connection could cause issues with connectivity to the Internet or other unexpected behavior. One firewall, whether it is the Windows XP Internet Connection Firewall or a different software firewall, can provide substantial protection for your computer." So choose one or the other, not both. Personally, I recommend keeping the Windows firewall, and uninstalling the Norton one, as well as everything else Norton. In my view, Norton is the worst security software on the market. -- Ken Blake, Microsoft MVP - Windows Desktop Experience Please Reply to the Newsgroup |
My System Specs![]() |
| | #4 (permalink) |
| | Re: Security Center and Norton 2008 "VicTek" <Victek@xxxxxx> wrote: Quote: > Basically, you turn off a service and rename > the repository folder so the OS will recreate it. net stop winmgmt /y ren %windir%\system32\wbem\repository %windir%\system32\wbem\repository.old (make sure there is a space between the two paths) Then restart. Charlie42 |
My System Specs![]() |
| | #5 (permalink) |
| | Re: Security Center and Norton 2008 Hi Charlie, I did what you specified down/up here. Security center does shut down, but the next line: ren %windir%\system32\wbem\repository %windir%\system32\wbem\repository.old doesnt work for me windows says that the syntax is incorrect, and yes I did make sure that there are spaces between the two paths Hope you can help me. I have windows vista home premium, and Norton Internet Security 2008. Greets, Mejannes "Charlie42" wrote: Quote: > "VicTek" <Victek@xxxxxx> wrote: > Quote: > > Basically, you turn off a service and rename > > the repository folder so the OS will recreate it. > Here's the details: In a command prompt window, type: > > net stop winmgmt /y > > ren %windir%\system32\wbem\repository %windir%\system32\wbem\repository.old > (make sure there is a space between the two paths) > > Then restart. > > Charlie42 |
My System Specs![]() |
| | #6 (permalink) |
| | Re: Security Center and Norton 2008 "Mejannes" <Mejannes@xxxxxx> wrote: Quote: > I did what you specified down/up here. > Security center does shut down, but the next line: > > ren %windir%\system32\wbem\repository > %windir%\system32\wbem\repository.old > > doesnt work for me windows says that the syntax is incorrect, and yes I > did > make sure that there are spaces between the two paths first: cd\windows\system32\wbem ren repository repository.old Charlie42 |
My System Specs![]() |
| | #7 (permalink) |
| | Re: Security Center and Norton 2008 Tried this but when i enter: ren repository repository.old it says acces denied, do you have any idea how this is possible, and whta to do about it? I was also wondering if reinstalling could do the trick? Thanks for you help so far! Greetz, Mejannes "Charlie42" wrote: Quote: > "Mejannes" <Mejannes@xxxxxx> wrote: > Quote: > > I did what you specified down/up here. > > Security center does shut down, but the next line: > > > > ren %windir%\system32\wbem\repository > > %windir%\system32\wbem\repository.old > > > > doesnt work for me windows says that the syntax is incorrect, and yes I > > did > > make sure that there are spaces between the two paths > Try this instead, run as administrator, remember to stop the winmgmt service > first: > > cd\windows\system32\wbem > > ren repository repository.old > > Charlie42 > |
My System Specs![]() |
| | #8 (permalink) |
| | Re: Security Center and Norton 2008 "Mejannes" <Mejannes@xxxxxx> wrote: Quote: > Tried this but when i enter: > > ren repository repository.old > > it says acces denied, do you have any idea how this is possible, and > what to do about it? Start Menu > All Programs > Accessories, then right-click Command Prompt and select Run as Administrator. It does not matter what type of user account you have, you still have to do this. Quote: > I was also wondering if reinstalling could do the trick? may reoccur after reinstalling. Also, removing Norton is a pretty tedious affair, you will have to run Symantec's uninstallation tool 2 - 3 times with reboots in between in order to rid your computer completely of the software, then reinstall. Charlie42 |
My System Specs![]() |
| | #9 (permalink) |
| | Re: Security Center and Norton 2008 Well i did run as administrator but it didnt take, so tried it again and managed to get it running under administrator. I shut down security center net stop winmgmt /y Typed cd\windows\system32\wbem and ren repository repository.old which worked, but think i made a mistake after that, cause i turned on the security center instead of restarting the pc. Now NIS is still not being accepted by windows security center, and i cant do the procedure again cause now it says that 'a duplicate file already exists, or the file cannot be found.' "Charlie42" wrote: Quote: > "Mejannes" <Mejannes@xxxxxx> wrote: > Quote: > > Tried this but when i enter: > > > > ren repository repository.old > > > > it says acces denied, do you have any idea how this is possible, and > > what to do about it? > Are you sure you are running the command prompt as administrator? Go to > Start Menu > All Programs > Accessories, then right-click Command Prompt and > select Run as Administrator. It does not matter what type of user account > you have, you still have to do this. > Quote: > > I was also wondering if reinstalling could do the trick? > Could be, but the basic problem here is the WMI repository - the same error > may reoccur after reinstalling. Also, removing Norton is a pretty tedious > affair, you will have to run Symantec's uninstallation tool 2 - 3 times with > reboots in between in order to rid your computer completely of the software, > then reinstall. > > Charlie42 > > |
My System Specs![]() |
| | #10 (permalink) |
| | Re: Security Center and Norton 2008 I did that, but still no change!? "Charlie42" wrote: Quote: > "Mejannes" <Mejannes@xxxxxx> wrote: > Quote: > > which worked, but think i made a mistake after that, cause i turned on the > > security center instead of restarting the pc. > > > > Now NIS is still not being accepted by windows security center, and i cant > > do the procedure again cause now it says that 'a duplicate file already > > exists, or the file cannot be found.' > You are getting this error message because you changed the name of the > repository folder, which is exactly what you set out to do. > > Now it is time to restart the computer. The WMI repository will then be > rebuilt in it's correct folder, and the Security Center should monitor your > security software. > > Charlie42 > |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| WLM & Norton Internet Security 2008 | Live Mail | |||
| Windows Update and Norton Internet Security 2008 | Vista General | |||
| Re: Vista Security Center and Norton Internet Security 2008 | Vista security | |||
| Norton Internet Security 2008 | Vista General | |||
| Norton Internet Security 2008 and Vista's Security Center | Vista security | |||