Logo

What to do when you can't format SD card

SD memory cards have surfaced as standard cards for digital cameras and microSD as phone standard memory cards. Most people have and use at least one daily, so naturally copying files and even formatting SD cards is a natural thing to do, but what if you cannot copy files or format SD cards?

SD cardsFear not because we had this issue and tried several things in order to overcome the problem and after some time here is a list of what can you do if you are facing this exact issue. The list is written from most simple solutions to more complex ones and it is advisable to follow it as presented. That being said, let's dive into solving the problem.

1. Remove Write Protection on SD card

First and in my experience the most usual thing preventing deleting, copying files, and formating SD card is due to write protection. Take an SD card out of the laptop, camera, or card reader and visually inspect it. On side of almost every SD card, there is a hardware lock switch and mark where it needs to be positioned in order to be locked. Even if the switch is positioned on unlocked state, switch it to locked and then back to unlocked. Sometimes this easy moving of switch can resolve some contact issues and the card will start working normally.

Another type of lock that could be turned ON is a software one. If for any kind of reason data protection has been turned ON, you will need to turn it off in order to be able to format an SD card. In order to do this follow this guide:

  1. Press ⊞ WINDOWS + R to open the Run dialog
  2. In run dialog type in diskpart and press ENTER
  3. Once diskpart is opened in command prompt type in: list disk and press ENTER
  4. Locate your SD card and type in select disk x, where x is disk number followed by ENTER
  5. After the SD card is selected type in: attributes disk clear read-only and press ENTER

This process will clear the software lock on the SD card, after following this method try to format the card again, if the problem still exists go to the next solution.

2. Format SD card using Command prompt

Command prompt is a great tool and can perform some commands that are not been able to be completed using file explorer or another tool inside Windows.

  1. In the taskbar search box, search for cmd and select the Command prompt
  2. On the right part select run as administrator
  3. If needed click on YES on UAC prompt
  4. Inside command prompt type in diskpart and press ENTER
  5. type in list disk followed by ENTER
  6. Select your SD card by locating its number in the list and typing select disk X, where is X SD cards number in list and press ENTER
  7. Once SD card is selected type in format fs=ntfs quick and press ENTER

This should format SD card but if for reason even this step is provided as unproductive, go to the next solution.

3. Format your card with the Disk Management tool

  1. Go into the taskbar and search for Disk Management and open it
  2. Select SD card partition that you wish to format
  3. Right-click on the partition and select format
  4. After the format is done, enter the volume label, file system, and allocation unit size. Confirm with OK
  5. Press OK again to confirm the formatting process.

If you have not managed to format your SD card even with this method go to the next solution.

4. Repartition card with Disk part

If all previous solutions have failed there is a chance that the SD card has bad sectors on it. If this is the case that we will need to partition cards in order to isolate bad sectors and use healthy ones.

  1. Press ⊞ WINDOWS + R to open the Run dialog
  2. In run dialog type in diskpart and press ENTER
  3. Once diskpart is opened in command prompt type in: list disk and press ENTER
  4. Locate your SD card and type in select disk x, where x is disk number followed by ENTER
  5. Type in Clean and press ENTER
  6. Type in Create partition primary and press ENTER
  7. To select a new partition type select partition 1 followed by ENTER
  8. Make partition active by typing active and pressing ENTER
  9. Format the drive by typing format fs=ntfs label=SDCard quick followed with ENTER
  10. Assign a letter to drive by typing assign letter=h followed with ENTER
  11. Type exit to close Command prompt followed again by ENTER and open File Explorer to check if the drive is active

5. Try a dedicated SD card formating fool

If anything failed so far, one last thing you could do is to download and try a dedicated SD card formatting tool. One that I would recommend is SD Memory Card Formatter, which is free software make specifically for formatting SD memory cards.

Do You Need Help with Your Device?

Our Team of Experts May Help
Troubleshoot.Tech Experts are There for You!
Replace damaged files
Restore performance
Free disk space
Remove Malware
Protects WEB browser
Remove Viruses
Stop PC freezing
GET HELP
Troubleshoot.Tech experts work with all versions of Microsoft Windows including Windows 11, with Android, Mac, and more.

Share this article:

You might also like

Location services are greyed out in Windows
Location services is a built-in tool in Windows 10 is a useful tool that offers users location information even when your laptop or desktop computer does not have a GPS since it uses Wi-Fi positioning as well as your device’s IP address. However, there are instances when you might encounter some problems when using this service. One instance is when you suddenly find the toggle button for Location service greyed out. This kind of program could be due to some glitch in the system or some third-party application on your computer. Because of this problem, you won’t be able to toggle the Location service on or off and you won’t be able to make any changes in its settings. Worry not, for this post will guide you on what you can do to fix the greyed-out toggle button of Location services in Windows 10. Before you perform some troubleshooting steps, you might want to restart your computer and see if it fixes the problem. If it didn’t, then this problem is not just some minor glitch. Thus, you have to follow the potential fixes provided below to fix the problem but before you do that, make sure that you create a System Restore point first. After that, follow each one of the following options.

