GetUSB.info Logo

Posts Tagged ‘windows’

Disable USB Flash Drive Pop Up Messages in Windows 10

Users can turn disable USB flash drive pop up messages in Windows 10 by performing a very simple step in Settings. While it may seem counterproductive to turn off USB notifications in Windows 10, once you’ve been using Windows for a while you will likely want to reduce the number of pop-up messages.

There are two ways to disable USB flash drive messages in Windows. Performing a RegEdit or modifing a Settings feature in the Windows GUI

Disable the USB flash drive pop up message via Windows Registry Edit

  • Open RegEdit by typing “regedit” in the Search bar
  • Navigate to: HOKEY_LOCAL_MACHINE\SOFTWARE\Miscrosoft\Shell\USB
  • Click the USB folder on the left of the screen to highlight the registry entries for \USB\
  • On the right side of screen select “NotifyOnUsbErrors” by clicking on it
  • Right click and select “Modify”
  • Set the value to “0” (zero). Zero is off, One is on

Disable USB message Windows 10, regedit

NOTE: Most users will receive a message saying they do not have privileges to modify the registry value. That is meant by design, and please see the comments at the end of this article for why.

Disable the USB flash drive pop up message via Settings

  • Type “settings” in the Seach bar of Windows
  • Select “Devices”
  • Select the USB tab near/at the bottom on left
  • Uncheck “Notify me if there are issues connecting USB devices

Disable USB message Windows 10, Settings

The second method via Settings is the preferred method because changing registry entries is not recommended unless the user is very experienced with computers. Windows 10 does a good job of not allowing users make registry changes that would crash their computer or brick the operating system, but the risk is still there.

If you received some sort of permissions message when attempting our regedit method, I would stay away from trying to resolve that security message. The reason Miscrosoft locks downt he registry in certain areas is to provide a more secure computer system for the user and reduce potential risk of malware or hackers getting control of your computer.

Over the years, numerous reports have come out about how hackers will expose certain USB protocols to insert malware or take control of a system. The registry is the main point of focus for hackers.

If you are persistent about changing the registry entries the first thing you can try is running RegEdit as Administrator. If that doesn’t resolve your issue then you may Google search for your specific error message and see if another website offers up a solution.

Continue Reading

Greyed Out USB Flash Drive (help)

If you have a greyed out USB flash drive this article should be able to help you resolve the issue.

The most common reason is the USB flash drive has a different file system and you simply need to format the drive. For example, Ext3, Ext4 or HFS are file systems for Linux and Mac. By formatting the USB drive it could restore the drive and it’s no longer greyed out.

please insert disk into USB drive

If this didn’t do the trick, then try the next suggestion ↓

It is possible the greyed out USB flash drive has a bad device driver. We can uninstall the drive and try re-installing the USB stick (reconnecting).

Do the following:

In the Search area type “Device Manager” and good chance Windows will auto-suggest before you are even done typing. Select Device Manager.

device manager, windows to find greyed out USB flash drive

Alternatively you can click the Windows key along with “X” and from the list select Device Manager

Win Key + X, windows to find greyed out USB flash drive

Device Manager lists things alphabetically so scroll towards the button and expand the carrot > for Universal Serial Bus controllers.

In the sub-listing you will see the Mass Storage Device and then right click that device and select Uninstall device

uninstall USB driver, greyed out USB stick

Now the device drive has been removed, please reconnect the device and see if the greyed out USB flash drive is still greyed out.

If this didn’t do the trick we have one last suggestion for you before declaring the USB stick most likely dead ↓

Continue Reading

Eject USB Flash Drive From Windows Command Prompt Any Version

Eject USB Flash Drive safely, Free Download

Microsoft does not provide ways to eject USB flash drives with a single click, or automatically. Universal Serial Bus (USB) is the #1 method for expanding storage in Windows, yet Microsoft makes ejecting a storage device such a manual process! Frustrating to many, like you, because you are here. {wink}

Today we cover how to eject a USB flash drive in Windows using the command prompt. In addition, this article also provides a software way to eject a USB flash drive with the single click of a button. Yes, that is right, a single click!

Let us start by covering how to eject a USB drive using the command prompt.

Like mentioned above, Microsoft does not make this easy. The user must get into DiskPart, List the volumes (drives) connected, select the specific volume (drive) then eject by typing “release.”

The above commands may be performed via the command prompt, but honestly it’s a pain in the a$$ because all the typing involved and manually selecting the device. This process needs to be automated. {hint}

If you are reading this article you want to make things quick to remove USB, easy and simple.

Nexcopy solved this problem with a free utility that doesn’t require installation, doesn’t require Admin rights, and doesn’t require you to select the drive. The tool is ultra-quick and ultra-easy. In addition, anyone can bundle the free exe file into their own software to automate the process.

The free software tool is called USB Eject Button

Here is the free download link to eject USB flash drives from Windows command prompt

Below is the command prompt using a single word to eject a USB flash drive. The command is “release”

Continue Reading

Solved: Can’t Mount IMG File in Windows 10

The first thing to understand is that image files are a messy business. There is plenty of cross-over information and functionality between image file extension types – it is easy to get confused!

Don’t be surprised if you can’t mount an .img file in Windows 10 with their default utility – it’s a common problem and this article will help.

Windows image mount utility

Windows, disc image file is corrupt

It is important to understand not all image files are the same. Heck, not all .img files are the same. Some basics: For the term “image files” you typically see .img files and .iso file extensions and they have similar functionality and conceptually accomplish the same goal. The goal is for an image file to hold digital content, in a single file, of a file system and a its set of data. If that sentence is confusing, then maybe think of an image file this way: a zip file (but without compression).

