Logo

Change system font in Windows 10

In previous versions of Windows changing the system, the font was a pretty straightforward process, but it seems Microsoft did not want this feature to keep for whatever reason and there is no option as of the time of the writing of this article to do it in standard options in Windows 10.

But do not worry, you are still able to customize your Windows and choose which font would you like to see inside it in all of its dialogs. You can choose whichever font you desire, the only prerequisite is it to be installed on your system.

This guide will require you to change values in the registry of Windows itself so please follow step-by-step instructions and always make a backup of the registry before changing it in order to prevent some permanent Windows issues.

All of that being said, let's start.

Setting new font

First thing is to open notepad, in the notepad paste the next block of code:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]

"Segoe UI (TrueType)"=""

"Segoe UI Bold (TrueType)"=""

"Segoe UI Bold Italic (TrueType)"=""

"Segoe UI Italic (TrueType)"=""

"Segoe UI Light (TrueType)"=""

"Segoe UI Semibold (TrueType)"=""

"Segoe UI Symbol (TrueType)"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]

"Segoe UI"="NEW_FONT"

Where in "Segoe UI"="NEW_FONT" instead of NEW_FONT you need to write the exact name of the font that you wish to use as a system font.

Once you have replaced the default system font with your desired one, go to File and save as, from file type drop-down menu, choose all files and save this file as .REG type giving it whatever name you wish.

When the file is saved, close notepad, right-click on the saved file and choose the merge option. Confirm with YES and click on OK. Reboot your system and your Windows will now use the font of your choice as its default system font.

Restoring default font

If you wish to return the old default system font as it was, follow the same steps but in your notepad paste this code:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]

"Segoe UI (TrueType)"="segoeui.ttf"

"Segoe UI Black (TrueType)"="seguibl.ttf"

"Segoe UI Black Italic (TrueType)"="seguibli.ttf"

"Segoe UI Bold (TrueType)"="segoeuib.ttf"

"Segoe UI Bold Italic (TrueType)"="segoeuiz.ttf"

"Segoe UI Emoji (TrueType)"="seguiemj.ttf"

"Segoe UI Historic (TrueType)"="seguihis.ttf"

"Segoe UI Italic (TrueType)"="segoeuii.ttf"

"Segoe UI Light (TrueType)"="segoeuil.ttf"

"Segoe UI Light Italic (TrueType)"="seguili.ttf"

"Segoe UI Semibold (TrueType)"="seguisb.ttf"

"Segoe UI Semibold Italic (TrueType)"="seguisbi.ttf"

"Segoe UI Semilight (TrueType)"="segoeuisl.ttf"

"Segoe UI Semilight Italic (TrueType)"="seguisli.ttf"

"Segoe UI Symbol (TrueType)"="seguisym.ttf"

"Segoe MDL2 Assets (TrueType)"="segmdl2.ttf"

"Segoe Print (TrueType)"="segoepr.ttf"

"Segoe Print Bold (TrueType)"="segoeprb.ttf"

"Segoe Script (TrueType)"="segoesc.ttf"

"Segoe Script Bold (TrueType)"="segoescb.ttf"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]

"Segoe UI"=-

Reboot your system and your Windows will now revert the font of your choice as its default system font.

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

Fix Kernel Power Blue Screen in Windows
To function properly and as intended, Windows 10 depends on a number of resources and software components. Even with a simple task as powering the machine, there are already several smaller software components supporting it. However, if any of these resources or components experience issues, it will affect the overall function of the computer. One of the errors reported is the Kernel Power Blue Screen error which is triggered by the Windows Kernel that mostly comes with a Windows Kernel Event ID 41 error. This kind of error can turn off and reboot the computer randomly. Here’s an example of a Bugcheck code entry with the same event:
 “EventData BugcheckCode 159 BugcheckParameter1 0x3 BugcheckParameter2 0xfffffa80029c5060 BugcheckParameter3 0xfffff8000403d518 BugcheckParameter4 0xfffffa800208c010 SleepInProgress false PowerButtonTimestamp 0Converts to 0x9f (0x3, 0xfffffa80029c5060, 0xfffff8000403d518, 0xfffffa800208c010)”
This kind of BSOD error is caused by an issue with the Power Supply components in both the software and hardware parts of your computer. In such cases, if your computer is stuck in a reboot loop, you need to troubleshoot the problem via Safe Mode or in the Advanced Startup options screen.

Option 1 – Try disabling Overclocking