Option 1 – Put your PC in a Clean Boot State

The first thing you can do to resolve the problem is to put your computer in a Clean Boot State. It could be that there is a third-party program that’s preventing the toggle button from functioning. To isolate this possibility, you need to put your computer in a Clean Boot State.
  • Log onto your PC as an administrator.
  • Type in MSConfig in the Start Search to open the System Configuration utility.
  • From there, go to the General tab and click “Selective startup”.
  • Clear the “Load Startup items” check box and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
  • Next, click the Services tab and select the “Hide All Microsoft Services” check box.
  • Click Disable all.
  • Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)
  • Now check if you can now use the toggle button of the Location service or not.

Option 2 – Try to use the Registry Editor

If putting your computer in a Clean Boot state didn’t fix the problem, you might want to make some adjustments in the Windows Registry via Registry Editor.
  • Tap the Win + R keys to open the Run utility and type “regedit” in the field and then tap Enter to open the Registry Editor.
  • After that, navigate to this registry path: HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServiceslfsvcTriggerInfo
  • From there, select the Key (folder) named as “3” and right-click on it, and then delete it.
  • Once done, exit the Registry Editor and restart your computer.

Option 3 – Try to use the Windows Services Manager

  • Tap the Win + R keys to open the Run dialog box and type “services.msc” in the field and hit Enter to open the Services Manager.
  • Next, look for the “Geolocation Service” entry from the list of services.
  • Once you find it, right-click on it and select Properties. This will open a new mini window.
  • From there, make sure that it is “Running” and its Startup Type is set to “Automatic”.
  • After that, close the Services Manager and check if the problem is now resolved.

Option 4 – Try to use the Group Policy Editor

  • Tap the Win + R keys to launch Run and type “gpedit.msc” in the field and click OK to open the Group Policy Editor.
  • After that, navigate to this path: Administrative TemplatesWindows ComponentsLocation and Sensors
  • Next, double click on each one of the following settings and select the “Not configured” or “Disabled” option.
    • Turn off location scripting
    • Turn off location
    • Turn off sensors
  • Once done, navigate to this path: Administrative TemplatesWindows ComponentsLocation and SensorsWindows Location Provider
  • From there, double click on the “Turn off Windows Location Provider” policy setting and set its configuration to either “Disabled” or “Not configured”. You should see the following description of the policy setting in the window:
“This policy setting turns off the Windows Location Provider feature for this computer. If you enable this policy setting, the Windows Location Provider feature will be turned off, and all programs on this computer will not be able to use the Windows Location Provider feature. If you disable or do not configure this policy setting, all programs on this computer can use the Windows Location Provider feature.”
  • Now restart your computer.
Read More
Microsoft bans Windows from Russia

Microsoft has cut out Russia from downloading ISO files for Windows 10 and Windows 11 as well as installation tools without any explanation or reason behind this.

microsoft

If you connect via VPN to a Russian server and try to download either ISO files or installation tools you will be greeted with the error 404 and an explanation of File or Directory not found or There was a problem with your request.

At this time you can still download Windows 11 Media creation tool but once you run it will throw a 0x80072F8F-0x20000 error with text: For some unknown reason, this tool failed to run on your computer.

People in Russia can still download files if they connect via VPN and go to a server located outside Russia.

Microsoft has not published any explanation why is this happening, it might be technical difficulty or it could be on purpose.

Other histories of Microsoft vs Russia

Since the beginning of the Russian military operation in Ukraine Microsoft has been putting restrictions on Russia starting with a suspension of all sales in March, next month in April Microsoft started suspending developer's accounts on GitHub linked to sanctioned companies and the suspension was even if the developer is not working for a given company or left it.

At the beginning of this month, Microsft laid off 400 employees inside Russia as they began scaling back operations in the country but has also stated that they would continue to provide services to all contractors and customers inside Russia so this sudden blocking of downloads is unexpected and it goes against their statement.

Read More
Diablo 2 is trending after launch looking good
Finally, some good news for Blizzard entertainment after tons of bad stuff happening around it regarding lawsuits and people layoffs. Diablo 2 has become the most-watched game on Twitch after its official release and sold copies are on a satisfactory level. Diablo 2 resurrectedFor people not familiar with recent events, the state of California has sued Blizzard for various things including discrimination and offensive behavior. Later Blizzard executives were caught shredding some evidence and things just started to go to worse from there. After much drama, many people believed that this is the end for Blizzard entertainment and that they would not be able to recover from this since the community has sided with California and Blizzard has received a large punch as many subscribed WOW players have left the game. Things are not so grim as they were looking as their Diablo 2 remake has made moderate success despite being released in these troubling times and there are rumors of Overwatch 2 planned release date as of the first quarter of 2022. overwatch 2
Read More
Rapid Media Converter Removal from Windows

Rapid Media Converter is a Potentially Unwanted Program that usually comes bundled with other unwanted software. Many users reported being unaware they had installed the application. It also generates additional advertising, and for this reason, it is classified as Adware and flagged for optional removal by several AVs.