A very quick summary explaining the difference of .img and .iso image files. An optical disc holding data is configured differently than hard drive storage space. The optical disc has data written in a linear configuration and is a digital binary copy of the ISO 9660 standard or derivative UDF standard. The ISO file extension is a single file which contains all the digital information just described.

An .img file is a digital copy of the contents of a hard drive or flash drive. Technically you can have an .img of a CD or DVD as well, but most should associate the image of a disc as ISO. An .img file is a disk image which begins with a FAT sector which is used to identify the file system and files contained inside the image file. The image file of a disc (ISO) begins with a descriptor file which describes the layout of the disc.

That last sentence is important:

Continue Reading

How To: Scan USB Flash Drive With Windows Defender (Automatically)

You never know where a flash drive has been.

Always best to scan a USB flash drive before using it.

Did you know Windows Defender could be configured to scan a USB stick automatically the moment it is plugged in? Below are the steps to configure Microsoft Windows to automatically scan a USB drive↓.

Windows Defender is not configured for automatic scanning when the operating system is installed. Not sure why, as malware spreading via USB flash memory is one of the more prolific tech issues of the day. Our only guess is Microsoft giving us free will to make our own decisions, after all, scanning takes time and why not let the user choose when this is done.

This tutorial will take about three minutes to setup. I would suggest read the rest of this article and when done, go back and perform the few steps required to make the Windows Defender scan for USB flash drives.

We are going to make a Group Policy to scan USB flash drives using Windows Defender.

Let us run the Group Policy editor.

Press the Windows Key + R

Type gpedit.msc and press Enter or OK.

Look for the Administrative Templates under the top Computer Configuration directory, expand this directory (folder)

Scroll down to Windows Components, expand it

In that directory scroll down more and look for Windows Defender Antivirus, expand it

Finally, look for the Scan folder and click that folder.

On the right side of the dialogue box you will see additional settings, search for the Scan removable drives and double click that setting

This setting is disabled by default. Please click the radial enable button to enable this setting for your Windows computer.

Click Apply in the bottom right and then click OK.

That is it. Your Windows computer will now automatically scan USB flash drives using Windows Defender.

Alternatively, you can insert a USB stick and right click the drive letter and select Scan with Windows Defender but the problem here, is the USB could have already done it’s virus work before you had a chance to scan for malicious code.

Continue Reading

Clean Windows Registry of USB Drives

Here is a great tool for cleaning Windows Registry of USB drive entries. The program runs in the Windows console and removes all devices that are not currently connected.

To clean up the Windows registry of a USB flash drive, or other USB devices can make your system boot faster and run faster.

For example, each time you connect a USB printer to a different USB port on your PC there are registry entries made which associate the device with the drivers. Windows is trying to be smart and log this information so the next time you connect the device, Windows will know exactly what to do. Meaning when you connect the printer a second time, you don’t see the balloon from Windows saying “Installing Brother driver” or something, it’s just connected and ready to go.

But, for example, lets say you connect your Nikon camera to your PC and you use a different USB port each time, now you have a bunch of registry entries that can make your PC boot slower, run slower or possible give you trouble with that external device.

With all this said, if you are having trouble with a USB drive, or a USB camera, printer or scanner, the first thing you’ll probably want to do is run this Windows registry cleaner utility. Good chance it will solve your problems.

Download Now

System Requirements:
WinXP / Vista / Win7
Writes settings to:
Does not write files to host computer
Dependencies:
Administrator rights
License:
Freeware
How to extract:
Download the ZIP package and extract to a folder of your choice. Launch drivecleanup.exe either in the ‘Win32’ folder or ‘x64’ folder.

Continue Reading

How To: Make Bootable USB For Any Windows OS

GetUSB.info has reported on making a bootable USB with nt60 boot sector, and here is another post about bootable USB, but this time for making the boot device for any Windows OS…or should I say from any Windows OS.

WinToFlash is a slick little tool I came across which allows you to make a bootable USB from any source Windows installation CD or DVD.

WinToFlash will slurp out the boot sectors required to make a bootable USB from your source CD or DVD.   Simply pop in the Windows disk, get a 4GB stick [8GB is better] that can read/write faster than a promo give-away drive, and run WinToFlash.

Here is a list of items you can perform using WinToFlash for bootable USB devices:

  • Windows XP/2003/Vista/2008/7 to a USB drive transfer
  • WinPE (BartPE based on Windows XP/2003, WinPE based on Windows Vists/2008/7 and so on) to a USB drive transfer
  • USB media erasing full or quick
  • Create a USB drive with emergency bootloader for Windows XP/2003
  • MS-DOS to a USB drive transfer
  • Create a USB drive with Windows XP/2003 Recovery Console

You certainly don’t need a lot of power to run the utility, that’s for sure.   But if not sure, here are the min specs:

  • Pentium 233-megahertz (MHz) processor or faster
  • At least 64 megabytes (MB) of RAM
  • At least 20 megabytes (MB) of available space on the hard disk
  • Keyboard and a Microsoft Mouse or some other compatible pointing device
  • Video adapter and monitor with Super VGA (800 x 600) or higher resolution
  • Windows XP/2003/Vista/2008/7

WinToFlash is asking for dontations if you find the tool helpful.   Good luck! [ https://tinyurl.com/ovfetq ]

Continue Reading

Copyright © 2006 +

USB Powered Gadgets and more...

All Rights Reserved

GetUSB Advertising

This is a high value website providing great exposure to your product and brand. Visit our advertising page to learn specifics.

For more information
Visit our advertising page.

Nexcopy Provides

USB copy protection with digital rights management for data loaded on USB flash drives.

Contact us learn more