GetUSB.info Logo

How To: Fix Windows 11 Update Computer Issues

How To:  Fix Windows 11 Update Computer Issues

A recent update to Windows 11 is causing some significant issues for users, leaving many users frustrated and entire sure what to do. How To: Fix Windows 11 Update Computer Issues is a brief summary of the problem below and link to the solution (a Microsoft Windows utility to fix it all) This update, released on 26th September and labelled KB5043145, has led to major problems like your PC freezing, displaying the dreaded “blue screen of death” or becoming caught in a reboot loop where the computer repeatedly tries to restart itself but fails and thus tries again and again.

In addition to the blue-screens, some users report their USB and/or Bluetooth devices suddenly stopped working after installing the update. This includes a wide variety of peripherals such as keyboards, mice, headphones, microphones, memory sticks, and printers. Essentially, anything connected through USB or Bluetooth seems to be vulnerable to these problems.

One member from our team installed the updated and clearly something was broken in the file system, so they ended up restoring the entire PC. Far cry from an update experience. Our guy wasn’t alone, seems plenty of Windows users are seeing the same or similar issues.

Others have also reported issues with network connections, like their Wi-Fi no longer working, as well as problems with certain software programs like VirtualBox which runs Linux type OS subsystems.

If you found yourself dealing with these problems Microsoft advises that its Automatic Repair tool will help if your PC is stuck in a reboot loop. This tool might automatically pop up, allowing you to resolve the issue. For some users, BitLocker recovery can also be used to fix problems caused by the update, according to Microsoft’s support page.

Microsoft implemented a fix through its Known Issue Rollback (KIR) service, which is designed to undo the effects of problematic updates without requiring a manual uninstall. This tweak might help in automatically resolving these issues for many users. However, if your computer is still not operating correctly, Microsoft suggests attempting a system restart, which could trigger the automatic repair process and potentially get your PC back on track.

We would recomment that until the issues are fully ironed out, it may be worth holding off on installing this particular update, especially if your PC and peripherals are running smoothly as they are. If you’ve already installed it and are experiencing these issues, follow the Microsoft’s troubleshooting steps metioned above about the Automatic Repair Tool might be the best course of action to get everything back to normal.

Godspeed those USB ports and peripherals!

Continue Reading

How Much Memory Prices Have Dropped

How Much Memory Prices Have Dropped

It’s mind blowing to think that storing a terabyte of data used to cost about 100 billion dollars. Nowadays it fits on a $20 flash drive (MSRP is closer to $100)

In 1956, IBM introduced the first hard drive, the IBM 305 RAMAC, which had a storage capacity of about 5 megabytes (MB). The cost of this system was approximately $10,000 per megabyte, meaning the entire system would cost around $50,000 for just 5 MB of storage.

To calculate the cost of 1 terabyte (TB) of memory in 1956 using this rate:

  • 1 TB = 1,024 GB
  • 1 GB = 1,024 MB
  • 1 TB = 1,024 x 1,024 MB = 1,048,576 MB

At $10,000 per MB, the cost of 1 TB would have been:

1,048,576 MB * $10,000/MB = **$10,485,760,000** (over 10 billion dollars)

So, 1 TB of storage would have cost over 10 billion dollars in 1956.

By 2020, the cost of storage had decreased dramatically due to significant technological advancements in the storage industry.

In 2020, the cost of storage was approximately $0.02 per gigabyte, which translates to $0.00002 per megabyte. Using the same calculation as before:

  • 1 TB = 1,024 GB
  • 1 GB = 1,024 MB
  • 1 TB = 1,048,576 MB

At $0.00002 per MB, the cost of 1 TB in 2020 would have been:

1,048,576 MB * $0.00002/MB = **$20.97**

So, 1 TB of storage would have cost around $21 in 2020.

Continue Reading

10 Reasons for Dracal’s Environmental USB Monitoring System

The PTH200 from Dracal Tech has lots of benefits for tracking the environment and more. Here are 10 great things about using it:

1- Very Accurate The sensors are precise, calibrated, and compensate for temperature. This is important for monitoring exact environmental conditions.

2- Easy to Use The small size makes it simple to add to different systems, even in limited space. This is useful for many different uses.

