Did I remove Norton Firewall?

Posted: 06-30-2007, 07:38 PM
I used Norton Removal Tool and then manually deleted all references in the
Register that I could find for "Norton" and "Symantec." Windows Security
Center still reports that both Windows Firewall and Norton Internet Security
are turned on. Norton came preinstalled on my new laptop, and I want to get
rid of it. I still can't kill the beast. What more can I do to delete all of
Norton's hooks? Help greatly appreciated.

Lew

Reply With Quote

Responses to "Did I remove Norton Firewall?"

dean-dean
Guest
Posts: n/a
 
Re: Did I remove Norton Firewall?
Posted: 07-01-2007, 04:37 AM
Try this:

Right-click Command Prompt and Run as Administrator. Type the following
command:

winmgmt /verifyrepository

If the system returns "WMI repository is not consistent", run this command:

winmgmt /salvagerepository

The first time you run this it will fail. It will issue stop commands to
the services causing it to fail. It might take a couple minutes for the
services to shut down. Run the command again. You actually may have to run
it 3 times before it finally runs and completes on its own.

Reboot your system.

"LewBob" <lewisNOSPAM.mccool@gmail.com> wrote in message
news:eu91dX0uHHA.3816@TK2MSFTNGP05.phx.gbl...
>I used Norton Removal Tool and then manually deleted all references in the
>Register that I could find for "Norton" and "Symantec." Windows Security
>Center still reports that both Windows Firewall and Norton Internet
>Security are turned on. Norton came preinstalled on my new laptop, and I
>want to get rid of it. I still can't kill the beast. What more can I do to
>delete all of Norton's hooks? Help greatly appreciated.
>
> Lew
Reply With Quote
Rock
Guest
Posts: n/a
 
Re: Did I remove Norton Firewall?
Posted: 07-01-2007, 04:46 AM
"LewBob" <lewisNOSPAM.mccool@gmail.com> wrote in message
news:eu91dX0uHHA.3816@TK2MSFTNGP05.phx.gbl...
>I used Norton Removal Tool and then manually deleted all references in the
>Register that I could find for "Norton" and "Symantec." Windows Security
>Center still reports that both Windows Firewall and Norton Internet
>Security are turned on. Norton came preinstalled on my new laptop, and I
>want to get rid of it. I still can't kill the beast. What more can I do to
>delete all of Norton's hooks? Help greatly appreciated.

From a post by MVP Malke, this has helped some:

Open a command window (Start/Run --> cmd.exe) and run the following
commands:

net stop winmgmt
cd /d %windir%\system32\wbem
ren repository repository.old
net start winmgmt

(or alternatively delete it using the command "rd /s repository" instead
of the ren command)

You probably need to run cmd elevated. If you want a graphical way
instead of the command line:

Start>Run>services.msc [enter]

Scroll down to Windows Management Instrumentation and double-click it.
Now click on the "Pause" button. Leave that window open and double-click
My Computer. Navigate to %systemroot%\Windows\System32\wbem (where
%systemroot% is the drive where XP is installed). Delete the Repository
folder and *only* the Repository folder. Now go back to the WMI service
window you left open and restart the service.

This will rebuild the Repository and hopefully straighten out the
incorrect entries for all your duplicates.

In order to see the Windows files, you may need to unhide them:

Make sure you are able to see all hidden files and extensions (View tab
in Folder Options from the Control Panel).

--
Rock [MS-MVP User/Shell]

Reply With Quote
LewBob
Guest
Posts: n/a
 
Re: Did I remove Norton Firewall?
Posted: 07-01-2007, 08:14 PM

"Rock" <Rock@nospam.net> wrote in message
news:Omva3J5uHHA.2272@TK2MSFTNGP04.phx.gbl...
> "LewBob" <lewisNOSPAM.mccool@gmail.com> wrote in message
> news:eu91dX0uHHA.3816@TK2MSFTNGP05.phx.gbl...
>>I used Norton Removal Tool and then manually deleted all references in the
>>Register that I could find for "Norton" and "Symantec." Windows Security
>>Center still reports that both Windows Firewall and Norton Internet
>>Security are turned on. Norton came preinstalled on my new laptop, and I
>>want to get rid of it. I still can't kill the beast. What more can I do to
>>delete all of Norton's hooks? Help greatly appreciated.
>
>
> From a post by MVP Malke, this has helped some:
>
> Open a command window (Start/Run --> cmd.exe) and run the following
> commands:
>
> net stop winmgmt
> cd /d %windir%\system32\wbem
> ren repository repository.old
> net start winmgmt
>
> (or alternatively delete it using the command "rd /s repository" instead
> of the ren command)
>
> You probably need to run cmd elevated. If you want a graphical way
> instead of the command line:
>
> Start>Run>services.msc [enter]
>
> Scroll down to Windows Management Instrumentation and double-click it.
> Now click on the "Pause" button. Leave that window open and double-click
> My Computer. Navigate to %systemroot%\Windows\System32\wbem (where
> %systemroot% is the drive where XP is installed). Delete the Repository
> folder and *only* the Repository folder. Now go back to the WMI service
> window you left open and restart the service.
>
> This will rebuild the Repository and hopefully straighten out the
> incorrect entries for all your duplicates.
>
> In order to see the Windows files, you may need to unhide them:
>
> Make sure you are able to see all hidden files and extensions (View tab
> in Folder Options from the Control Panel).
>
> --
> Rock [MS-MVP User/Shell]

Thanks, Rock. I opted for the last technique (services.msc). It worked with
no apparent hitch or complication.

FYI, the winmgmt /verifyrepository technique suggested by dean-dean reported
a consistent repository, so I did not try that option.

Maybe now I won't encounter Norton for awhile.

Lew


Reply With Quote
Rock
Guest
Posts: n/a
 
Re: Did I remove Norton Firewall?
Posted: 07-02-2007, 07:56 AM
"LewBob" <lewisNOSPAM.mccool@gmail.com> wrote

<snip>
> Thanks, Rock. I opted for the last technique (services.msc). It worked
> with no apparent hitch or complication.
>
> FYI, the winmgmt /verifyrepository technique suggested by dean-dean
> reported a consistent repository, so I did not try that option.
>
> Maybe now I won't encounter Norton for awhile.
Great, glad it resolved your issue and thanks for posting back.

--
Rock [MS-MVP User/Shell]

Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
Norton Firewall Removal PA Bear Windows XP Configuration & Management 9 08-12-2005 03:07 AM
VPN Server & Norton Personal Firewall John Windows XP Work Remotely 5 02-20-2004 02:29 AM
Can't set firewall in Norton for Reversi (XP) Tom Blackwell Windows XP Games 5 10-02-2003 04:50 PM
Win XP firewall, Norton Personal firewall, and "supervisor access" sionnach Windows XP New Users 0 07-22-2003 10:55 PM
Windows XP And Norton Firewall Greg Williams Windows XP Basics 1 07-20-2003 12:29 PM