From the Author: Howard Software / Applon runs off an ad-supported platform. During general internet usage on sites where Applon Support operates, users may see advertisements in form of shopping results and new tabs. The type of ad is dependent on the content of the page as you generally browse the internet. Applon is not related to or endorsed by the underlying website. These advertisements will be identified with the Applon Name or Logo.

About Browser Hijackers

Adware is programs created to show advertisements on users’ PCs with or without their consent. A kind of malware, it comes bundled up with the software application that a person either installs or accesses. Shareware or free software programs are generally packaged with adware. When adware penetrates your computer without you knowing and transfers information about you or your PC to 3rd parties, then it happens to be spyware. Other sorts of adware might take control of your internet browser and redirects you to websites that you don’t really want to check out. Adware is a common problem in most computer systems and these are really detrimental to your device. Adware/Spyware is usually downloaded and/or installed accidentally by users while exploring the net and people face lots of difficulties at the same time when it comes to removing adware from their computers. Adware could be dangerous for computer users in numerous ways. It could cause advertisements (popups, ad banners, and in-text) to show up constantly when you’re online or perhaps disrupt your computer experience when not connected to the net. When infected with adware for a long time, your computer will perform at slow processing speed, take a longer time to start up and shut down, easily get frozen up while loading websites, and even get the blue screen of death (BSOD). More often than not, adware is a legitimate revenue source for many companies that offer software to customers at zero cost. But adware generated advertisements tends to be more aggressive than normal ads which can greatly impair system performance or possibly result in a total crash. The adware will damage your PC should you allow it on your personal computer for a long period. A sensible way to block adware from corrupting your PC is to employ a reliable antimalware program such as Safebytes Anti-Malware on your computer. This software will give complete all-around protection to make sure that your laptop or computer doesn’t get infected again with spyware and adware. Take the following measures to prevent adware from overtaking your system: Downloading software online should come from trustworthy websites and also be selective about what you install on your computer; Always read the end-user license agreement (EULA) of any application you plan to install; Beware of clickable ads particularly those that advertise special deals, coupons, or any other suspicious deals.; Avoid installing toolbars, because toolbars from less reputable websites always contain adware, which might slow your PC and in some cases infect your computer outright.

What to Do if Malware Stops You From Downloading Antivirus?

Every malware is bad and the extent of the damage will vary greatly with regards to the type of infection. Certain malware goes to great lengths to prevent you from installing anything on your computer system, especially antivirus software. So what you should do when malware prevents you from downloading or installing Anti-Malware? There are a few fixes you could try to get around with this particular obstacle. Start Windows in Safe ModeIf any virus is set to load immediately when Windows starts, getting into Safe Mode may block the attempt. Since just the minimum programs and services launch in Safe Mode, there are hardly any reasons for conflicts to happen. Listed here are the steps you have to follow to start into the Safe Mode of your Windows XP, Vista, or 7 computers (visit Microsoft website for instructions on Windows 8 and 10 PCs). 1) At power-on/startup, tap the F8 key in one-second intervals. This should bring up the Advanced Boot Options menu. 2) Use the arrow keys to select Safe Mode with Networking and hit ENTER. 3) As soon as this mode loads, you should have the internet. Now, make use of your web browser normally and go to https://safebytes.com/products/anti-malware/ to download and install Safebytes Anti-Malware. 4) Following installation, do a complete scan and allow the software program to delete the threats it detects.

Obtain the anti-malware software using an alternate browser

Some malware only targets specific web browsers. If this is your situation, utilize another browser as it could circumvent the computer virus. If you appear to have a trojan attached to Internet Explorer, then switch to an alternate web browser with built-in security features, such as Firefox or Chrome, to download your preferred anti-malware program – Safebytes.

Create a bootable USB anti-virus drive

Here’s another solution which is using a portable USB antivirus software that can scan your computer for malware without the need for installation. Adopt these measures to run the anti-virus on the affected computer system. 1) On a clean computer, download and install Safebytes Anti-Malware. 2) Connect the USB flash drive to a USB slot on the clean computer. 3) Double-click on the downloaded file to run the installation wizard. 4) Choose the USB flash drive as the destination for saving the software file. Follow the on-screen instructions to finish the installation. 5) Transfer the USB drive from the uninfected computer to the infected computer. 6) Double-click the EXE file to open the Safebytes program from the thumb drive. 7) Click on the “Scan Now” button to begin the malware scan.

SafeBytes AntiMalware Overview

Are you looking to download the best anti-malware software program for your laptop or computer? You can find many applications in the market which come in paid and free versions for Microsoft Windows systems. A few of them do a great job in eliminating malware threats while some will harm your PC by themselves. You must be careful not to choose the wrong application, especially if you buy premium software. While considering the trustworthy programs, Safebytes Anti-Malware is certainly the highly recommended one. Safebytes is among the well-established computer solutions firms, which provide this all-inclusive anti-malware application. With its most advanced virus detection and repair technology, this software will help you protect your PC against infections brought on by different kinds of malware and similar internet threats, including adware, spyware, computer viruses, worms, trojan horses, keyloggers, ransomware, and potentially unwanted program (PUPs).

