Hottest Free Downloads - DownloadPipe.com Over 197,000 downloads! Bookmark Now!
DownloadPipe.com - New Downloads Every Minute
 SEARCH:
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Security Center and Norton 2008

 
   Windows (Home) -> Security RSS
Next:  Vista logon with smart card  
Author Message
gabe

External


Since: Nov 22, 2006
Posts: 2



(Msg. 1) Posted: Thu Feb 14, 2008 7:28 am
Post subject: Security Center and Norton 2008
Archived from groups: microsoft>public>windows>vista>security (more info?)

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
Back to top
Login to vote
VicTek

External


Since: Feb 14, 2008
Posts: 1



(Msg. 2) Posted: Thu Feb 14, 2008 7:51 am
Post subject: Re: Security Center and Norton 2008 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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

If you're talking about Norton Internet Security 2008 then yes, it's
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.
Back to top
Login to vote
Ken Blake, MVP

External


Since: Dec 13, 2005
Posts: 297



(Msg. 3) Posted: Thu Feb 14, 2008 9:09 am
Post subject: Re: Security Center and Norton 2008 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, 14 Feb 2008 07:28:02 -0800, gabe
<gabe DeleteThis @discussions.microsoft.com> wrote:

> 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/security/protect/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
Back to top
Login to vote
Charlie42

External


Since: Jan 17, 2008
Posts: 27



(Msg. 4) Posted: Thu Feb 14, 2008 5:33 pm
Post subject: Re: Security Center and Norton 2008 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"VicTek" <Victek DeleteThis @invalid.invalid> wrote:

> 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
Back to top
Login to vote
Mejannes

External


Since: Mar 31, 2008
Posts: 4



(Msg. 5) Posted: Mon Mar 31, 2008 11:35 pm
Post subject: Re: Security Center and Norton 2008 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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:

> "VicTek" <Victek.TakeThisOut@invalid.invalid> wrote:
>
> > 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
Back to top
Login to vote
Charlie42

External


Since: Jan 17, 2008
Posts: 27



(Msg. 6) Posted: Tue Apr 01, 2008 1:06 pm
Post subject: Re: Security Center and Norton 2008 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Mejannes" <Mejannes DeleteThis @discussions.microsoft.com> wrote:

> 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
Back to top
Login to vote
Mejannes

External


Since: Mar 31, 2008
Posts: 4



(Msg. 7) Posted: Tue Apr 01, 2008 1:06 pm
Post subject: Re: Security Center and Norton 2008 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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:

> "Mejannes" <Mejannes.RemoveThis@discussions.microsoft.com> wrote:
>
> > 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
>
Back to top
Login to vote
Charlie42

External


Since: Jan 17, 2008
Posts: 27



(Msg. 8) Posted: Tue Apr 01, 2008 5:57 pm
Post subject: Re: Security Center and Norton 2008 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Mejannes" <Mejannes.RemoveThis@discussions.microsoft.com> wrote:

> 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.

> 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
Back to top
Login to vote
Mejannes

External


Since: Mar 31, 2008
Posts: 4



(Msg. 9) Posted: Tue Apr 01, 2008 5:57 pm
Post subject: Re: Security Center and Norton 2008 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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:

> "Mejannes" <Mejannes DeleteThis @discussions.microsoft.com> wrote:
>
> > 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.
>
> > 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
>
>
Back to top
Login to vote
Charlie42

External


Since: Jan 17, 2008
Posts: 27



(Msg. 10) Posted: Tue Apr 01, 2008 9:02 pm
Post subject: Re: Security Center and Norton 2008 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Mejannes" <Mejannes.DeleteThis@discussions.microsoft.com> wrote:

> 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
Back to top
Login to vote
Charlie42

External


Since: Jan 17, 2008
Posts: 27



(Msg. 11) Posted: Tue Apr 01, 2008 10:07 pm
Post subject: Re: Security Center and Norton 2008 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Mejannes" <Mejannes.TakeThisOut@discussions.microsoft.com> wrote:

>I did that, but still no change!?