3- Simple Software Dracal includes an easy-to-use interface and tools for managing the device without needing lots of technical knowledge.

Continue Reading

WHAT IS: DiskPart Clean and/or Clean All Function?

what is, diskpart, clean, clean all

The clean function in DiskPart is a command used to remove all partitions or volumes from a disk, essentially wiping out all existing data on the disk. When you use clean in DiskPart on a particular disk, it performs the following actions:

Removal of Partitions: Deletes all partition or volume structures from the selected disk. This includes removing any partition tables and file systems information – or said another way, removes the format of the drive.

Data Erasure: The clean command deletes the partition table entries and boot code, but does NOT erase any data or overwrite data with random bits. Meaning, after using the clean command a data recovery software package could still recover the data.

Disk Initialization: After executing clean, the disk is left uninitialized. This means that the disk does not have any partitions or volumes, and it appears as raw, unallocated space. In order to use the drive after a DiskPart clean it is required to go into Windows Disk Management tool and assign a new volume to the USB. Once this is done, the device will have a file system (format) and be usable.

The CLEAN function is a nice way to quickly erase the partition and file system to start fresh with a new drive. For example, if an IMG file that is 5GBs large written to a 32GB stick, the problem is that 32GB stick is now only 5GBs large. The remaining space on the USB is unallocated and not usable. To get that unallocated space back, run the DiskPart CLEAN command. You will now have a 32GB drive (after initialization in Disk Management).

The clean all function in DiskPart is similar to the clean function but with an additional step of overwriting the entire disk with zeros. When you use clean all, DiskPart performs the following actions:

Removal of Partitions: Like clean, clean all deletes all partition or volume structures from the selected disk, removing any existing partition tables, file systems, and associated data.

Data Overwriting: In addition to removing the partitions, clean all also writes zeros to every sector of the disk. This process effectively erases all data on the disk by overwriting it with zeros. The purpose of this step is to securely erase the disk’s contents, making data recovery extremely difficult or impossible using standard methods.

Disk Initialization: After executing clean all, the disk is left uninitialized and completely wiped clean. It appears as raw, unallocated space with all previous data erased.

The clean all command is a more secure method of erasing data compared to clean alone, as it ensures that all sectors of the disk are overwritten with zeros. This process takes more time than clean because of the data overwriting step.

TIP: As with clean, it’s crucial to use clean all with care. Verify that you are selecting the correct disk because executing clean all on the wrong disk will result in irreversible data loss.

Ref: DiskPart Wikipedia

Continue Reading

Maximum Single File Size for FAT32 Format File System

Maximum Single File Size for FAT32 Format File System

The maximum file size for a single file on a FAT32 file system is not exactly 4 GB, but rather slightly less than that. FAT32 uses a 32-bit file allocation table, which means it can theoretically support file sizes up to 4,294,967,295 bytes (which is 4 GB minus 1 byte).

However, in practical terms, the maximum file size is usually constrained by the operating system or the software used to create or manipulate the file. Some operating systems or software may impose additional limitations, such as a maximum file size of 2 GB or 4 GB.

Furthermore, while FAT32 technically supports file sizes up to 4 GB minus 1 byte, it may not be the most efficient or reliable choice for handling very large files due to its limitations. For handling larger files, other file systems like NTFS (New Technology File System) or exFAT (Extended File Allocation Table) are typically more suitable.

Microsoft did not explicitly stop supporting FAT32 for formatting 64GB drives, but rather the limitations of the FAT32 file system itself led to practical considerations. FAT32 has inherent limitations in terms of maximum volume size and file size.

FAT32 has a maximum volume size limit of 32 GB when formatting drives in Windows. While there are ways to format larger drives with FAT32 (e.g., using third-party utilities or command-line tools), it’s not officially supported by Windows due to compatibility and stability concerns.

Given the limitations, Microsoft and other operating system developers have shifted towards file systems like NTFS (New Technology File System) and exFAT (Extended File Allocation Table) for handling larger drives and files. NTFS, in particular, provides better performance, security features, and support for larger volumes and files compared to FAT32.