SafeBytes has fantastic features when compared with various other anti-malware programs. The following are some of the good ones:

Robust, Anti-malware Protection: Built on a highly acclaimed anti-virus engine, this malware removal application has the capacity to find and remove several stubborn malware threats like browser hijackers, PUPs, and ransomware that other common antivirus software will miss. Live Protection: SafeBytes provides totally hands-free live protection and is set to observe, prevent and eliminate all threats at its first encounter. It’ll regularly monitor your pc for hacker activity and also provides end-users with sophisticated firewall protection. High-Speed Malware Scanning Engine: SafeBytes Anti-Malware has a multi-thread scan algorithm that works up to 5x faster than any other anti-malware software. Safe Web Browsing: SafeBytes checks the links present on a webpage for possible threats and informs you whether the website is safe to check out or not, through its unique safety ranking system. Light-weight: This program is light-weight and can work quietly in the background, and that does not have an effect on your PC efficiency. 24/7 Customer Support: For any technical queries or product support, you can obtain 24/7 expert assistance through chat and email. To sum it up, SafeBytes Anti-Malware is really great for securing your computer against all sorts of malware threats. There is no doubt that your computer will be protected in real-time as soon as you put this software program to use. For top protection and the best value for your money, you can’t get better than SafeBytes Anti-Malware.

Technical Details and Manual Removal (Advanced Users)

If you don’t want to use malware removal software and prefer to get rid of Rapid Media Converter manually, you might do so by going to the Add/Remove Programs menu in the control panel and removing the offending software; in cases of web browser extensions, you can remove it by going to the browser’s Add-on/Extension manager. You will definitely also want to reset your web browser. To be certain of complete removal, find the following Windows registry entries on your system and delete it or reset the values appropriately. Please keep in mind that this is for advanced users only and could be difficult, with incorrect file removal causing additional system errors. Additionally, certain malicious programs have the capability to defend against its removal. Doing this in Safe Mode is advised.
Files: Search and Delete: RapidMediaConverter.exe ffmpeg.exe unins000.exe SQLite.Interop.dll RFolders: C:\Program Files\RapidMediaConverter\
Read More
NoteHomepage removal guide

NoteHomepage (by MyWay) is a browser extension that may be bundled with other free software that you download off of the Internet, or delivered via other advertising means. When installed NoteHomepage will set the homepage and search engine for your web browser to http://search.myway.com. While installing this extension will gather information from your browsing sessions, including website visits, clicked links, and sometimes even private information, that it later sends back to display unwanted ads into your browser. Several anti-virus scanners have marked this extension as a Browser Hijacker and are therefore not recommended to keep on your computer. It is considered potentially unwanted, and many users wish to remove it, so it is flagged for optional deletion.

About Browser Hijackers

Browser hijacking is a form of unwanted software program, usually a web browser add-on or extension, which then causes modifications in the web browser’s settings. Browser hijacker malware is developed for many different reasons. Generally, browser hijacking is utilized for earning advertising revenue from forced advert mouse clicks and site visits. Even though it might seem harmless, these tools are designed by malicious individuals who always look to take full advantage of you, so that they can earn money from your naivety and distraction. Some browser hijackers are programmed to make certain modifications beyond the browsers, like altering entries on the system registry and letting other malware further damage your machine.

Find out how to identify a browser hijack

Below are some signs and symptoms that suggest your browser has been hijacked: the home page of your browser is changed unexpectedly; your browser is constantly being redirected to adult websites; the default search engine is changed; you are getting browser toolbars you have never noticed before; never-ending pop-up advertisements show up and/or your web browser popup blocker is disabled; your web browser gets sluggish, buggy, crashes regularly; Inability to navigate to certain websites, particularly anti-malware and also other security software websites.

So how exactly does a browser hijacker infect a computer?

Browser hijackers might use drive-by downloads or file-sharing networks or an e-mail attachment in order to reach a targeted PC. They could also come from add-on programs, also called browser helper objects (BHO), web browser plug-ins, or toolbars. Browser hijackers sneak into your computer in addition to free software application downloads also that you unknowingly install alongside the original. A good example of some infamous browser hijackers includes Babylon, Anyprotect, Conduit, SweetPage, DefaultTab, Delta Search, and RocketTab, however, the names are regularly changing. Browser hijackers will affect the user’s web surfing experience severely, track the websites frequented by users and steal personal information, cause difficulty in connecting to the web, and eventually create stability problems, causing software programs and systems to crash.

Learn how to remove browser hijackers

Some hijackers can be removed by just uninstalling the corresponding freeware or add-ons through the Add or Remove Programs in the Windows control panel. But, many browser hijackers are difficult to get rid of manually. No matter how much you try to get rid of it, it might keep returning again and again. Additionally, manual removals demand in-depth system knowledge and thus can be a very difficult job for novices. Industry experts always suggest users remove any malicious software including browser hijacker with an automatic malware removal tool, which is easier, safer, and quicker than the manual removal method. Employ a PC optimizer along with your anti-malware software to solve various registry issues, remove computer vulnerabilities, and boost your computer performance.

Download the software in Safe Mode with Networking