If you have enabled Overclocking, you might have to disable it as some users reported that the Kernel-Power Blue Screen error started to appear right after overclocking. To disable it, follow the steps below.
  • Go to the Start Menu and open Settings.
  • Next, select Update and Security and go to the Recover tab.
  • From there, click on Restart now in Advanced startup. This will restart your computer.
  • Once you’re in the Advanced startup, go to Troubleshoot and then select Advanced Options.
  • From there, select the UEFU Firmware Settings.
  • Now click on Restart. Once your computer has restarted, it will automatically open BIOS.
  • From the BIOS, go to the Advanced tab and navigate to Performance and then look for Overclocking.
  • Once you’ve found Overclocking, make sure that it is disabled. If it’s not, then disable it and then save the changes made by tapping the F10 key.
  • Start your computer normally and check if the Kernel-Power Blue Screen error is now fixed.

Option 2 – Try to run the Power troubleshooter

The next thing you can do is to run the Power troubleshooter. To do so, follow these steps:
  • Go to Settings and navigate to Update & Security > Troubleshoot.
  • After that, look for the “Power” option from the given list of built-in troubleshooters and click on it.
  • Next, click on the “Run the troubleshooter” button to run the Power troubleshooter.
  • Once the troubleshooter is done identifying the problems, follow the next on-screen instructions to resolve the problem.
Note: You could also try to run the Blue Screen troubleshooter to fix the Kernel-Power BSOD error. You can find it under the same page as the Power troubleshooter.

Option 3 – Try to replace the Power Supply Unit

You could also try to consider physically replacing the Power Supply Unit or PSU of your computer and see if that helps or not.

Option 4 – Run the Windows Memory Diagnostic tool

Since this error could be caused by some issues in the memory, you can try running the Windows Memory Diagnostic tool and see if it helps.
  • Tap the Win + R keys to open Run and type exe and hit Enter to open the Windows Memory Diagnostic Tool.
  • After that, it will give two options such as:
    • Restart now and check for problems (Recommended)
    • Check for problems the next time I start my computer
  • Once your computer has restarted, perform a basic scan or you could also go for the “Advanced” options such as “Test mix” or “Pass count”. Simply tap the F10 key to start the test.
Note: After you select the option, your PC will restart and check for memory-based issues. If it finds any issues, it will automatically fix them and if there’s no issue found, then it’s most likely not a memory-based issue so you should try the other options given below.

Option 5 – Try to check physically check your RAM

In this option, you have to check your RAM physically especially if you tend to use multiple physical RAMs on your computer so it can be quite tricky and technical. You have to check first if they are of the same frequency and then verify if the chip is compatible or not. You also have to check if the sockets are attached using some adapter or non-recommended apparatus as it can cause some problems while giving performance hit to your computer.

Option 6 – Try to update the BIOS

Updating the BIOS can help you fix the Kernel-Power BSOD error but as you know, BIOS is a sensitive part of a computer. Even though it is a software component, the functioning of the hardware depends on it largely. Thus, you must be careful when modifying something in the BIOS. So if you don’t know much about it, it’s best if you skip on this option and try the other ones instead. However, if you are well-versed in navigating the BIOS, then follow the steps below.
  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “msinfo32” in the field and press Enter to open System Information.
  • From there, you should find a search field on the bottom where you have to search for the BIOS version and then press Enter.
  • After that, you should see the developer and version of the BIOS installed on your PC.
  • Go to your manufacturer’s website and then download the latest version of BIOS on your computer.
  • If you are using a laptop, make sure that you keep it plugged in until you have updated the BIOS.
  • Now double click on the downloaded file and install the new BIOS version on your computer.
  • Now restart your computer to apply the changes made.
Note: If updating the BIOS didn’t help, you might want to consider resetting it instead.

Option 7 – Disable Fast Start-up

If you want your computer to boot faster, then you might have enabled Fast Start-up. This feature is ideal for computers that are using a hard disk drive. However, turning on this feature also means that when the computer boots, it might lag some drivers that are loaded when it initially boots up. Thus, it might be the potential cause of the Kernel-Power BSOD error. Thus, you need to disable Fast Start-up. To do that, follow these steps:
  • Boot your PC into Safe Mode.
  • Then tap the Win + R keys to open the Run dialog box.
  • Next, type in “control” to open Control Panel.
  • After that, select Hardware and Sound and click on Power Options.
  • Select “Choose what the power buttons do” from the left side menu pane and click on Change settings that are currently unavailable.
  • Afterward, uncheck the “Turn on fast startup (Recommended)” entry and click on Save Changes.
  • Now restart your PC for the changes to take effect and then check if the problem’s fixed afterward.
