Para el problema del administrador de dispositivos la solucion es la siguiente:
Bueno he conseguido solucionarlo mirando en los post ingleses, la solucion
es la siguiente y funciona y el causante del poblema es el norton, despues de
solucionarlo no me iba internet porque el norton me bloqueaba la conexion
pero simplemente lo he reinstalado y ahora me va todo perfecto.
para el que no se maneje con el ingles hay que ir a inicio/ejecutar ahi
escribir regedit y pulsar enter
navegar en el registro hasta la siguiente clave:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\R oot
localizar todas las claves que empiecen asi $%& ya que son corruptas y
borrarlas para lo que tendreis que iniciar en modo seguro con f8 o sino no os
dejara borrarlas.
Un saludo
---------------------------------------------
'll be ******** - it was indeed corruption introduced into the registry by
the SP3 upgrade process itself.
In my case it was located in:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\R oot\LEGACY_CCPROXY
All the invalid entries ( which for me all began with $%& ) had to be
deleted.
Finding your currupted entries is not easy - but expand all sections in all
controlsets with \Enum\ to find them. Posts in other forums have never
produced corruption in the exact same registry tree/keys - so unfortuneatly
you will have to "look hard". Also deleting the bogus entries may not be as
easy as just "delete". You may need to modify the permisions on each entry.
For a small amount of entries:
1) Rightclick and go to the permissions of the corrupt registry key
2) add new permission for the administrator
3) give the administrator "full control"
4) Reboot into Safe Mode (F8)
5) run regedit and delete the offending keys
For a large amount of entries I chose the following instructions:
1. Download and install SubInACL
http://www.microsoft.com/downloads/d...displaylang=en
2. Create a blank file named reset.cmd in C:\Program Files\Windows Resource
Kits\Tools folder.
3. Edit the reset.cmd file with the following content.
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f
subinacl /subdirectories %SystemDrive% /grant=administrators=f
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=system=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=system=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=system=f
subinacl /subdirectories %SystemDrive% /grant=system=f
4. Enter into the CMD/Command prompt. CD Change Directory to C:\Program
Files\Windows Resource Kits\Tools
5. Run reset.cmd
6. After many minutes of processing by subinacl, the permission will be
reset Ignore any errors.
7. Reboot into Safe Mode (F8)
8. Run regedit and delete the offending keys
These instructions were adapted from many other posters across numerous
forums and sites - all credit to the original authors.
Good Luck and Regards,
Doug