爱问知识人 爱问教育 医院库

一开机就反复注销重启是怎么回事?进入安全模式怎么执行命令? 或者进入Ghost怎么做?

首页

一开机就反复注销重启是怎么回事?进入安全模式怎么执行命令? 或者进入Ghost怎么做?


        

提交回答

全部答案

    2018-06-11 05:27:14
  •   我的电脑也出现这样的问题,我是这样解决的,有几种方法:  
    WINXP开机故障-登录后自动注销
    情况一:
    昨晚上网电脑中毒,用卡巴斯基杀毒后"WINXP开机登录后自动注销,安全模式也一样",经查询资料解决如下:
    故障分析:广告程序BlazeFind干的好事,这个广告程序修改注册表时不是把自己的saupdater。
      exe放在userinit的后面,而是直接用wsaupdater。exe替换了userinit。exe,使得注册表这一项HKEY_LOCAL_MACHINESoftwareMicrosoftWindows nTCurrentVersionWinlogonUserinit
    的键值从默认的C:WINDOWSsystem32userinit。
      exe,变为C:WindowsSystem32wsaupdater。exe,如果您使用Ad-aware 6 Build 181清除该广告程序,重启动后可能会造成用户无法登录系统。
    解决方法:使用光盘或者软盘启动,将userinit。
      exe复制一份,命名为wsaupdater。exe放在同一目录下,以使得系统能够正常登录,然后将上面所述的注册表中被广告程序修改的键值恢复默认值,再删除wsaupdater。exe文件。(具体操作见以下)
    cd system32
    copy userinit。
      exe wsaupdater。exe
    exit
    Click start, then run。 Enter
    regedit
    and click OK。
       Using RegEdit, expand
    HKEY_LOCAL_MACHINE
    Software
    Microsoft
    Windows NT
    CurrentVersion
    Winlogon

    Locate Userinit in the value column, right-click this item, and choose modify。
       Replace
    "wsaupdater。exe" with "userinit。exe," (do not use quotes, and ensure the trailing comma is present as shown) and click OK。
       Exit RegEdit。

    Restart your computer, and log on to the system using an account with administrator-level privileges。
      

    Go to My Computer, then to the System32 folder (usually C:, then Windows, then System32)。 If Explorer prompts that removing files from these areas is not recommended, click to continue。
       Locate and remove wsaupdater。exe, and delete this file。

    情况二:
    XP疯了,登陆后自动注销!
    某天,你打开电脑,看到熟悉的XP界面,输入密码登陆。
      。。。然后桌面在眼前闪过,突然开始注销。。保存设置,退回到登陆界面。。
    ???我没眼花吧,怎么退出了? 病毒?黑客?。。。
    可能只是突发状况,之前下功夫,2天没关机,关的时候save了很久。可能重启就好了。
      。。于是重启。。。又自动退出来了。。
    XP出现了早泄。。。?
    上次用安全模型恢复过早些时候的设置,XP还是不错的,应该有救。于是开始试F8。。
    安全模式也自动退了。。。剩下F8的全部模式都自动退了。
      。。。绝望。。。。
    中了WORM_FUNNER。A病毒
    用系统盘启动,登录进恢复控制台,copy c:windowssystem32userinit。exe userinit32。exe 重新启动就可以正常登录了。
      

    原因是MSN FUNNY病毒把正常的userinit。exe给破坏了,并且把注册表里的HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon 下的Userinit 键值由C:WINDOWSsystem32userinit。
      exe, 改成了C:WINDOWSsystem32userinit32。exe,

    所以COPY以后,WINXP能找到这个登录处理程序从而成功登录。
    登录进系统后,重新把这个注册表键值恢复即可。
      

    除了用安装光盘修复外,还可通过局域网联机修复(远程修改注册表):如用pstools里的psexec。exe执行

    Psexec。exe \主机名 -u 管理员用户名 -p 密码 c:windows egedit -s d:us。
      reg

    us。reg 内容如下:
    Windows Registry Editor Version 5。00

    [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon]
    "Userinit"="C:\WINDOWS\system32\userinit。
      exe,"


    方法二:转自远望
    查是否被感染:`
    检查系统中是否存在文件%SystemRoot%system32userinit32。
      exe,如果存在,则说明可能已经被蠕虫感染

    对于Windows 2000/XP,请按照下面步骤进行

    1。在命令提示符中输入下列命令,将蠕虫改名:
    ren %SystemRoot%system32IEXPLORE。
      EXE IEXPLORE。EXE。vir
    ren %SystemRoot%system32explorer。exe explorer。exe。vir
    ren %SystemRoot%system32userinit32。
      exe userinit32。exe。vir
    ren %SystemRoot% undll32。exe rundll32。exe。vir

    2。修改注册表,将HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon下的%SystemRoot%system32userinit32。
      exe修改为%SystemRoot%system32userinit。exe

    3。重启系统

    4、在命令提示符中输入下列命令,删除蠕虫文件
    del %SystemRoot%system32IEXPLORE。
      EXE。vir
    del %SystemRoot%system32explorer。exe。vir
    del %SystemRoot%system32userinit32。exe。vir
    del %SystemRoot%system32sfirst2。
      log
    del %SystemRoot% undll32。exe。vir

    4、修改注册表,删除HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRun下的"MMSystem"项


    5、在命令提示符中输入下列命令,修复hosts文件:
    type %SystemRoot%system32driversetchosts|find /v "222。
      89。98。219" > hosts。tmp
    copy /Y hosts。tmp %SystemRoot%system32driversetchostswm7
    del hosts。tmp

    如果已经不恰当地删除了蠕虫,并导致系统无法正常登陆。
      请按照如下步骤进行:

    1、用Windows 2000(或者Windows XP/2003)安装光盘引导系统,在“欢迎使用安装程序”的界面上按“R”键,选择修复

    2、然后按“C”键选择使用故障恢复控制台。
      

    3、键入一个数字,选择某个Windows 安装,通常是“1”。然后输入管理员密码。

    4、进入system32目录,输入命令:
    del userinit32。
      exe
    copy userinit。exe userinit32。exe

    5、重启系统,将上面介绍的清除蠕虫的办法再进行一遍。

    论***

    2018-06-11 05:27:14

类似问题

换一换

相关推荐

正在加载...
最新问答 推荐信息 热门专题 热点推荐
  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 181-200
  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 181-200
  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 181-200
  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 181-200

热点检索

  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 181-200
返回
顶部
帮助 意见
反馈

确定举报此问题

举报原因(必选):