el proceso de inicio de sesión no pudo mostrar las opciones de inicio de sesión y seguridad al presionar Ctrl +Alt+Suprimir
--------------------------------------------
Source
1) De acuerdo a lo recomendado, efectué la creación
de una cuenta de Administrador nueva, solo con el propósito de instalar
SP1, previo haber tomado un punto de restauración y desinstalado un
software de Firewall (ZoneAlarm 9.01.007_004
en español).
2) Se me ocurrió verificar que las cuentas de
Administrador (la existente y la nueva, recién creada) formaran parte
del grupo de Administradores, para lo cual ejecuté Control Userpasswords2.
Para mi sorpresa, me percaté de que ambas cuentas estaban bajo el grupo
"HomeUser; Usuarios" situación que a mi juicio, no corresponde. Lo que hice entonces, fue ver las
Propiedades de las cuentas de Administrador y cambiarlas al grupo correspondiente. Y aquí me surge la pregunta:
¿Es correcto que las Cuentas de Administrador, Windows 7 Home
Premium las cree en un grupo que no corresponde (HomeUser; Usuarios) o
se trata de un error que se deslizó en su programación?
Con posterioridad a lo señalado, utilicé Windows Update para realizar
la actualización que finalizó exitosamente, gracias a Dios y a los
consejos y orientación de Uds.
3) Posteriormente reinstalé Nod32 exitosamente.
4) Al reinstalar Zone Alarm, se genera nuevamente el
problema (con las mismas características que dió inicio a esta
consulta); lo que demuesta que adicionalmente al error, éste software
presenta algún tipo de incompatibilidad con SP1. Solución:
Desinstalar Zone Alarm.
He procurado ser lo más explicito posible con el propósito de que mi
experiencia le sirva a otros y puedan realizar exitosamente la
actualizacion de Service Pack 1 de Windows 7.
Ojalá me puedan aclarar si en realidad las cuentas de administrador
deberían crearse en el grupo correspondiente o estoy errado. Saludos
cordiales y reitero mis agradecimientos por la ayuda recibida.
---------------
No es común que esas cuentas de administradores estén en el grupo que
indicaste. A mi entender, habia un problema de permisos generales de
usuarios en el sistema. Puede ser a causa del Ccleaner o causado por los
diversos antivirus que has tenido instalado.
Por eso siempre es importante utilizar las herramientas de remoción
completa de cada una.
Ahora que todo funciona correctamente, recomiendo que realices un punto de restauración del sistema.
----------------------------------
Ya encontre el problema!
Tengo HIPS de McAfee, y le habilite la opcion de Directivas de
aplicacion, sin el modo aprendizaje, y tomo las reglas por default, con
lo cual me filtraba casi todo. en modo a seguro le deshabilite los
servicios y listo, pude ingresar sin problemas!
=================================
razorman.net/forodeinformatica/ error-el-proceso-de-inicio-de-sesi-n-no-pudo-mostrar
Usa HiJackThis
Elimina estas entradas:
R0 - HKCU \ Software \ Microsoft \ Internet Explorer \ Main, Start Page = DymaSearch.com
R3 - URLSearchHook: softonic.com4 Toolbar -
{0974848a-b5bc-49f2-9778-307742b4a55d} - C:\Program Files
(x86)\softonic.com4\tbsoft.dll
O2 - BHO: softonic.com4 Toolbar - {0974848a-b5bc-49f2-9778-307742b4a55d} - C:\Program Files (x86)\softonic.com4\tbsoft.dll
O2 - BHO: (no name) - {5C255C8A-E604-49b4-9D64-90988571CECB} - (no file)
O2 - BHO: dymanet - {fae4d474-49b0-ebea-326b-4374b85ac311} - C:\Windows\SysWow64\b93581d8-dbcd-b993-0116-04853d6ddbe6.dll
O3 - Toolbar: softonic.com4 Toolbar - {0974848a-b5bc-49f2-9778-307742b4a55d} - C:\Program Files (x86)\softonic.com4\tbsoft.dll
Luego le pasas estas aplicaciones:
SUPERAntiSpyware.com
Dr. Web
Malwarebytes
Showing posts with label permisos. Show all posts
Showing posts with label permisos. Show all posts
Thursday, June 14, 2012
Saturday, April 26, 2008
Acceso a NTFS y ext3fs
error in ext2fs
1. boot with the kernel command line: init=/bin/sh since debian's single-user mode gives you most filesystems already mounted.
2. run fsck (read the man page to give you the options appropriate to your root fs); run it on all your filesystems.
3. shutdown -h and power-cycle.
4. run aptitude update then upgrade anything required.
5. reboot. Watch the screen for any errors on shutdown that would suggest that the system isn't, e.g. remounting the / fs ro before halt/reboot. If in doubt, set up a serial console and log the output or set up the console output to go to a printer.
6. If you still have problems, boot knoppix (I use grml) and run fsck. If this is ext2/3, I'd run -c -c so that the entire disk gets read to force the drive firmware to re-map any bad sectors.
While this is running, I'd be watching /var/log/syslog for any errors from the drive.
7. Ensure that you have SMARTmontools installed and run a long smart test and when its complete, check the results on the drive.
---
If all else fails, plan for a reinstall (ensure that you have backups).
Then boot knoppix and run wipe on the drive. This fully exercises the drive to exorsize any gremlins. Then install etch minimal (don't select any tasks), ensure that aptitude is installed (if it isn't, then apt-get aptitude), get aptitude set up the way you like with only necessary packages marked as manual, the rest as automatic, then do an update and upgrade before you install any other packages.
1. boot with the kernel command line: init=/bin/sh since debian's single-user mode gives you most filesystems already mounted.
2. run fsck (read the man page to give you the options appropriate to your root fs); run it on all your filesystems.
3. shutdown -h and power-cycle.
4. run aptitude update then upgrade anything required.
5. reboot. Watch the screen for any errors on shutdown that would suggest that the system isn't, e.g. remounting the / fs ro before halt/reboot. If in doubt, set up a serial console and log the output or set up the console output to go to a printer.
6. If you still have problems, boot knoppix (I use grml) and run fsck. If this is ext2/3, I'd run -c -c so that the entire disk gets read to force the drive firmware to re-map any bad sectors.
While this is running, I'd be watching /var/log/syslog for any errors from the drive.
7. Ensure that you have SMARTmontools installed and run a long smart test and when its complete, check the results on the drive.
---
If all else fails, plan for a reinstall (ensure that you have backups).
Then boot knoppix and run wipe on the drive. This fully exercises the drive to exorsize any gremlins. Then install etch minimal (don't select any tasks), ensure that aptitude is installed (if it isn't, then apt-get aptitude), get aptitude set up the way you like with only necessary packages marked as manual, the rest as automatic, then do an update and upgrade before you install any other packages.
At each stage, do a
shutdown -rF.
Doug.
Subscribe to:
Posts (Atom)



LibreOffice
Firefox
Cuando intento ver el contenido de la carpeta windows me dice que no tengo los permisos suficientes para verlo … que hago??
Intenta con esta línea en el /etc/fstab
/dev/hdaX /mnt/windows ntfs auto,ro,exec,users,dmask=000,fmask=111,nls=utf8 0 0( Todo en la misma línea )
Luego desmonta y vuelve a montar la partición como root o anteponiendo sudo si usas ubuntu:
umount /mnt/windowsmount -a