Read More
How to remove EasyDocMerge from your System

EasyDocMerge Toolbar is a Browser Hijacker for Google Chrome. Usually, such browser extensions are installed without your knowledge. These types of Browser Hijackers are often the cause of many problems while surfing the Internet. The most common problems are unwanted pop-ups, underlined words, additional ads, sponsored links, to generate web traffic and earn revenue of the advertising networks by gathering the users browsing data and sending it back to the Mindspark ads network.

When installed this extension will hijack your home page setting it to MyWay.com, it will also change your new tab page to EasyDocMerge (Powered by MyWay.com Search).

About Browser Hijackers

Browser hijacking is a form of an unwanted program, commonly a web browser add-on or extension, which then causes modifications in the browser’s settings. Browser hijacker malware is developed for a variety of reasons. It redirects you to the sponsored internet sites and inserts adverts on your browser that assist its creator to generate earnings. A lot of people think that the browser hijacker is only a harmless website but that is not the case. Nearly every browser hijacker poses an existent threat to your online safety and it’s important to classify them under privacy dangers. They don’t just mess up your browsers, but browser hijackers can even modify the computer registry, leaving your computer susceptible to various other types of attacks.

Key symptoms that your web browser has been hijacked

There are various signs of web browser hijacking: the home page of the web browser is changed unexpectedly; new bookmarks pointing to porn websites are added to your favorite pages; the essential web browser settings are modified and unwanted or insecure resources are added to the trusted sites list; you’ll see many toolbars on your web browser; you see a lot of pop-up ads on your computer screen; your web browser has become unstable or starts running sluggishly; Inability to navigate to particular sites, particularly anti-malware and other computer security software sites.

How they infect computers

Browser hijackers infect computer systems by numerous means, including via a file-share, a drive-by download, or an infected e-mail attachment. They can also originate from any BHO, extension, add-on, toolbar, or plug-in with malicious intent. A browser hijacker may also come bundled up with some free software that you unintentionally download to your computer, compromising your internet security. Typical examples of browser hijackers include CoolWebSearch, Conduit, Coupon Server, OneWebSearch, RocketTab, Searchult.com, Snap.do, and Delta Search. Browser hijackers may record user keystrokes to gather potentially important information that leads to privacy issues, cause instability on computers, drastically disrupt user’s browsing experience, and finally slow down the system to a point where it will become unusable.

Removal

Certain browser hijacking could be simply reversed by discovering and eliminating the corresponding malware software from your control panel. In some cases, it can be a difficult job to identify and eliminate the malicious component because the associated file might be running as part of the operating system process. You should consider carrying out manual fixes only if you are a tech-savvy person, as potential risks are associated with tinkering with the system registry and HOSTS file. Installing and running antivirus programs on the affected computer could automatically erase browser hijackers and other malicious applications. Safebytes Anti-Malware contains a state-of-the-art anti-malware engine to help you prevent browser hijacking in the first place, and clean up any pre-existing issues

What you can do if Virus Prevents You From Downloading Or Installing Anything?

Practically all malware is bad, but certain kinds of malware do a lot more damage to your computer than others. Some malware sits in between your computer and the internet connection and blocks a few or all internet sites that you would like to visit. It will also prevent you from adding anything to your PC, especially antivirus software. If you’re reading this now, you might have probably recognized that a malware infection is the real cause of your blocked web connectivity. So how to proceed if you need to install an antivirus application such as Safebytes? Although this kind of problem can be difficult to get around, there are a few steps you can take.

Eliminate viruses in Safe Mode

If any virus is set to run automatically when Microsoft Windows starts, stepping into Safe Mode could block this attempt. Only minimal required programs and services are loaded when you boot your laptop or computer in Safe Mode. You will need to do the following to eliminate malware in Safe mode. 1) At power on/start-up, hit the F8 key in 1-second intervals. This should bring up the Advanced Boot Options menu. 2) Select Safe Mode with Networking using arrow keys and press ENTER. 3) When this mode loads, you should have the internet. Now, utilize your browser normally and navigate to https://safebytes.com/products/anti-malware/ to download and install Safebytes Anti-Malware. 4) Once the software is installed, allow the diagnostic scan to run to eliminate viruses and other threats automatically.

Obtain the security program using an alternate web browser

