zoukankan      html  css  js  c++  java
  • Daemon Tools 4.x 或"SPTD.SYS"导致Windows不能启动的问题的解决方案

    Ensure you've latest SPTD layer version installed (currently v1.42):
    http://www.disc-tools.com/download/sptd
     
    确信你安装了最新的SPTD.

    If your system has some problems with SPTD installation you can do as follows:
     
    若安装SPTD出现问题导致系统故障,请按下述方法解决:

    If your OS is already running then go to step 2 directly.
    If you cannot boot your PC at all then start from step 1.
     
    如果操作系统可以正常启动,直接进行第2步,否则从第1步开始做起.

    1. Boot in safe mode and press ESC key when you see on bottom line of display:
    "Press ESC to cancel loading SPTD.sys". This will abort loading of SPTD layer.
     
    1.以安全模式引导Windows,当出现"Press ESC to cancel loading SPTD.sys"提示时,按ESC键跳过,该操作将取消SPTD的加载.

    2. Open registry editor (run regedit) and browse to the following registry key:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\sptd
    Change the value "Start" (DWORD) to 4 (i.e. disabled).
    [To re-enable SPTD service change the "Start" value back to 0.]
     
    2.打开注册表编辑器(在命令行输入regedit),在HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\sptd键下,将Start的值改为4(禁用),
    要启用则为0.

    3. Reboot again in normal mode and check if your issue is solved.
     
    3.重启,看看问题有没搞定.
     
    下面的就不翻译了,英文好的自己看,或者用词霸!

    In case you had BSOD/crash you can check for minidump (in Windows\Minidump folder) related to that crash, send newest file to support@daemon-tools.cc with exact problem description.
    Do NOT send minidump, if your problem is solved after removal of Starforce drivers! (Check this thread.)

    Note that you have to change the Start value in registry back to 0 in order to get SPTD layer working again and Daemon Tools, too (see #2).

    You can also download sptdinst.exe (in our download section) for your Windows version (i.e. sptdinst_x86 for 32bit Windows, spdtinst_x64 for 64bit Windows) and execute "sptdinst remove", reboot to complete de-installation.

    If you are unable to boot into safe mode even if you pressed ESC when prompted, boot with your Windows cd into recovery console, log on to your Windows installation (requires Administrator password), and enter disable sptd (this will disable SPTD service). Reboot to check if your issue is solved.
    Note that you have to (re-)enable sptd service after the problem causing the crash is solved in order to get Daemon Tools working.
    __________________
    Everybody be cool! You, be cool!
    They'll keep fighting! And they'll win!
  • 相关阅读:
    Mysql一分钟定位 Next-Key Lock,你需要几分钟
    golang 服务大量 CLOSE_WAIT 故障排查
    Mysql大并发热点行更新的两个骚操作
    golang 服务诡异499、504网络故障排查
    golang 服务平滑重启小结
    vim 列编辑模式
    特邀全球互联网技术大会(麒麟会GITC)分享 —大型团购系统架构设计
    ElasticSearch 评分排序
    zookeeper 实现分布式锁安全用法
    诡异的druid链接池链接断开故障经验总结
  • 原文地址:https://www.cnblogs.com/MaxWoods/p/702541.html
Copyright © 2011-2022 走看看