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

  • 相关阅读:
    Linux 实战
    bash 环境配置及脚本
    Linux vi/vim
    Linux 正则表达式
    001 KNN分类 最邻近算法
    测序名解
    流式细胞术
    CircRNA 环化RNA
    笔记总结
    Flume
  • 原文地址:https://www.cnblogs.com/lzjsky/p/1862777.html
Copyright © 2011-2022 走看看