Some malware might target vulnerabilities of a specific web browser that obstruct the downloading process. The best way to avoid this problem is to pick a web browser that is renowned for its security features. Firefox has built-in Phishing and Malware Protection to help keep you secure online.

Run anti-malware from your USB drive

To effectively get rid of the malware, you need to approach the problem of running antivirus software on the infected computer from a different angle. Abide by these steps to run the anti-virus on the affected computer. 1) On a virus-free PC, download and install Safebytes Anti-Malware. 2) Plug the Flash drive into the clean computer. 3) Double-click the Setup icon of the antivirus program to run the Installation Wizard. 4) Choose the flash drive as the destination for saving the file. Follow the on-screen instructions to finish the installation process. 5) Remove the pen drive. You can now utilize this portable anti-virus on the infected computer system. 6) Double-click the antivirus program EXE file on the USB flash drive. 7) Simply click “Scan Now” to run a complete scan on the affected computer for viruses.

Protect Your Computer Against Viruses and Malware With SafeBytes Security Suite

Today an anti-malware program can protect your laptop or computer from different types of internet threats. But how to select the best one amongst countless malware protection software that is available out there? As you might be aware, there are several anti-malware companies and tools for you to consider. A few are really worth your money, but many aren’t. You need to choose one that is dependable, practical, and has a strong reputation for its malware source protection. Among few good applications, SafeBytes Anti-Malware is the strongly recommended software program for the security-conscious user. SafeBytes anti-malware is a powerful, highly effective protection application made to help end-users of all levels of computer literacy in detecting and removing harmful threats from their computer. After you have installed this software, SafeByte's sophisticated protection system will ensure that no viruses or malicious software can seep through your personal computer.

SafeBytes has fantastic features when compared to various other anti-malware programs. Listed below are some of the great features included in the software.

Real-time Active Protection: SafeBytes gives you round-the-clock protection for your personal computer limiting malware intrusions instantly. It will examine your PC for suspicious activity at all times and safeguards your PC from illegal access. Antimalware Protection: Safebytes is made on the best virus engine in the industry. These engines can identify and get rid of threats even during the initial phases of a malware outbreak. “Fast Scan” Features: SafeBytes’s high-speed malware scanning engine minimizes scanning times and extends the life of the battery. Simultaneously, it will effectively find and get rid of infected files or any internet threat. Web Protection: SafeBytes checks and gives a unique safety rating to every website you visit and block access to webpages known to be phishing sites, thus protecting you against identity theft, or known to contain malicious software. Low CPU Usage: SafeBytes is a lightweight application. It consumes an extremely small amount of processing power as it runs in the background so you are free to use your Windows-based computer the way you want. 24/7 Premium Support: Professional technicians are at your disposal 24/7! They will immediately fix any technical issues you may be encountering with your security software. Simply put, SafeBytes has formulated a meaningful anti-malware solution that is aimed to protect your computer against various malware. Malware trouble will become a thing of the past once you put this software to use. For top protection and the best value for money, you can’t get better than SafeBytes Anti-Malware.

Technical Details and Manual Removal (Advanced Users)

If you want to manually remove EasyDocMerge without using an automated tool, it may be possible to do so by removing the application from the Microsoft Windows Add/Remove Programs menu, or in cases of browser plug-ins, going to the browsers AddOn/Extension manager and removing it. You’ll likely also want to totally reset your browser to its default configuration settings. To be certain of complete removal, find the following registry entries on your computer and remove them or reset the values appropriately. However, this is a tricky task and only computer experts can perform it safely. Moreover, some malicious programs are capable to defend against its removal. It is highly recommended that you do the removal process in Windows Safe Mode.
Files: %UserProfile%\Local Settings\Application Data\EasyDocMergeTooltab %LOCALAPPDATA%\Google\Chrome\User Data\Default\Extensions\mabloidgodmbnmnhoenmhlcjkfelomgp %UserProfile%\Local Settings\Application Data\Google\Chrome\User Data\Default\Extensions\mabloidgodmbnmnhoenmhlcjkfelomgp %PROGRAMFILES(x86)%\EasyDocMerge_ex %PROGRAMFILES%\EasyDocMerge_ex %USERPROFILE%\Application Data\EasyDocMerge_ex %USERPROFILE%\AppData\LocalLow\EasyDocMerge_ex %UserProfile%\Local Settings\Application Data\EasyDocMerge_ex Registry: HKEY_CURRENT_USER\Software\AppDataLow\Software\EasyDocMerge_ex HKEY_CURRENT_USER\Software\EasyDocMerge_ex HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\5e3ee57e-7d53-458f-a124-16aab06de2d6 HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\64366ff9-336f-4002-a665-406a1d259cd3 HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\87008eb3-6282-4075-9889-62f381451926 HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\96107269-cd2e-4175-a61a-5c2e8540e8a5 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\2741d16e-6298-4345-8988-7979ffd45266 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\5e3ee57e-7d53-458f-a124-16aab06de2d6 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\64366ff9-336f-4002-a665-406a1d259cd3 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\87008eb3-6282-4075-9889-62f381451926 HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\DOMStorage\easydocmerge.dl.tb.ask.com HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\8bf0dd5e-ea06-48db-97a4-df286e054079 HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Approved Extensions, value: 389672DB-CD13-4CF2-AED1-3170BC0DD6EC HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\SearchScopes\8bf0dd5e-ea06-48db-97a4-df286e054079 HKEY_CURRENT_USER\Software\EasyDocMerge HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\LowRegistry\DOMStorage\easydocmerge.dl.myway.com
Read More
A Guide to Quickly Fixing Error 103