If the malware is set to run immediately when Windows starts, stepping into safe mode may block the attempt. Just minimal required applications and services are loaded whenever you start your laptop or computer in Safe Mode. To launch your Windows XP, Vista, or 7 PCs in Safe Mode with Networking, follow the instructions below. 1) At power on, hit the F8 key before the Windows splash screen begins to load. This would invoke the “Advanced Boot Options” menu. 2) Select Safe Mode with Networking with arrow keys and press ENTER. 3) As soon as this mode loads, you should have an internet connection. Now, get the malware removal software you want by utilizing the web browser. To install the program, follow the directions in the installation wizard. 4) Immediately after installation, run a full scan and let the software remove the threats it discovers.

Switch over to an alternate browser

Some viruses may target vulnerabilities of a particular web browser that obstruct the downloading process. If you’re not able to download the anti-virus software program using Internet Explorer, this means malware is targeting IE’s vulnerabilities. Here, you need to switch to a different internet browser such as Firefox or Chrome to download the antivirus program.

Run anti-virus from a pen drive

To successfully get rid of the malware, you have to approach the problem of installing anti-malware software on the affected computer system from a different perspective. Adopt these measures to run the anti-virus on the affected computer system. 1) Download the anti-malware software on a virus-free computer. 2) Plug the USB drive into the clean computer. 3) Double click on the downloaded file to open the installation wizard. 4) Select flash drive as the location when the wizard asks you exactly where you wish to install the application. Follow the on-screen instructions to finish the installation process. 5) Remove the flash drive. Now you can utilize this portable anti-malware on the affected computer. 6) Double-click the anti-malware software EXE file on the USB drive. 7) Press the “Scan” button to run a full computer scan and remove viruses automatically.

Technical Details and Manual Removal (Advanced Users)

To eliminate NoteHomepage manually, navigate to the Add or Remove programs list in the Windows Control Panel and select the program you want to get rid of. For web browser plug-ins, go to your web browser’s Addon/Extension manager and choose the add-on you want to disable or remove. You might also want to reset your home page and search providers, as well as clear your web browser cache and cookies. Finally, check your hard disk for all of the following and clean your Windows registry manually to remove leftover application entries after uninstalls. Please be aware that this is for professional users only and could be challenging, with incorrect file removal resulting in additional PC errors. In addition to that, certain malware is capable of replicating or preventing deletion. You’re advised to do this procedure in Windows Safe Mode.
Files: C:\Users\%USERNAME%\AppData\Local\Google\Chrome\User Data\Default\Extensions\lamecoaceiheggdhlnjnmciaonfdamlg.600.11.14900_0 C:\Users\%USERNAME%\AppData\Local\Google\Chrome\User Data\Default\Local Extension Settings\lamecoaceiheggdhlnjnmciaonfdamlg C:\Users\%USERNAME%\AppData\Local\Google\Chrome\User Data\Default\Sync Extension Settings\lamecoaceiheggdhlnjnmciaonfdamlg C:\Users\%USERNAME%\AppData\Local\NoteHomepageTooltab C:\Users\%USERNAME%\AppData\Roaming\Mozilla\Firefox\Profiles\profile\extensions\[email protected] C:\Users\%USERNAME%\AppData\Roaming\Mozilla\Firefox\Profiles\profile\extensions\[email protected]\chrome C:\Users\%USERNAME%\AppData\Roaming\Mozilla\Firefox\Profiles\profile\extensions\[email protected]\META-INF C:\Users\%USERNAME%\AppData\Roaming\Mozilla\Firefox\Profiles\profile\notehomepage_j Registry: HKLM\SOFTWARE\Classes\AppID\NoteHomepage Toolbar.exe HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Toolbar HKEY_LOCAL_MACHINE\SOFTWARE\Google\Chrome\Extensions HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Firefox\Extensions HKEY_CURRENT_USER\Software\Opera Software\Explorer\Main\Start Page Redirect=http://random.com HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NoteHomepage HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Winlogon Shell = %AppData%\IDP.ARES.Generic.exe HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run Random HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Random. HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall\NoteHomepageTooltab Uninstall Internet Explorer HKEY_CURRENT_USER\Software\NoteHomepage
Read More
Setting Standard Desktop icons on Windows 11
Strangely enough, Windows 11 does not feature any typical icon on its desktop when installed. No My PC, no Recycle Bin, nothing, just plain and clean wallpaper. Personally, I like this clean look and feel but of course, there are a lot of users that are used to have some system-related icons on their desktop for easy access. windows 11 desktop iconsDo not sweat, we will turn them back on with ease. The best part is that you can choose which one would you like. So let’s dive right into it and get the icons back for the old Windows feel and look.

Showing selected Icons desktop

  1. Right-click on Desktop and select Personalize
  2. Select Themes from the list of personalization items
  3. Inside themes scroll down and click on Desktop Icon Settings
  4. Desktop Icon Settings will open and inside it, place checkmarks beside icons that you would like to appear on the desktop and click OK
  5. Close settings