Try the other method. Again, make sure you run the command prompt as
administrator:

winmgmt /salvagerepository

Then restart.

Charlie42
Back to top
Login to vote
Mejannes

External


Since: Mar 31, 2008
Posts: 4



(Msg. 12) Posted: Tue Apr 01, 2008 10:07 pm
Post subject: Re: Security Center and Norton 2008 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Ok i am sorry but now i am confused. As I dont know all that much about
computers or vista,.

I did, running in administor:

winmgmt /salvagerepository

and I get the message "file is consistent". I restarted the computer.
Then you write about the other method, which one do you refer to:

1) net stop winmgmt /y

ren %windir%\system32\wbem\repository %windir%\system32\wbem\repository.old
(make sure there is a space between the two paths)

(( cant run this cause pc says syntax is incorrect))

2) cd\windows\system32\wbem

ren repository repository.old

3) found this one somewhere else on the net

cd wbem
net stop winmgmt
rmdir /s /q repository
net start winmgmt

sorry for the inconvience

>
> Try the other method. Again, make sure you run the command prompt as
> administrator:
>
> winmgmt /salvagerepository
>
> Then restart.
>
> Charlie42
>
>
Back to top
Login to vote
Charlie42

External


Since: Jan 17, 2008
Posts: 27



(Msg. 13) Posted: Tue Apr 01, 2008 11:10 pm
Post subject: Re: Security Center and Norton 2008 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Mejannes" <Mejannes.TakeThisOut@discussions.microsoft.com> wrote:

> I did, running in administor:
>
> winmgmt /salvagerepository
>
> and I get the message "file is consistent". I restarted the computer.

This means the salvage procedure, unfortunately, will not solve your
problem.

> Then you write about the other method, which one do you refer to:

I was refering to the above method.

> 3) found this one somewhere else on the net
>
> cd wbem
> net stop winmgmt
> rmdir /s /q repository
> net start winmgmt

This is just a variation on what you have already tried, running these
commands now will not make a difference.

It seems to me you are left with the uninstall-reinstall alternative. Run
Symantec's removal tool three times, reboot after each run. Before the third
reboot, force a repository rebuild again (remember to run as admin):

net stop winmgmt /y
cd\system32\wbem\
rd /s /q repository.old
ren repository repository.old

Norton Removal Tool:
http://service1.symantec.com/Support/tsgeninfo.nsf/docid/2005033108162039

If you still experience issues after this, please top post (start a new
thread) in this newsgroup for more exposure.

Charlie42
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Windows Defender conflict with Norton Internet Security 2007 - I recently bought this 2007 version, and upon trying to install it won't allow windows defender to co exist. I had to remove the program three times in one day. I hate to think I got a bad product sent to me, but it seems obvious. Amazingly after 5...

So much for Norton... - I have a new (ca. 4 months) HP laptop with XP Media Center 2005 which has recently had trouble starting. It got to the point where it would not boot past the Windows XP logo; I then tried to boot in safe mode and saw that it only gets to: ..

Norton Ghost - Can Norton Ghost Ver 9 be used without Microsoft .NET Framework? Thanks in advance. -- Lavert Bryant Powder Springs GA -- ---------------------------------------------------- This mailbox protected from unsolicited email by Spam X-terminator from..

Norton Protected Bin - Can someone help me, my partner has norton and norton protected bin, normally everyday she has protected files in the bin, but suddenly no files are going in there now. Is this right? It seems weird, as i get them all the time.

Norton tells me I don't have an internet connection - but .. - Hi guys, I am running my broadband thru a Linksys router and have a live connection. I have downloaded the Norton 2005 SetUp.exe file but when I click Start, to dowload Norton, it tells me I don't have a net connection? What am I missing?
       Windows (Home) -> Security All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
  Windows Forums
 Game Forums
 Linux Forums
 Mac Forums
 PDA Forums
 Mobile Forums
  Top  |  Store  |  RSS Feeds RSS  |  Data Feeds  |  Advertise  |  Submit  |  Bookmark  |  Newsletter  |  Contact