What Is Error 103?

Error 103 is an error that is usually encountered by those who use Google Chrome. This error is usually generated because of a conflict arising between Google Chrome and the antivirus program running on the user’s computer. Primarily, error 103 is an incompatibility issue. It is not critical in nature. However, since it will disrupt the smooth functioning of the browser, it is strongly advised to rectify this error that is generated due to any temporary conflicts between the logic of the two programs namely Google Chrome and antivirus. In layman's terms, it would be only justified to say that this error has a lot to do with the way programs react to each other in real-time.

Solution

Restoro box imageError Causes

When the error is displayed to the user, it usually states something like ‘chrome error 103 connection aborted’, ‘chrome error 103 err_connection_aborted’ or ‘Error 103 (net: ERR_CONNECTION_ABORTED): Unknown error. This begs the question, what triggers this error? Here it is important to understand that Google Chrome constantly applies to upgrade. In most instances, the upgrades almost go unnoticed. In the meanwhile, there are other programs running on any system such as firewall, Antispyware, or antivirus programs. All such programs govern the functionality of the web browser. Now, when the web browser attempts to update and any programs on the system view the update as a threat, the connection to the internet will be terminated. It is also important to understand that these programs will keep you from upgrading or from doing anything with your browser.

Further Information and Manual Repair

google chrome error 103Before we move on to the discussion of fixing the underlying causes for error 103, it is important to understand all those programs that are most likely to generate this error. A list of all such programs is outlined below as follows.
  • Kaspersky Pure 3.0
  • Kaspersky ONE
  • Kaspersky small office security 2013
  • Kaspersky internet security 2013
  • Kaspersky antivirus 2013
A downside associated with error 103 is that it won’t disappear on its own. That’s why it is important to make some manual changes as there are no tools available online to rectify this error automatically. Follow the steps listed below to easily fix the problem.
  • Click on the Start button.
  • In the search box, enter ‘expand.exe’.
  • Right-click on the file that appears and select the option ‘Open Folder Location’.
  • Now, copy the file and paste it at the destination ‘C:\Windows\System32’.
  • If you are not able to find the file, it is advised you copy it from Windows Installation Disk.
  • Now, click on the ‘Start’ button again.
  • Find and select ‘Run’.
  • Now enter ‘C: ’ in the search box and press Ok.
  • Now right-click anywhere on the screen, select new, and then select folder.
  • Rename this folder. Change the name from ‘New Folder’ to ‘Temp’.
  • Now go to the Start button again.
  • Select ‘Run’ once again.
  • Type ‘cmd.exe’ in the command prompt and press Ok.
  • Now type Command. Press enter.
  • Now type this code as it is: ‘set TMP=C:temp’ and press enter.
  • Now restart the browser.
  • If it fails, install Google Chrome once again.
  • Just make sure everything is in sync to avoid any data loss.
Read More
MS Store and Electron Bot

So, what is Electron bot, and why it even matters if it is in the MS store. Electron bot is malware that somehow found its way inside MS Store via game clones of popular games temple run and subway surfer. This infiltration led to the infection of around 5000 systems over the globe in a very short period of time.

electron bot malware

This malware is a backdoor that gives complete system control to the attacker. Any type of execution can be performed remotely in real-time. Usually, this kind of attack was aimed at a spread of click fraud over popular social media like Facebook, google, youtube, etc.

Primary goal