As always settings and choices will be automatically applied and icons will appear right away on the desktop.
Read More
Command prompt tips and tricks
Hello and welcome to errortools articles. Today we will talk about some great and awesome tips and tricks for the command prompt. Commands which can make your life easier and your workday more pleasant. That being said let's dive in right into muddy waters and swim out with new knowledge.

Tip 1: Read Motherboard information

There are a lot of reasons why you would like to read information from your motherboard, maybe you would like to upgrade your BIOS, perhaps you would like to know the serial number, maybe even the version number. Well, you can, type the following code into the command prompt and you will receive all information about your motherboard.
wmic baseboard get product,version,serialnumber,product

Tip 2: Copy command output to clipboard

Getting information from the command prompt to a word processor, into an email or any other medium can be somewhat troublesome, usually, people tend to screenshot or write from a command prompt into another destination, which could induce errors, and let's be honest, it is not practical. You can copy command output directly into the clipboard ready for pasting it anywhere with | clip. So for example if you would like to paste the directory structure of your c drive command would look like: dir c: | clip, now output would be placed into the clipboard ready to be pasted anywhere needed.

Tip 3: Erase data permanently

When you delete data on your hard drive, what really happens is that files are marked with a marker which marks that space for new data writing, but the data itself is still present and can be brought back. This sometimes could impose problems but if you would type: cipher /w:c Windows will write random data over each marked file deleting it forever without means to be brought back.

Tip 4: Manage your IP address

If you would like to play with your IP address and do fancy stuff with it do the following: ipconfig /release to release your IP address ipconfig /renew to renew your IP address ipconfig /flushdns to flush down DNS information and enjoy a new browsing start.

Tip 5: Check to see are packets reaching the desired location

You installed a new LAN printer, or a new switch, maybe you want to check if your new site is up and running. Use ping destination in order to see if TCP packets are reaching desired information, you can use it with a specific address like ping 192.168.1.1 or you can type a web address, for example, ping google.com and see if a connection can be established.

Tip 6: Get information about a specific command

So you learned some command prompt commands, but you do not know all of their configuration or switches? No worries, just type command/? to get a list of available switches for it. For example ipconfig/? will write you a list of available switches for ipconfig command.

Tip 7: Link and execute multiple commands one after another.

Let us say that for example, you would like to copy files into a different folder, then rename some and delete others and you need to do a couple of times. Instead of writing command after command once each one is finished link them with && and they will execute one after another.

Tip 8: Scan and repair files.

In order to scan files and repair broke or corrupted ones write in the command prompt: sfc /scannow. Please know that this command can take a long time since it is solely dependant on the number of files, their size, and the power of the computer.

Tip 9: Manage and configure your computer energy

Command powercfg will let you manage and see the power configuration of your computer. Just write powercfg/? and see what you need and want to change or get information about.

Tip 10: Associate files with applications

Windows already has some file associations defined, and some applications take over some type of files but if you want to take control into your own hand use assoc command. For example assoc.txt= "APPLICATION NAME" will associate txt files with the provided application.

Tip 11: Hide files and folder.

Do you have some folder or file with information that you do not want to be seen when someone opens file explorer? Use attrib +h <name of file> and hide file or attrib +h /D <folder name> to hide folder.

Tip 12: Get a list of installed computer drivers

Want to know which drivers are installed in your system? Use driverquery and take a look.

Tip 13: Find and locate shared folders

have you shared a folder but forgot which one and where? Do not bang your head on the wall, we have a simple solution for you. just type in command prompt net share and see everything.

Tip 14: Run commands as an administrator

You do not have administrator privileges? Do you want to bypass common blockades?
runas /user:yourdomainadministrator command
That is all that we have for you today, I certainly hope you have found something useful here and that we have managed to teach you some valuable things.
Read More
A Patch for Windows Code 44 Error

Error Code 44 – What is it?

Error Code 44 is a device driver error that users encounter when using Windows 2000 operating system and later versions.

It is when the peripheral device that is connected to the computer, such as a printer or a fax machine, cannot be accessed as the programs required for operation interfere with other software on the computer. The error code will pop up with the following message:

“An application or service has shut down this hardware device. (Code 44)”

Solution

driverfix boxError Causes

Error Code 44 is caused when the program that you are using shuts down the peripheral device installed on your system. It is triggered by the following:
  • Corrupted system registry entries
  • Device driver files are outdated
  • Device driver files are missing
It is critical to fix the Error Code 44 as it can pose serious risks to the wellbeing of your PC.

Further Information and Manual Repair

While bothersome, like other error codes, error code 44 to is relatively easy to fix. Here are ways to help resolve the error.

Method 1 – Restart your PC

The easiest method you can use to solve your PC error code is to simply run a restart of your Windows system. It may be that the error prompted upon connecting the device you have connected is merely a temporary problem, and upon restart, will resume functioning smoothly.

Method 2 – Run the Troubleshooting Wizard

If restarting your PC does not help, you will have to find the exact nature of the problem by running the troubleshooting wizard for the device and address the problem accordingly. To do this, proceed with the following steps:

  • Run Device Manager on your PC
  • Click on the program under the installed programs that are creating problems for you
  • Click on the ‘General’ Tab
  • Click ‘Troubleshoot’
  • Upon opening, the Troubleshooting Wizard will ask a series of questions regarding the error. Answer the questions and follow its directions for solving the error code.

