X-Authentication-Warning: delorie.com: mailnull set sender to opendos-bounces using -f Message-ID: <000001c19dc2$b7cd8400$c03dfea9@atlantis> From: "Matthias Paul" To: References: <01FD6EC775C6D4119CDF0090273F74A455A914 AT emwatent02 DOT meters DOT com DOT au> Subject: Re: Bugs in DR-DOS 7.03 Date: Tue, 15 Jan 2002 13:23:23 +0100 Organization: University of Technology, RWTH Aachen, Germany MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g0FCkG315683 Reply-To: opendos AT delorie DOT com On 2002-01-15, Joe da Silva wrote: > I know that M$ says you can't disable this cr*p entirely, but I > wonder ... what if you have a registry key for NoVolTrack that > looks for a single byte $EB at offset 0, which should "do the > trick" for all modern DOS formats, and another for the byte > $E9, for earlier DOS formats? Very good idea, this should do it: |REGEDIT4 | |[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\FileSystem\NoVolTrack] |"Any formatted disk 1"= hex:00,00,EB |"Any formatted disk 2"= hex:00,00,E9 |"Any formatted disk 3"= hex:00,00,90 |"Any formatted disk 4"= hex:00,00,69 These four bytes are the opcodes the DR-DOS kernel looks for when logging in floppy disks. I am quite sure MS-DOS/PC DOS does the same. Alternative, one could create 256 keys like: "Value 0"= hex:00,00,00 "Value 1"= hex:00,00,01 ... "Value 255"=hex:00,00,FF to completely disable Windows Volume Tracking for any kind of disks. I am currently experimenting with this... (If someone wants the corresponding .REG file for this, just drop me an email). BTW. Does someone know, if this "IHC thing" also happens under Windows NT, 2000, or XP? Greetings, Matthias -- ; http://www.uni-bonn.de/~uzs180/mpdokeng.html; http://mpaul.drdos.org