Electron Bot's primary goals in the ongoing campaign analyzed by researchers are:

  • SEO poisoning – Create malware-dropping sites that rank high on Google Search results.
  • Ad clicking – Connect to remote sites in the background and click on non-viewable advertisements.
  • Social media account promotion – Direct traffic to specific content on social media platforms.
  • Online product promotion – Increase store rating by clicking on its advertisements.

These functions are offered as services to those who want to increase their online profits illegitimately, so the gains for the malware operators are indirect.

Publishers that contain malware

For now, users may take note of the publishers who released confirmed malicious game apps using the following names:

  • Lupy games
  • Crazy 4 games
  • Jeuxjeuxkeux games
  • Akshi games
  • Goo Games
  • Bizzon Case
Read More
INF file doesn't support this installation
If you got an error message saying, The INF file you selected does not support this method of installation while trying to install a driver using the “Install” option in the right-click context menu, read on as this post will guide you in fixing the problem. The INF file mentioned in the error message is a text file that’s divided into different types of formatted sections. Each one of the sections is designed for a particular purpose. For instance, one section is designed to copy files or to add entries to the registry. INF files are used to install drivers. However, if something is wrong, you might encounter this error while installing a driver on your Windows 10 computer. To resolve this problem, you can try to download the driver again from the official manufacturer website or check if the driver is compatible with your computer’s operating system architecture or you can also try installing the driver from the Device Manager. For more details, follow the given options below.

Option 1 – Try downloading the driver again from the official website of the manufacturer

Usually, you shouldn’t encounter this kind of issue no matter what installation method you used on your Windows 10 PC. However, there are times when the driver itself is corrupted for some reason which is why you are unable to complete the installation and receive an error message instead.

Option 2 – Try checking if the driver is compatible with the OS architecture

It is possible that you’re getting this error if you have a driver that is compatible with a 32-bit system and you are trying to install it on a 64-bit system and vice versa. Thus, you need to check if the driver you are trying to install is compatible with your operating system if you haven’t done it when you’ve downloaded the driver from the website of the manufacturer. To check the system architecture, in the Start Search, type “msinfo32” in the field and hit Enter to open the System Information window. From there, you should see all the information about your operating system. In addition, you can also search “system information” in the Cortana search box and look for the System Type entry and open it.

Option 3 – Try installing the driver from the Device Manager

If you have the driver files on your PC and you have to update a driver, refer to the steps given below to be guided on how to install the driver from the Device Manager.
  • First, click the Start button and type “device manager”.
  • Then click on the “Device Manager” from the search results to open it.
  • From there, look for the driver you want to update, and then right-click on each one of them and select the Update Driver from the menu.
  • After that, click on the “Browse my computer for driver software” option.
  • Next, select the “Let me pick from a list of available drivers on my computer” option and then click the Next button.
  • On the next screen, you should see the “Have Disk” option. Click on this option and then click on the Browse button to go to the location of the file. After that, you shouldn’t have any problem installing the INF file.

Option 4 – 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 “The INF file you selected does not support this method of installation” 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.
 Now restart your computer.
Read More
Keyboard folder shortcut in Windows 11
If you are visiting a single folder many times during the day it might be beneficial to place its shortcut on the desktop for easy access. But did you know that you can also set a keyboard shortcut for that same folder shortcut making it available simply by clicking desired key combination? keyboard shortcutIn order to make a keyboard shortcut for the desired folder know that it is available only when you have a shortcut of the desired folder, it cannot be done on the folder itself, only on its shortcut. Now folder shortcut does not need to reside on desktop, you can place it anywhere you like, but it must be a shortcut. So the first step is of course to make a shortcut of the folder that you wish to have access via keyboard key combination and place it where you wish. Once you have done this step, right-click on it and choose properties. Inside properties at the top click on the Shortcut tab and then inside Shortcut Key, press the key combination that you wish to associate with this folder. Confirm with OK and start using fast folder access with your desired key combination.
Read More
Open specific pages each time Chrome starts
When we are working on our computer, we have tendencies to make it look and behave to our best needs and however, best suits us. The Internet has crawled into our lives and made itself a must-have in modern society, internet browsers as a crucial piece of software for viewing the web have also grown and made themselves to be more open for user settings and personalization, Chrome, one of the most popular browser has the option to open a specific set of pages one it is opened and that is what we will cover today in this tutorial. No matter would you like to by default open some online store, maybe an email or news website, you can open each of them or all of them once Chrome is run, making your daily routine more enjoyable and stress-free. The first thing, of course, is to start Chrome itself, once Chrome is up, click on three dots in the upper right corner of the Chrome window and select settings. Google chrome settingsWhen you are in settings, on the left side move toward the bottom until you run into a tab that says On Startup and click on it. On right, a new section will open, click on Open a specific page or set of pages. Chrome startup pagesYou will be presented with the option to add a new page by typing its URL or getting it from bookmarks or using a specific opened one. You can repeat this process until you have added all pages that you wish to be automatically opened once Chrome is opened for the first time.