After following the directions of the Troubleshooting wizard, make sure to restart your PC for the changes to take effect. Then check if your device is still causing problems.

Method 3 – Manually uninstall and reinstall the device driver

If troubleshooting does not work, you may have to resort to manually uninstalling and then reinstalling the device driver causing the problem.

This would be necessary since the remaining incomplete files due to a partial removal or installation of programs is what contributes to the error code. A fresh install, after uninstallation of the previous drivers, would lead to the completion of the files.

You can do this by firstly logging in as Administrator and opening Device Manager. Select the device that is causing the problem and double click it and make sure that the peripheral is connected properly to the PC.

Upon opening, click on the ‘Driver’ tab and then select ‘Update Driver’. Make sure to refer to the system documentation that you received with your PC or computer to check for the motherboard details and driver specifics.

Method 4 – Use software to automatically download the driver

Manually uninstalling and reinstalling the driver will do the trick, however, it may be time-consuming especially when you would have to resort to your hardware user manual.

Therefore, using a program such as DriverFIX can save you a lot of time and frustration in having your device work properly on your computer.

Driver Assist, with its user-friendly approach to help you fix your PC issues, comes with an integrated database that detects which drivers you need to reconfigure within just a few seconds and downloads it automatically.

It further ensures that your drivers are installed in their entirety leaving no room for any incomplete files to remain that create Error Code 38.

It also has the added advantage of being able to backup and restores your files should there be the slightest possibility of system file damage. DriverFIX is the answer to fixing your PC error codes accurately and quickly.

Click here to download DriverFIX to fix Error Code 44 quickly and effectively!

Read More
Fix Windows Update error 0x80096004
Recently, a lot of users reported to Microsoft about getting an error code 0x80096004 while trying to update their Windows 10 computers. This kind of Windows Update error occurs during the initial download and verification process. It also affects the Windows features (FODs) and when you encounter this error, you will also see this error code, “TRUST_E_CERT_SIGNATURE”. This error code indicates that the signature of the certificate could not be confirmed. This is caused by a broken certificate store or a corrupt copy of the Windows operating system is installed. Here’s the complete error message:
“There were some problems installing updates, but we’ll try again later. If you keep seeing this and want to search the web or contact support for information, this may help: (0x80096004).”
To fix Windows Update error 0x80096004, you can check out the options provided below.

Option 1 – Delete the contents in the Software Distribution folder and Catroot2 folder

  • Open the WinX Menu.
  • From there, open Command Prompt as admin.
  • Then type in the following command – don’t forget to hit Enter right after typing each one of them.
net stop wuauserv net start cryptSvc net start bits net start msiserver
  • After entering these commands, it will stop the Windows Update Service, Background Intelligent Transfer Service (BITS), Cryptographic, and the MSI Installer
  • Next, go to the C:/Windows/SoftwareDistribution folder and get rid of all the folders and files thereby tapping the Ctrl + A keys to select them all and then click on Delete. Note that if the files are in use, you won’t be able to delete them.
After resetting the SoftwareDistribution folder, you need to reset the Catroot2 folder to restart the services you just stopped. To do that, follow these steps:
  • Type each one of the following commands.
net start wuauserv net start cryptSvc net start bits net start msiserver
  • After that, exit Command Prompt and restart your computer, and then try to run Windows Update once more.

Option 2 – Run the Windows Update Troubleshooter

Running the built-in Windows Update troubleshooter is one of the things you can first check out as it is known to automatically resolve any Windows Update errors like error code 0x80096004. To run it, Refer to these steps:
  • Tap the Win + I keys to open Settings.
  • From there, click Update and Security and go to the Troubleshoot section.
  • Next, select Windows Update and click the “Run the troubleshooter” button and wait until it’s finished, and then try to run Windows Update again.

Option 3 – Try to temporarily disable anti-virus and Windows Defender Firewall

As mentioned, the error could be due to the antivirus program or the Windows Defender Firewall installed on your computer. Thus, disabling them or any security software installed in your computer is always a good idea you can try when you’re not able to access the shared drive on your computer. There are times when you encounter problems like Error Code 0x80096004 due to interference of antivirus or security programs. Thus, you have to disable both your antivirus program and Windows Defender Firewall for the meantime and check if it fixes the error or not.

Option 4 – Try to replace the DLL file with a trusted source

You can also try to replace the crypt32.dll file as it could help in fixing the Windows Update error. Just make sure that you get one from a trusted source.
  • First, you need to get the new DLL file from another computer with preferably the same file version number.
  • After that, you need to boot your PC into Safe Mode and navigate to the paths listed below and then replace the file using a USB drive or other external storage devices.
    • x86: This PC > C:/Windows/System32
    • x64: This PC > C:/Windows/SysWOW64
  • Next, type “cmd” in the Cortana search box and right-click on Command Prompt, and select “Run as administrator” to open it with administrator privileges.
  • Now type the “regsvr32 crypt32.dll” command and hit Enter.
  • Restart your PC and check if the error is now fixed.

