How to stop "you need to format the disk in drive" message?

Page 1 of 2 12 LastLast

  1. Posts : 544
    Microsoft Windows 10 Home 64-bit 18363 Multiprocessor Free
       #1

    How to stop "you need to format the disk in drive" message?


    How do I stop the "you need to format the disk in drive before you can use it" box from popping up?

    Obviously it is a special disk not managed by Windows.
      My Computer


  2. Posts : 8,173
    windows 10
       #2

    Is it a new disk or one used with data on it. If it's new it can't be used until it's formatted. If it's used you will need to use recovery
      My Computer


  3. Posts : 6,970
    22H2 64 Bit Pro
       #3

    I get that message if the drive is encrypted. Just ignore it if that's the case.
      My Computer


  4. Posts : 15,087
    Windows 10 IoT
       #4

    I would also like to disable it, as I also find it annoying. They pop up and won't go away until you close them manually. I get them when I plug in an SD Card that is setup to be used on my Raspberry Pi Single Board Computer's. They have Linux Partitions on them. I get two warnings for the one SD Card. If I image two or three cards I have a half dozen needs to formatted windows to close.
    It's not the end of the world, but it does get annoying.
      My Computer


  5. Posts : 6,970
    22H2 64 Bit Pro
       #5

    I find this information. Apparently (I have not tested this) you can use an AutoHotkey script:

    Code:
    Loop {
      WinWait, Microsoft Windows ahk_class #32770, Format Disk
      WinClose
    }
    That should watch for a window with a "Format Disk" button and automatically close it.

    If anyone knows how to compile the AHK script for testing then please post it.
      My Computer


  6. Posts : 544
    Microsoft Windows 10 Home 64-bit 18363 Multiprocessor Free
    Thread Starter
       #6

    It's an encrypted volume.
      My Computer


  7. Posts : 43,285
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #7

    Callender said:
    I find this information. Apparently (I have not tested this) you can use an AutoHotkey script:

    Code:
    Loop {
      WinWait, Microsoft Windows ahk_class #32770, Format Disk
      WinClose
    }
    That should watch for a window with a "Format Disk" button and automatically close it.

    If anyone knows how to compile the AHK script for testing then please post it.
    If you have Autohotkey installed, you can simply place the script in a file xyz.ahk and run that.

    To generate a .exe file, simply rt click the .ahk file, and click 'Compile'.
      My Computers


  8. Posts : 43,285
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #8

    https://www.reddit.com/r/VeraCrypt/c...ws_saying_you/

    - the basic idea is to change the partition ID.
      My Computers


  9. Posts : 544
    Microsoft Windows 10 Home 64-bit 18363 Multiprocessor Free
    Thread Starter
       #9

    This will only change it for that specific computer only. If you want it to be system-agnostic, use diskpart and change partition ID to something like OEM partition. Warning: diskpart is a dangerous piece of software and typing something wrong will destroy your data.

    Specifics? The partition is in raw format so there is no drive letter or anything.

    there is a method here but I don't want the new value to conflict with anything else. Why would changing from 0x07NTFS to 0x0B FAT32 make the error go away?

    The other factor is, I don't want to go to an older FAT32 format but want to keep it in the NTFS format.

    How to Change Partition Type ID Easily? (2 Ways Included)
      My Computer


  10. Posts : 14,143
    Win10 Pro and Home, Win11 Pro and Home, Win7, Linux Mint
       #10

    FAT32 has a limit of 32GB and in turn that has a single-file size limit of 4GB. All the USB Thumb/Flash drives I've worked with up to 256GB have come factory-formatted as FAT32. A choice for Windows is exFAT and NTFS for larger drives. I use the GPARTED program on my Linux computer to clean and restore the formatting which can do much larger drives as FAT32. Memory cards used in cameras should be formatted in the camera, sometimes has issues with computer-formatting. Plugging in a drive formatted by any of the versions that Linux can do such as ext4 or done in a Mac OS X will prompt the message in a Windows computer.
      My Computers


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 16:09.
Find Us




Windows 10 Forums