BONUS:

If you have noticed right above the setting that we have used for opening a specific set of pages there is the option Continue where you left off, this option will open each page exactly where it was when Chrome was shut down letting you keep viewing where you have left off. This is useful if by any chance your battery ran out or you had to quickly turn the computer off for whatever reason.
Read More
How to Fix Camera app Error code 0xa00f4243
Windows 10 has a UWP app for its Camera that you can use to take pictures and videos. However, if you suddenly encounter an error code 0xa00f4243 while using the Camera UWP app, then you’ve come to the right place as this post will provide some potential fixes that you can use to fix the problem. This kind of error could be due to an outdated or corrupted driver or a third-party program. When this error appears on the Camera UWP app, you will see the following error message:
“Close other apps. It looks as though another app is already using the camera. If you need it, here’s the error code: 0xA00F4243 (0xC00D3704)”
To fix the error code: 0xA00F4243 (0xC00D3704) in the Camera UWP app, you can try to run the Windows Store Apps troubleshooter or reset the Camera app or update or reinstall the driver or apply some tweaks in the Registry Editor. In addition, you can also try checking the Windows Services or run the System File Checker.

Option 1 – Try to run the Windows Store Apps troubleshooter

The Windows 10 Store Apps Troubleshooter will help you in fixing the Camera UWP app error code: 0xA00F4243 (0xC00D3704). This is a great built-in tool from Microsoft that helps users fix any app installation issues. So this is worth a try to solve the problem. This built-in tool also helps you fix the Windows 10 Store if it isn’t working. To use the Windows Store Apps Troubleshooter, follow the steps below.
  • Tap Win + I keys again to open the Windows Settings panel.
  • Go to Update & Security and then go to Troubleshoot.
  • Under the Troubleshoot section, on your left-hand side, scroll down to find Window Store Apps.
  • Then click on the Run the troubleshooter option and follow the on-screen instructions and then see if it fixes the problem.

Option 2 – Try to reset the Camera app to fix

As pointed out earlier, you can also reset the Camera app to fix the error. To do so, follow the steps below.
  • The first thing you have to do is go to the My Pictures folder under the C: drive of the File Explorer and then delete the Camera Roll folder.
  • Once you’re done, right-click on an empty area on your screen and create a new folder and name it “Camera Roll”.
  • Then from the Start menu open the Settings app and select System.
  • From there, navigate to the Apps and features section.
  • Now go to Camera and click on the Advanced Options and click the Reset button.

Option 3 – Try to reinstall the drivers for the Camera app

You might want to reinstall the Camera drivers as it could resolve the problem. To do so, refer to these steps:
  • First, boot your computer into Safe Mode.
  • After that, tap the Win + R keys to launch Run.
  • Type in devmgmt.msc  into the box and tap Enter or click OK to open the Device Manager.
  • After that, a list of device drivers will be displayed. From there, look for the driver listed under the Camera section and then, right-click on each entry of the device drivers and select the “Uninstall Device” option from the menu.
  • Now restart your computer.
  • After restarting your computer, go to the Settings app and Check for Updates in the Windows Update section.

Option 4 – Try to use the Registry Editor

  • Tap the Win + R keys to open the Run utility and type “Regedit” in the field and hit Enter to open the Registry Editor.
  • After that, navigate to this registry key: ComputerHKEY_LOCAL_MACHINESOFTWAREWOW6432NodeMicrosoftWindows Media FoundationPlatform
  • Here, look for a DWORD named “EnableFrameServerMode” and if you can’t see it, just create a new DWORD by right-clicking on any empty space.
  • Then select New > DWORD (32-bit) Value and name it as “EnableFrameServerMode”.
  • Double click on the newly created DWORD and set its Value data to “0” and click on OK.
  • Restart your computer and see if it fixes the Camera UWP app error code: 0xA00F4243 (0xC00D3704).

Option 5 – Try checking the Windows Services