Therefore, while FAT32 remains useful for smaller drives and compatibility with older systems and devices, its limitations make it less suitable for modern storage solutions, especially when dealing with larger capacities like 64GB or more.

Related: Why did Microsoft drop the feature to format 64GB flash drives as FAT32?

Continue Reading

Star Wars R2D2 USB Hub – 3.0 Speeds

Star Wars R2D2 USB Hub - 3.0 Speeds

Celebrate the all time fan favorite of Star Wars with this R2D2 USB hub that not only lights up but also plays his notorious R2D2 sounds. Before we get to the product, let us take a few minutes and review how awesome R2D2 is with this summary of his big screen persona.

R2-D2 is a fictional character in the Star Wars franchise, and it is an astromancy droid known for its resourcefulness and loyalty. Here’s a brief history of R2-D2:

Creation and Introduction:

R2-D2 was created by George Lucas and designed by Ralph McQuarrie for the original Star Wars film, “Star Wars: Episode IV – A New Hope,” which was released in 1977. R2-D2 made its first appearance in this film.

Continue Reading

USB-C Cable Tester Sets the Bar High

Review: USB-C cable tester by BLE caberQU

USB-C cable tester by BLE caberQU

USB-C has firmly established itself as the universal connector standard, integrating data transfer, power delivery, and video output into a single interface. With so many cables on the market, knowing which ones truly deliver on their promises can be challenging. That’s where the BLE caberQU comes in, a great USB-C cable tester that provide all the details one would need.

We can break down the need to test USB-C cables into five categories; and it’s worth noting if you are going to spend good money on a device, monitor or other peripheral, isn’t it worth a bit effort to make sure the cable connecting it all works at the highest level?

Of course the block buster category is USB-C Data Transfer Speed. Different USB-C cables support different data transfer rates. For example, some cables are USB 2.0 (480 Mbps), while others may support USB 3.1 or USB 3.2 (up to 10 or 20 Gbps). Testing ensures you’re getting the expected performance, especially when transferring large files or using external storage devices.

The BLE caberQU excels in its core functions. It provides a reliable way to test USB-C cables for data speed, charging power, and overall health. The LED indicators offer a clear and immediate visual representation of pin connectivity, which simplifies the testing process. The LCD screen takes things further, delivering detailed metrics on data speed of the cable being tested.

The second most important category is Compatibility. Not all USB-C cables are created equally. Some might not be compatible with high-speed protocols like Thunderbolt 3 or 4, which can impact both data transfer rates and compatibility with devices like monitors or docks. The BLE caberQU provides a systematic way to determine the true connectivity protocol of the cable. Although some cables may give false positive results, it is recommended to test the cable multiple times for Compatibility to insure the BLE caberQU reports the correct value.

Continue Reading

SMI “Displays” Their SoC Technology with SM770 Chipset

SMI Displays Their SoC Technology with SM770 Chipset

SMI ( Silicon Motion Inc. ) has introduced a new chip which allows for multiple 4K displays to be connected to a single host computer. The SM770 chip is, what SMI calls, a high performance USB Display interface or “SoC”.

Get three concurrent 4K UHD displays running without latency issues from a single host computer source. The new SMI chip features a user-friendly InstantView software application to configure the multi collection of displays. The free software tool effortlessly configures host content for any display without the need for a display driver which is really nice to avoid future driver update issues we are all so keen on trying to avoid.

The SM770’s features include:

  • Support Triple 4K (3840 x 2160) @60Hz, support up to 144Hz display
  • The 2nd generation CAT technology delivers codec with reduced latency
  • USB 3.2 Gen2 (10Gbps)
  • Support displays over USB, Ethernet or Wireless
  • OS compatibility: Windows, Linux, macOS, Android, and ChromeOS

USB docking stations are now a must-have for many professionals who need to use more than one screen. The new SM770 is made to make using multiple screens much better by reducing delay and improving system efficiency. This new technology helps create high-quality USB docking stations and display adapters which meet the high demands of today’s work environment.

Current the chips are available for samples, but we have yet to see the chip integrated into an end-user product. SMI… if you know of a product ready to buy, do send us an email.

Continue Reading

USB Duplication Service Company, Name Says it all “USBCOPIER.com”

