4 months ago I made clean installation on my computer without usage of Lenovo recovery. I don't use Rapid Boot.
The main problem with any experiments with Norton AntiVirus was the following. Norton AntiVirus was uninstalled during Support Chats (with remote control on my compuer). One used Norton_Removal_Tool.exe to remove all Symantec products. Every start of the installation program (NAV-ESD-20-1-1-2-EN.exe) followed to freezing of the system imediately after one could see GUI of setup. It hangs my computer even if I start it under builtin Administrator account or if I start setup on Windows booted in Safe mode.
I installed for the test purpose free Microsoft antivirus solution (Microsoft Security Essentials - KB2754295). It works without any problem on my computer.
After many experiments I do could able to install Norton Antivirus. I hope the most parts of the Software were successfully installed. I started installation inside of debugger. I started Visual Studio 2012 with elevated rights with parameter /debugexe (see here):
"C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe" /debugexe NAV-ESD-20-1-1-2-EN.exe
After that I started debugging of the program. Visual Studio run debugged program in Windows Job. So all child processes (with exception of indirectly started services and device drivers) were running inside of the same debugging Job. The installation could go forward. I enabled Source Code Debugging to see more information which executable were loaded (the attempt of loading of debugging symbols from Internet take some time and one could see the name of executable or dll in the status bar). The last message which I could see was loading debugging symbols of InstCA.exe (from C:\Program Files (x86)\Norton AntiVirus\Engine\20.1.1.2). After that the computer freezed as usual. I suppose that some service or device driver which were started indirectly by setup after the step with InstCA.exe was the origin of hanging of my computer.
Now I have some (it could be not full) installation of Norton AntiVirus. At least 2 Services: "Norton AntiVirus" and "Norton Identity Safe" are installed. At least 12 device drivers which I could identified are installed on my computer too. Two from 12 device drivers (NAVENG and NAVEX15) are configured for manual start (Start 3 in registry).
Now my computer freeze again imediatly after booting and login. If I use msconfig.exe and disable all services (inclusive Microsoft services) and all startup programs the computer stay freezing at the next reboot. Even if I disable all services with respect of msconfig.exe some services still not disabled:
- Group Policy Client
- Norton Antivirus
- Norton Identity Safe
- RPC Endpoint Manager
- Task Scheduler
Even with such small number of services (and some device drivers which can't be managed by msconfig.exe) my computer become freezed.
If I disable (Start 4) or configure to start manually (Start 3) Norton Antivirus (NAV service) then my computer start working.
If I enable all existing services and startup programs and stay Norton Antivirus be manually started my computer work without any problem.
If I start the service Norton Antivirus the computer freeze imediately.
I spend many time in different experiments. I am sure that either Norton Antivirus or some other programs (inclusive drivers) which it starts is the origin of freezing on my system. Even if some conflicts exist with some other software installed on my computer it must be really small subset of drivers which Microsoft don't want to deactivate in Safe mode.
I have to make my main job and continue to develop software for my customers. I will wait till Symantec contact me later today. I will inform in the thread everybody about the progress of investigation of the problem.
Best regards