Note that this option only applies to computers with Intel Hardware for the Camera.
  • Tap the Win + R keys to open the Run dialog box and type “services.msc” and hit Enter to open the Services Manager.
  • Next, look for the “Intel(R) RealSense(TM) Depth” service from the list of services and double click on it to open its Properties.
  • After that, change its Startup Type to “Automatic” and make sure it’s running and then click on the Apply and OK buttons to save the changes made.
  • Restart your computer and check if the problem has been resolved.

Option 6 – Try running 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.
Read More
Fix Windows is still setting up ... Code 56
If your internet suddenly stops working on your Windows 10 computer and you get an error message saying, “Windows is still setting up the class configuration for this device (Code 56)”, then read on as this post will show you what you can do to resolve it. This kind of issue has something to do with the Network Adapter and you can see this error message in the Properties menu of the corresponding Network Adapter under the Device Manager. This kind of issue could be caused by many things. For one, it could be caused by your VPN connection if you are using one or it could also be due to an outdated driver. Whatever the cause may be, here are some suggestions you have to check out to fix the error.

Option 1 – Check your VPN

When you install a virtual machine or VPN software on your computer, a new setup will be added in the Network Connection settings and helps your computer in using that adapter setting each time the VPN is turned on. Assuming that you are using an Ethernet connection but your system is trying to use another adapter or settings, that’s when issues occur and one of them is the “Windows is still setting up the class configuration for this device” error. To fix it, you can try to disable your VPN temporarily and see if the error is resolved or not and if turns out that your VPN is the culprit, you have to uninstall it and install a new one or its latest version. To uninstall it, follow the steps below.
  • Tap the Win + R keys to open the Run dialog box
  • Then type “appwiz.cpl” in the field and hit Enter to open the Programs and Features in Control Panel.
  • From there, look for the VPN service you are using, select it and then click on Uninstall to remove it.
  • After that, restart your computer and try to install the latest version of the program again. It should work now. If not, proceed to the next available option below.

Option 2 – Try to update or rollback or uninstall the Network Adapter drivers

You might also want to update, roll back or disable your Network drivers to fix the “This operation failed as no adapter is in the state permissible for this operation” error.
  • Tap the Win + R keys to launch the Run window and then type in the “devmgmt.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.
  • Then right-click on each one of the Network drivers and depending on your preference, you can either select “Update driver”, “Disable device” or “Uninstall device”.
  • After that, restart your PC and see if it helped in fixing the netio.sys Blue Screen error.

Option 3 – Try to run the Network Adapter troubleshooter

To run the Network Troubleshooter, refer to these steps:
  • Open the Search bar on your computer and type in “troubleshoot” to open the Troubleshoot settings.
  • Next, scroll down and select the “Network Adapter” option from the right pane.
  • Then click on the Run Troubleshooter” button.
  • After that, your computer will check for any possible errors and will pinpoint the root cause of the problem if possible.
  • Restart your computer.

Option 4 – Try to reset the Network

You might perform a Network Reset to resolve the problem if none of the three given options above worked. This will reset the entire network configuration including your IP address. To perform Network Reset, follow these steps:
  • Tap the Win + I keys to open Settings.
  • From there, go to the Network and Internet section.
  • Next, scroll down and look for “Network Reset” under the status pane.
  • After that, click on Network Reset and then on Reset now to start resetting the network configuration. Once done, check if it is able to fix the error or not.
Read More
Fix WIFI not asking for password
Windows has tendencies to remember WIFI passwords so it can reconnect automatically to them. But from time to time we change passwords and Windows does not let us change it since he has network remembered. In this case, we will not be able to connect to the internet. In this helpful guide, we will let you know which steps you will need to take in order to solve this issue and to be able to connect to the internet again.
  1. Restart Modem

    First thing first, restart your modem. Windows might see it as a new network and offer you to type in the password for it.
  2. Update driver

    Sometimes the issue could be due to driver problems, open device manager and update WIFI driver or reinstall it.
  3. Reset WIFI password

    Press ⊞ Windows + R type “Control” > hit Enter. Now click Network and Internet > Network and Sharing Center > Change adapter settings. Right-click on the connected Wifi and select Status. Click Wireless Properties, change the password from the Network security key section, and then click OK to reset your WiFi password.
  4. Forget the network

    Click on Start > Settings > Network & Internet > Wi-Fi. Click the Manage known networks link Select the network you are looking for Select Forget.
  5. Delete your WIFI profile

    Press ⊞ Windows + X to open the secret menu and click on Command prompt (admin) In command prompt windows type: netsh wlan show profile netsh wlan delete profile name=<profile name> Reboot
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