zoukankan      html  css  js  c++  java
  • 如何停用Windows XP的USB autorun? (OS) (Windows)

    Abstract
    USB autorun原來為Windows相當貼心的功能,但隨著USB外接硬碟與隨身碟越來越大,又可借由autorun傳播病毒,所以希望能停用此功能。

    Introduction
    修改registry:HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\的NoDriveTypeAutoRun,預設值為0x91 (145),改成0xFF就是關閉所有USB autorun。

    0x1 (1) Disables Autoplay on drives of unknown type.
    0x4 (4) Disables Autoplay on removable drives.
    0x8 (8) Disables Autoplay on fixed drives.
    0x10 (16) Disables Autoplay on network drives.
    0x20 (32) Disables Autoplay on CD-ROM drives.
    0x40 (64) Disables Autoplay on RAM disks.
    0x80 (128) Disables Autoplay on drives of unknown type.
    0xDF (223) Turns on autoplay for CD and DVD only.
    0xFB (251) Turns on autoplay for flash drives and removable disks
    0xFF (255) Disables Autoplay on all types of drives

  • 相关阅读:
    Hibernate中session的产生的方式
    Hibernate 多对多关联Demo
    Hibernate 一对多双向关联Demo
    Beta(0/7)
    获得小黄衫感想(2)
    软工实践作业(十)
    成员交换情况
    Alpha事后诸葛亮
    Alpha冲刺总结
    Alpha(10/10)
  • 原文地址:https://www.cnblogs.com/lzjsky/p/1862777.html
Copyright © 2011-2022 走看看