Option 5 – Try downloading and installing the Windows Updates manually

Error Code 0x80096004 might be due to a Windows Update that has failed. So if it is not a feature update and only a cumulative update, you can download the Windows Update and install it manually. But first, you need to find out which update has failed, and to do so, refer to the following steps:
  • Go to Settings and from there go to Update and Security > View Update History.
  • Next, check which particular update has failed. Note that Updates that have failed to install will be displayed under the Status column which has a label of “Failed”.
  • After that, go to the Microsoft Download Center and look for that update using its KB number and once you find it, download and then install it manually.
Note: You can also use the Microsoft Update Catalog, a service from Microsoft that provides a list of software updates that can be distributed over a corporate network. With the help of this service, it can be easier for you to find Microsoft software updates, drivers as well as fixes.

Option 6– Run System File Checker or SFC scan

System File Checker or SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files to good system files. To run the SFC command, follow the steps given below.
  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
 Reboot your PC.

Option 7 – Try to run the Windows Update Service in a Clean Boot State

There are some instances that some conflicting programs installed in your computer might be the one that’s causing Windows Update error. To identify which program is causing the problem, you need to put your computer in a Clean Boot State. To do so, follow the steps below.
  • Log onto your PC as an administrator.
  • Type in MSConfig in the Start Search to open the System Configuration utility.
  • From there, go to the General tab and click “Selective startup”.
  • Clear the “Load Startup items” check box and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
  • Next, click the Services tab and select the “Hide All Microsoft Services” check box.
  • Click Disable all.
  • Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)
  • Now try to run the Windows Update Service again and see if Windows Update error 0x80096004 is now gone.
Read More
Fix rtwlane.sys Blue Screen error in Windows
This post will walk you through fixing the rtwlane.sys Blue Screen error. This kind of BSOD error belongs under the category of the “DRIVER IRQL NOT LESS OR EQUAL” Stop errors. If you encounter this kind of Stop error then it means that a kernel-mode driver tried to access pageable memory at a process IRQL that was too high. The main issue with the rtwlane.sys Blue Screen error has something to do with the Realtek PCI-E Wireless LAN PCI-E NIC driver. In other words, it has some issues with the wireless card of your computer which is built by Realtek. And since it this error concerns your wireless card, you might also experience some connectivity problems with your computer as the wireless card refuses to find any network connections and even randomly disconnects. To resolve this problem, you need to refer to the given options below.

Option 1 – Run the Blue Screen Troubleshooter

The Blue Screen troubleshooter is a built-in tool in Windows 10 that helps users in fixing BSOD errors like rtwlane.sys Blue Screen error. It can be found on the Settings Troubleshooters page. To use it, refer to these steps:
  • Tap the Win + I keys to open the Settings panel.
  • Then go to Update & Security > Troubleshoot.
  • From there, look for the option called “Blue Screen” on your right-hand side and then click the “Run the troubleshooter” button to run the Blue Screen Troubleshooter and then follow the next on-screen options. Note that you might have to boot your PC into Safe Mode.

Option 2 – Try to update or rollback your Network driver

If you have updated the driver software as of late and you suddenly got this BSOD error, you might have to roll back the device driver – in other words, switch back to the previous working version. To do that, follow these steps:
  • Tap the Win + R keys to launch the Run window and then type in the “MSC” command and hit Enter to open the Device Manager window.
  • Under the Device Manager, you will see a list of drivers. From there, look for the Network Adapters and expand it.
  • From the list of Network Drivers, look for “Realtek <Model> Wireless LAN 802.11n PCI-E NIC” and then right-click on it and select Update Driver.
  • Restart your PC and see if it helped in fixing the BSOD error.
Note: If you see any of the following entries under the Network drivers, you might want to download their latest available versions from each one of their manufacturer’s websites.
  • Realtek High-Definition (HD) Audio Driver
  • Realtek Card Reader Driver
  • Realtek Local Area Network (LAN) Driver
On the other hand, if updating the Network driver didn’t help, you can also try to roll back to its previous version.
  • Open the Device Manager again and then look for Network Drivers.
  • Next, select Realtek <Model> Wireless LAN 802.11n PCI-E NIC from the list of Network Drivers and then double click to open a new mini window.
  • After that, make sure that you’re on the Driver tab and if you are not, just navigate to it then click the Roll Back Driver button to switch back to the previous version of the Realtek driver.
  • Now restart your computer to successfully apply the changes made.

Option 3 – Try running the System File Checker Scan

The SFC or System File Checker scan could detect and automatically repair damaged system files that could be causing the Netwtw04.sys failed BSOD error. SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files with good system files. To run the SFC command, follow the steps given below.
  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
Read More
1 2 3 171
Logo
Copyright © 2023, ErrorTools. All Rights Reserved
Trademark: Microsoft Windows logos are registered trademarks of Microsoft. Disclaimer: ErrorTools.com is not affiliated with Microsoft, nor claims direct affiliation.
The information on this page is provided for information purposes only.
DMCA.com Protection Status