USB Duplication Service

A “USB copy service” means copying data from one USB drive to many other USB drives at the same time. A USB duplication service company is a good resource when the content owner doesn’t have the gear to make many USB copies. Some duplication systems can be more than several thousand dollars, so it would be more economical to higher a service rather than invest in the equipment. Another reason would be a company not having the human resources to run the USB duplication department.

Picking the right USB duplication service is important because the job must be done right, and must be accurate. In addition, the USB copy service should know what to look for with USB flash media; not all USB sticks are made the same and there is a wide range of NAND memory quality which defines how reliable the USB stick will be in holding data and working properly with the end-user. USBCOPIER.com is a service which has been around since 2004 and seen the USB technology develop from USB 1.0 all the way to (currently) USB 3.2.

Great USB Copy Service

USBCOPIER.com is easy to work with, and always available during business hours. 8am to 4pm Pacific Time Zone. They use the best USB duplication technology equipment (Nexcopy) to create and verify the data on USB. This is key if you need to copy very important data.

Fast USB Copying

Being fast is key to hitting time goals. USBCOPIER.com copies USB drives fast, while still being good quality. If you need things done fast, they can help without any worry.

Customizable USB Duplication Solutions

USBCOPIER.com allows for extensive customization in their USB duplication service. They provide a range of

Continue Reading

Antibacterial Flash Drive From Verbatim – Microban Technology

Although the Covid pandemic is officially over, from that time, people are paying more attention to the cleanliness of things they come in contact with. Because this website is dedicated to USB technology, it’s probably worth a mention about the Microban Technology used with USB flash drives from Verbatim.

Microban technology is a type of antimicrobial technology that is incorporated into products during the manufacturing process to provide continuous antimicrobial protection against a range of microbes such as bacteria, mold, and mildew.

Microban works by disrupting the vital life processes and biological functions of microbes that come into contact with the treated surface. This disruption helps to prevent the growth and proliferation of these microbes.

Verbatim is now incorporating some of their USB flash drive products with this Microban technology. Consider the following:

If someone handles a flash drive with unwashed or unclean hands, they can transfer bacteria or other microbes onto the surface of the drive. Common bacteria from hands could include Staphylococcus aureus or Escherichia coli (E. coli).

Flash drives are often carried in pockets, bags, or purses where they can pick up dirt, dust, and other contaminants that may contain microbes. Pockets and bags are not always the cleanest environments, especially if food, tissues, or other items are stored alongside the flash drive.

microban technology explanation

The Verbatim flash drives are available from Amazon in 16GB, 32GB and 64GB capacities. The “Pinstrip” drive uses the Microban technology.

Microban technology was developed by a team led by Dr. John H. McConnell in the mid-1960s. Dr. McConnell, along with his colleagues at Microban Products Company (formerly known as Microban International), pioneered the use of antimicrobial additives for various applications, including consumer products, textiles, and industrial materials.

Continue Reading

IKEA Recalls 3 Port USB Hub

IKEA has issued a recall for thousands of its ASKSTORM 40W USB Chargers in the United States and Canada due to potential burn and electric shock hazards. The recall, prompted by the Consumer Product Safety Commission, addresses concerns that the chargers’ cables may break or become damaged over time, posing risks to users.

Internationally, there have been 17 reported incidents related to these chargers, including five instances of burns and four reports of electrical shock. However, no such incidents have been reported in the United States.

These gray chargers, bearing model number ICPSW5-40-1, were sold both online and in IKEA stores between April 2020 and December 2023.

Contact the IKEA recall center to find out how to swap out the product or receive a refund for the purchase.

In its journey to becoming a household name, IKEA has a rich history that dates back to 1943 when founder Ingvar Kamprad started selling pens, wallets, and other goods. The company’s name is an acronym formed from Ingvar Kamprad’s initials along with those of the farm where he grew up (Elmtaryd) and the nearby village (Agunnaryd) in Sweden. From these humble beginnings, IKEA gradually evolved, introducing its first furniture piece in 1947 and opening its first store in 1958. Over the decades, IKEA’s innovative approach to design, affordability, and sustainability has propelled it to global success, making it a beloved brand for millions of customers worldwide.

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