Logo

Setting a Static IP Address in Windows 10

If you are having issues with your network connection and you have it configured to DHCP, then you shouldn’t have any issues in figuring your IP address out. If you want to prevent conflicts between network devices and enable their easy management, then you have to set a static IP address in your Windows 10 computer, worry not for this post will show you how it’s done.

The IP addresses for computers are usually configured to the Dynamic Host Configuration Protocol or DHCP automatically by the respective router. This is really convenient since the devices instantly connect to your network and through this, you can save yourself the trouble of configuring the IP address for each new device manually. However, there’s a shortfall in the process – the computer’s IP address can change every now and then.

Moreover, you might also find it a lot easier to share a printer or configure a Port forwarding when you set a static IP address. There are three ways to do it – you can set it via Control Panel or Windows Settings or using Windows PowerShell. For more details, follow the options provided below.

Option 1 – Set a static IP address via Control Panel

  • Right-click on the network or Wi-Fi icon located in the Taskbar.
  • Then select the “Open Network and Internet settings” option from the given list of options.
  • Next, go to Wi-Fi settings and scroll down until you see the “Related Settings” section. Here, click on the “Change adapter options” link which will open a new window that will direct you to the Network Connections section of the Control Panel.
  • After that, right-click on the network connection you want to set a static IP address for and then select the Properties option.
  • Then select Internet Protocol Version 4 (TCP/IPv4) under the Networking tab and click the Properties button.
  • Now switch the selector to the “Use the following IP address” option and make the entry for the following fields that correspond to your network setup.
    • IP address (Find it using the “ipconfig /all” command)
    • Subnet Mask (On a home network, it is 255.255.255.0)
    • Default Gateway (It is your router’s IP address.)
  • Then check the “Validate settings upon exit” option to help Windows check your new IP address quickly as well as the other relevant information to make sure that it’s working.
  • Once you’re done, click the OK button and close the network adapter’s properties window.

Option 2 – Assign Static IP address using Settings

  • First, click on the gear icon for Settings and select the Network & Internet tab.
  • Next, select Wi-Fi > Current connection where you’ll have to select the network connection your computer is connected to.
  • After that, scroll down until you reach the IP settings section and then click the Edit button.
  • Now click the drop-down arrow when the IP settings window pops up and select the Manual option.
  • Now turn on the IPv4 toggle switch and set the static IP address. You also have to set the Subnet prefix length (subnet mask). For instance, if your subnet mask is “255.255.255.0”, then the subnet prefix length in bits should be 24.
  • Afterward, configure the Default Gateway address and the Preferred DNS address and then save the changes you’ve made.

Option 3 – Assign the static IP address using Windows PowerShell

  • In the Start Search, type “PowerShell” and right-click on Windows PowerShell from the search results to open PowerShell with admin privileges.
  • After that, enter this command to view your computer’s current network configuration: Get-NetIPConfiguration
  • Next, take note of the following information:
    • InterfaceIndex
    • IPv4Address
    • IPv4DefaultGateway
    • DNSServer
  • Once you’re done, execute this command to set a static IP address: New-NetIPAddress -InterfaceIndex 15 -IPAddress 192.168.29.34 -PrefixLength 24 -DefaultGateway 192.168.29.1
  • Afterward, change the default gateway with the default gateway address of your network and make sure that you change the InterfaceIndex number with the one that corresponds to your adapter and IPAddress with the IP address you want to assign to your computer.
  • Now execute this command to assign a DNS server address: Set-DnsClientServerAddress -InterfaceIndex 4 -ServerAddresses 10.1.2.1
  • Finally, save the changes you’ve made and restart your computer.

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 Update and MS Store Error code 0x80070424
As you know, both the Windows Update and Windows Store are inter-dependable services in Windows 10 operating system. So when one of these services encounters an error like the “0x80070424, ERROR_SERVICE_DOES_NOT_EXIST”, the other service will most likely get this error as well. Note that this kind of error can occur to both the Windows Update Standalone Installer and to the Windows Update section in the Windows 10 Settings app. Some users also reported getting this error while trying to update Windows Defender as well. You can see the following error message in the Windows Update Standalone Installer:
“Installer encountered an error: 0x80070424, The specified service does not exist as an installed service.”
While you’ll see the following error message in the Windows Store:
“The 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: (0x80070424).”
To fix this error, you can try to re-register the Background Intelligent Transfer Service DLL file or run the Windows Update and Store apps troubleshooters. You can also reset the Windows Update-related folders or the Microsoft Store or fix the Windows Update files by using the DISM tool. On the other hand, you can also use the Registry Editor or check Windows Services. For more details regarding these potential fixes, refer to each one of the given options below.

Option 1 – Try to re-register the Background Intelligent Transfer Service DLL file

You may have to re-register the Background Intelligent Transfer Service DLL file using the regsvr32.exe before you can successfully install the program and fix ntdll.dll file crash error. The Regsvr32 tool is a command-line utility that can be used to register and un-register OLE controls as DLL and ActiveX (OCX) controls in the Windows operating system. Follow the steps below to use it.
  • Open Command Prompt as admin from the WinX menu.
  • Next, type the following commands in the elevated Command Prompt and hit Enter to execute the command. This will re-register the affected DLL file using the Windows operating system tool, regsvr32.exe.
    • regsvr32 Qmgr.dll /s
    • regsvr32 Qmgrprxy.dll /s
Note: Replace “[DLL file]” with the name of the DLL file that was pointed out in the error.
  • After you execute the given commands, you should see a message saying, “DllRegisterServer in vbscript.dll succeeded” if the Regsvr32 tool was able to run successfully.
  • Now restart your computer and check if the error is now fixed.

Option 2 – Try to run the Windows Store or the Windows Update Troubleshooters

The Windows 10 Store Apps Troubleshooter will help you in fixing the Error code 0x80070424. 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 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.
  • On your right hand side, scroll down to find the Windows Store Apps and then click on Run the troubleshooter option and see if it fixes the problem.
Note: You can also try running the Windows Update troubleshooter to fix the error. You can run it under the Windows Update section of Update & Security.

Option 3 – Delete the files from Software Distribution Folder & Catroot2 folders

The downloaded Windows Updates are placed in a folder called “SoftwareDistribution”. The files downloaded in this folder are automatically deleted once the installation is completed. However, if the files are not clean up or if the installation is still pending, you can delete all the files in this folder after you pause the Windows Update service. For complete instructions, refer to these steps.
  • 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, got to the C:WindowsSoftwareDistribution folder and get rid of all the folders and files there by 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 4 – Try to reset the Microsoft Store cache

Just like browsers, Microsoft Store also caches as you view apps and games so it is most likely that the cache is no longer valid and must be removed. To do so, follow the steps below.
  • Right click on the start button and click on Command Prompt (administrator).
  • Next, type in the command, “wsreset.exe” and tap Enter. Once you do, the command will clear the cache for the Windows Store app.
  • Now restart your PC and afterwards, try opening Microsoft Store again and then see if Error Code 0x80070424 is resolved or not.

Option 5 – Try to check the Windows Update or WU setting in the Registry

  • Tap the Win + R keys to open the Run utility and type “regedit” in the field and tap Enter to open the Registry Editor.
  • Next, go to this registry path: ComputerHKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsWindowsUpdate
  • Here, look for the DWORD named “DisableWindowsUpdateAccess” and double click on it and then set its value data to “0”.
  • Exit the Registry Editor once you’re done and restart your computer.

Option 6 – Try to check the status of some Windows Update Services

  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “services.msc” in the field and hit Enter or click OK to open Services.
  • From the list of Services, look for the following services and make sure that their Startup type is as follows:
    • Windows Update Service – Manual (Triggered)
    • Background Intelligent Transfer Service – Manual
    • Workstation Service – Automatic
  • After that, check if the Service status of the listed services above are set to Running. If they’re not, click on the Start button to start these services and then check if you can now enable the Windows Update service or not.

Option 7 – Run the DISM tool

You can also run the Deployment Imaging and Servicing Management or DISM tool to fix the error code 0x80070424. Using this built-in tool, you have various options such as the “/ScanHealth”, “/CheckHealth”, and “/RestoreHealth”.
  • Open the Command Prompt with admin privileges.
  • Then type in the following commands and make sure to hit Enter right after you type each one of them:
    • Dism /Online /Cleanup-Image /CheckHealth
    • Dism /Online /Cleanup-Image /ScanHealth
    • exe /Online /Cleanup-image /Restorehealth
  • Do not close the window if the process takes a while as it will probably take a few minutes to finish.
  • Once it’s done, reboot your computer and check if it has fixed the error.
Read More
How to Fix Sysdata.xml Error Code on Your PC

Sysdata.xml Error Code - What is it?

To develop a good understanding of the Sysdata.xml error code, it is first important to learn what is sysdata.xml file and its function. Sysdata.xml is a type of XML file. The .XML file extension is an Extensible Markup Language file. XML-based formats have now become the default for many office productivity tools including Microsoft Office and LibreOffice. Furthermore, it has also come into common use for the interchange of data over the internet. Sysdata.xml error code usually pops up when .XML based applications are unable to run and crash while loading. This is a type of BSoD (Blue Screen of Death) error code. Common symptoms include:
  • System freeze
  • The screen turns blue
  • Sudden system shut down

Solution

Restoro box imageError Causes

The Sysdata.xml error code is triggered due to multiple reasons such as:
  • Faulty hardware
  • Malware or viral infection
  • Registry issues
No matter what the reason may be, it is advisable to fix this error code right away without any delays. This is a fatal error and can result in a system crash and loss of data. And recovering valuable lost data is the hardest.

Further Information and Manual Repair

Here are some of the effective and easy do it yourself methods to resolve this error on your system:

Method 1: Fix Faulty Hardware

Hardware issues may arise due to many reasons like manufacturing issues or voltage fluctuations. Electrical storms can cause power surges which may affect the hardware causing it to fail. The best way to resolve this is to download the latest drivers for the problematic devices or alter the device configuration in the BIOS setup program.
  • To reconfigure the BIOS simply restart your PC and before Windows starts, press Del Key to access your BIOS.
  • Now find the factory reset option.
  • Select the option and press the button to load your factory defaults.
  • After that save changes and confirm your selection.
  • Reboot your PC to activate the changes.

Method 2: Scan for Viruses

Sometimes viruses and malware can disguise themselves in the .XML files which can cause them to get corrupted. To resolve the issue, it is advisable to download a powerful antivirus and scan your entire PC for viruses. Remove the detected viruses to resolve the Sysdata.xml error on your system.

Method 3: Repair the Registry

If the registry is not cleaned frequently, it loads with unnecessary and obsolete files like the junk files and cookies. These files clutter and damage the registry and eventually corrupt it and the important files like .XML files stored in it. To resolve the issue it is recommended to download Restoro. It is a user-friendly and powerful PC Fixer embedded with a registry cleaner. It scans your entire PC for registry-related errors and removes them immediately. It cleans the cluttered registry and restores the damaged files thereby repairing the issue right away. Click here to download Restoro.
Read More
How to change network from Public to Private

If you would like your computer to be discoverable on your network and use print and file sharing you will have to change your network profile on your computer from public to private.

computer network

Follow the provided guide step by step to change your network profile setting:

Switch to private profile in Windows 10

Locate the Wi-Fi icon in your system tray and click on it. Click on properties on your WI-FI network to open the network menu. Inside the menu in the Network profile section enable the Private option.

Your changes will be automatically saved.

Switch profile to private in Windows 11

Find the WI-FI icon in the system tray and right-click on it, then choose Network and Internet Settings. Network & Internet page with open, find your network name at the top and select properties.

On the WI-FI page, in the Network Profile Type section choose Private. As in Windows 10, your changes will be automatically charged, and you can start using them immediately.

Another way around

If you want to switch back to a public profile follow provided steps but disable the private option.

Read More
Change date and time inside Windows 11
date and time windows 11Same as Windows 10, Windows 11 also keeps track of date and time using an internet time server. But in a case that you need to change the date or time for any kind of reason here is a guide for that process:
  1. Press ⊞ WINDOWS + I to open settings
  2. Click on Time & Language in Taskbar
  3. Inside Time & Language click on Date & Time
  4. Turn off Set Time Automatically by clicking on the switch next to it
  5. Below find Set the date and time manually and click on Change
  6. Inside, Change Date and Time window use the drop-down menu to set desired date and time
Read More
How to Fix Unable to contact your DHCP Server
If your IP address expires, you will most likely experience interruptions when browsing the web. In such cases, you have to release and renew the IP address by executing the following commands:
  • ipconfig /release
  • ipconfig /renew
So if you are trying to renew the IP address of your Windows 10 computer using the commands given above but you encounter an error message instead that says, “Unable to contact your DHCP Server”, then you’ve come to the right place as this post will guide you in fixing this error. This kind of error indicates that the NIC can’t communicate with the DHCP server which is why it’s not able to release new IP addresses. It could be due to many reasons. To fix this error, you can try to roll back, update or reinstall the Network Adapter drivers. You could also run the built-in Network Adapter troubleshooter, as well as start or restart the DHCP client service.

Option 1 – Try to rollback your Network driver

If you have updated the driver software as of late and you suddenly got this 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 “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.
  • Next, select the driver entries that are labeled appropriately other than anything in the context of the WAN Miniport.
  • Then select each one of them and 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 your Network adapters.
  • Now restart your computer to successfully apply the changes made.

Option 2 – Try to update the Network drivers

If rolling back to the previous version of the Network adapter drivers didn’t help, then you need to update them instead. To do so, here’s what you have to do:
  • 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 them.
  • Then right-click on each one of the Network drivers and update them all.
  • Restart your PC and see if it helped in fixing the BSOD error.
Note: If updating the network drivers didn’t help in fixing the problem, you can also try to uninstall the very same drivers and restart your Windows 10 PC. After that, the system itself will reinstall the drivers you just uninstalled. Alternatively, you can also download and install the drivers from the manufacturer’s website directly.

Option 3 – Run the Network Adapter troubleshooter

Running the built-in Network Adapter troubleshooter can also help in fixing the “Unable to contact your DHCP Server” error. To run the Network Adapter 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 disabling the IPv6 in the Network Center

  • Tap the Win + X key combination and click on Network Connections.
  • This will open the Settings app on a specific page. Now on the right-side panel, click on the Network and Sharing Center link.
  • After that, it will open the Control Panel and from there, click on the network that your computer is connected to and then click on Properties.
  • Next, uncheck the entry that says, “Internet Protocol Version 6 (TCP/IPv6)” in the list that populates.
  • Now click on OK and close all other windows.
  • Restart your computer and see if the error is now fixed.

Option 5 – Start or restart the DHCP client service

If the DHCP client service is either inactive or stopped, you can try to start or restart it to resolve the error. You can do this via the Services Manager.
  • Tap the Win + R keys to open the Run utility.
  • Then type “services.msc” in the field and tap Enter or click OK to open the Services Manager.
  • After that, look for the DHCP client service from the list of services displayed.
  • Once you found it, right-click on it and select the Start or Restart option.
Read More
How to remove Aro 2012 from your Computer.

Aro2012 is a PC Optimizer Software that typically comes bundled with other software. Even though Aro2012 poses no threat itself, the programs that it comes bundled with may pose a problem to your computer.

From the Author: ARO is an advanced repair and optimization utility designed to help improve and maintain computers running the Windows operating system (both 32- and 64-bit). ARO focuses on finding errors that hide out in the Windows registry, identifying PC and web browser clutter that may be hindering PC performance, and ensuring computers have adequate security solutions installed and up to date. With its advanced scanning engine, ARO provides deep scanning capabilities to identify and repair registry errors. ARO also searches for and removes “junk” files that accumulate over time and can put a damper on PC performance.

When installed Aro2012 creates a startup entry that allows it to run each time the computer is started. It also adds a task scheduler that allows it to run at various times.

About Potentially Unwanted Applications

Have you ever found an unwanted program on your computer system and pondered how it got there since you are sure you didn’t purposefully download and never gave authorization to be installed? A PUA / PUP (potentially unwanted application / potentially unwanted program) is a piece of software that comes bundled with freeware/shareware and you agree to install on your computer. These are programs you definitely don’t want on your PC since it doesn’t give any beneficial service. The term PUP was first coined to outline this downloadable crapware as something other than malicious software. The reason is, most PUPs get into a PC not because they slip via the security holes, for instance, but because the users have installed them by themselves – 100 % unintentionally needless to say. PUPs might not be malware but nevertheless, they are dangerous programs for your laptop or computer. At best, these types of unwanted programs provide hardly any benefit, and at worst, they can be quite harmful to your computer.

What do PUPs do on your PC, precisely?

Most Potentially Unwanted Programs comes in the form of adware, which typically aims to exhibit lots of annoying pop-up ads, banners, coupons, and bargains on web pages you explore. PUPS also comes in the form of unwanted toolbars or browser plug-ins. Not only they entirely take up space on your computer screen, but toolbars could also manipulate search engine results, track your surfing activities, decrease your internet browser’s overall performance, and slow down your internet connection to a crawl. They could appear innocent but PUPs tend to be spyware. And in the large majority of the cases, end-users will not be aware that they’re installing an unwanted program. These are software programs that don’t do anything useful to you; in addition to taking up space on your hard disk drive, they will also slow down your computer, often modify settings without your permission, and the list of frustrating features goes on and on.

How can you avoid ‘crapware’

• Read the fine print so that the end-user license agreement (EULA) you’re accepting is only for the program you actually intend to download. • Always choose “Custom” or “Advanced” installation and never blindly click the Next button, which should let you uncheck any “foistware” software programs you do not want. • Have a solid anti-virus program such as Safebytes Anti-malware that can protect your computer from PUPs. As soon as you install this software, protection from malware and PUPs is already turned on. • Avoid installing a freeware application you will not use. Nowadays ‘freeware’ isn’t actually freeware – but “crapware” bundling nonsense. • Don’t download software programs from pop-ups, online advertisements, file sharing websites, as well as other unreliable sources; look out for any preset, unwanted options when downloading the program. Avoid visiting blogs and sites that support pirated programs.

What To Do When You Cannot Install Any Anti-Malware?

Practically all malware is inherently unsafe, but certain kinds of malicious software do a lot more damage to your computer than others. Some malware is designed to interfere with or prevent things that you’d like to do on your computer. It may well not permit you to download anything from the net or it will prevent you from accessing some or all of the websites, especially the antivirus sites. If you’re reading this, odds are you’re stuck with a malware infection that is preventing you to download and install the Safebytes Anti-Malware program on your computer. Although this type of issue will be harder to get around, there are some actions you can take.

Install in Safe Mode

If the malware is set to load at Windows startup, then booting in safe mode should avoid it. Only minimal required applications and services are loaded when you start your computer into Safe Mode. To launch your Windows XP, Vista, or 7 computers in Safe Mode with Networking, follow the instructions below. 1) At power-on/startup, hit the F8 key in 1-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) Once this mode loads, you should have internet access. Now, get the virus removal application you need by using the internet browser. To install the program, follow the guidelines within the setup wizard. 4) Immediately after installation, do a complete scan and let the software get rid of the threats it detects.

Download the antivirus program in a different internet browser

Web-based viruses could be environment-specific, aiming for a particular internet browser or attacking specific versions of the browser. If you seem to have a trojan attached to Internet Explorer, then switch over to a different internet browser with built-in security features, such as Chrome or Firefox, to download your favorite antivirus program – Safebytes.

Install and run anti-malware from a Thumb drive

Another option is to create a portable antivirus program on your USB flash drive. Adopt these measures to use a thumb drive to clean your corrupted system. 1) Make use of another virus-free computer to download Safebytes Anti-Malware. 2) Insert the USB drive on the same computer. 3) Double-click the Setup icon of the antivirus software to run the Installation Wizard. 4) Select the USB flash drive as the destination for saving the software file. Follow the on-screen instructions to finish the installation process. 5) Now, insert the pen drive into the corrupted PC. 6) Run the Safebytes Anti-malware directly from the flash drive by double-clicking the icon. 7) Simply click “Scan Now” to run a scan on the affected computer for viruses.

SafeBytes Anti-Malware: Lightweight Malware Protection for Windows PC

Want to install the very best anti-malware software for your laptop or computer? There are plenty of applications available that come in paid and free versions for Windows systems. Some of them are excellent, some are ok types, and some will ruin your PC themselves! You need to pick out a product that has obtained a good reputation and detects not only viruses but other kinds of malware also. On the list of strongly recommended applications by industry experts is SafeBytes Anti-Malware, the most dependable program for Microsoft Windows. SafeBytes can be described as a powerful, real-time antivirus application that is designed to assist the typical computer user in protecting their computer from malicious threats. Using its outstanding protection system, this software will quickly detect and get rid of most of the security threats, including adware, viruses, browser hijackers, ransomware, trojans, worms, and PUPs. SafeBytes has got a plethora of wonderful features that can help you protect your computer from malware attacks and damage. A few of them are given as below: Active Protection: SafeBytes provides round-the-clock protection for your personal computer limiting malware attacks instantly. It’ll continuously monitor your laptop or computer for hacker activity and also gives users superior firewall protection. Most Reliable AntiMalware Protection: With a critically acclaimed malware engine, SafeBytes gives multilayered protection which is designed to catch and remove viruses and malware which are concealed deep in your computer. Extremely Speed Scanning: SafeBytes’s very fast malware scanning engine lessens scanning times and extends battery life. At the same time, it will effectively detect and remove infected computer files or any internet threat. Website Filtering: Through its unique safety ranking, SafeBytes notifies you whether a website is safe or not to access it. This will ensure that you’re always certain of your online safety when browsing the web. Minimal CPU and RAM Usage: This software is lightweight and will run quietly in the background, and will not affect your computer efficiency. Premium Support: Support service is readily available for 24 x 7 x 365 days through email and chats to answer your queries.

Technical Details and Manual Removal (Advanced Users)

To eliminate Aro 2012 manually, go to the Add or Remove programs list in the Control Panel and choose the program you want to get rid of. For web browser plug-ins, go to your web browser’s Addon/Extension manager and select the add-on you intend to disable or remove. It is also advised to reset your web browser to its default state to fix corrupt settings. To ensure complete removal, find the following registry entries on your computer and remove them or reset the values accordingly. Please keep in mind that only professional users should try to manually edit the registry because removing any single critical system file results in a serious issue or perhaps a PC crash. Additionally, some malicious programs have the capability to defend against its deletion. Completing this task in Safe Mode is advised.
Files: Search & Delete ARO2013_tbt.exe CleanSchedule.exe soref.dll AROSS.dll CheckForV4.dll aro.exe Registry: Search and delete: CURRENT_USER / AROReminder
Read More
How to change system font in Windows 11

Windows 11 is a good-looking operating system but people love to make things personal and to their liking so we decided to help you in this mission with small customization of changing default system fonts inside Windows 11.

Since there is no really easy way to just switch the font windows is using for itself we will have to tweak a registry a little so before we start please do make a backup of the registry file and follow the steps as they are presented in order to avoid any errors and break the system.

windows 11 transparency off

So, if all precautions are made and you are ready to change your Windows appearance let's dive right into it:

Find and/or install the font that you wish to use

There are vast free font sites on the internet where you can find fonts that you like and wish to use but be very careful with your desired font selection. The font that you choose needs to be a complete typeface, meaning that it has to contain all glyphs, large and small font sizes, all special characters, etc or you will experience that in certain areas nothing will be displayed.

Once you have found the font that you like and made sure it is a complete font, install it on your system (you can skip this step if you just want to change the system font with one already installed on your system)

Create REG file

Open notepad or a similar plain text editor in order to create a file that will apply changes directly into the registry and create a new file. Inside the file paste this text:

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"

All the way to the bottom where it says: "Segoe UI"="NEW-FONT", change NEW-FONT with the font name that you have chosen or installed in the previous step. For example: "Segoe UI"="Ubuntu".

Now go to File > Save As and name your file however you want but give it REG extension so it looks like: my_new_windows_font.REG

Apply changes

Now that you have your registry entry saved, locate it and double-click on it, at this stage Windows warning will probably pop up, you can just ignore it and click on YES since you wrote the file and know what it is. After registry entry is applied reboot your PC in order for changes to take effect.

Rolling back

If you want to change the font to another one, just repeat this procedure again. If you want to roll back to using the default Windows font, repeat the process but with this code instead of the one provided in the REG file:

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"=-
Read More
How To Fix Error 0x00000050

0x00000050 - What is it?

0x00000050 is a type of stop error code. It is also known as a Blue Screen of Death error. It usually occurs when you try to start your PC or load a program. It can also occur while running a program. This error may also pop up when you restart your PC after installing Windows XP Service Pack (SP1) on your computer. Unlike some PC related errors, 0x00000050 error code occurs without any warning. The stop 0x00000050 error is displayed in a blue screen and interrupts you from carrying your desired activities on your PC smoothly. This error message is prompted in the following format:

Stop 0X00000050 (parameter1, 0, parameter3, parameter4) PAGE_FAULT_IN_NONPAGED_AREA”

Solution

Restoro box imageError Causes

Stop 0x00000050 error code may pop up on your Windows computer screen due to multiple causes. The most common causes for this error code include:
  • Poor PC maintenance
  • Registry issues- Bad registry keys, invalid entries, corrupt and damaged registry
  • Incompatible DLL files
  • Corruption of system files- Pool corruption in the Srvnet.sys file
  • Spyware and viruses
  • Overheating of PC components
  • The conflict between Windows XP SP1 and the display adapter drivers that are currently installed on your PC.
It is advisable to resolve 0x00000050 error code on your PC right away. BSOD errors are fatal errors and can pose serious threats to your PC. If not fixed timely it can lead to system crash, failure and valuable data loss.

Further Information and Manual Repair

To prevent data loss and system failure, there are some effective methods to resolve Stop 0x00000050 error code on your PC.  To implement these solutions on your PC, you don’t need to be a technical whiz or a computer programmer.

Method One

If the error cause is the conflict between Windows XP SP1 and the display adapter drivers then here’s what you need to do to resolve it:
  1. First start Windows in safe mode. To do this, restart your computer and press F8. On the Windows Advanced Options Menu, use the arrow keys to select Safe Mode.
  2. Once you select it press enter. Now use the arrow keys to select the operating system, press enter to start your computer in safe mode.
  3. Go to Start, click Run and then type ’msinfo32’ in the open box and press OK to continue. Then under the System Summary option, expand Components and then click Display to note the information that corresponds to the INF File Item. And then simply quit the utility.
  4. After that, go to the start menu again and then the My Computer and Properties option.
  5. Press the Hardware Tab and then click the Device Manager tab. Go to the ‘Display Adapters’ option and press the option ‘Uninstall. To confirm action press OK.
  6. Once again, go to the start menu and run and then type the following commands as illustrated below and after each command press enter.
  • ren %systemroot%infINF file name from Step 5.inf *inf.old
  • ren %systemroot%infINF file name from Step 5.pnf *pnf.old
This procedure may look pretty lengthy but it is worth it. Once you insert the commands, close all open windows and then reboot your system. Now download the latest drivers for your display adapter and install them. This will hopefully resolve the 0x00000050 error code on your system.

Method Two

Sometimes 0x00000050 BSOD error may occur due to temporary issues like overheating PC components. In times like these, all you need to do to fix the issue is to switch off your computer and allow the components to cool down. Try starting your PC after a few hours.

Method Three

If the issue is triggered by malware, then it is advisable to download a powerful antivirus. Scan your entire PC to detect and remove viruses affecting your PC and generating BSOD errors on your system.

Method Four

However, if the error still persists after trying all the methods stated above, then this means the cause of the error is deep-rooted. It is related to the Windows registry. Registry stores all your system files and activities performed on your PC. It usually gets damaged and corrupt if it is not cleaned frequently. The registry loads with unnecessary and obsolete files like junk files, cookies, internet history, bad registry keys and invalid entries. These files if not removed, accumulate and damage the registry, DLL files, and system files too thereby generate BSoD errors like 0x00000050 error messages. You can clean and repair the registry manually but it requires a great deal of expertise. The ideal and easiest way to clean it is to download Restoro. This is highly functional and easy-to-use software. It is embedded with multiple powerful utilities including such as a registry cleaner, an antivirus and a system optimizer. The registry cleaning feature scans for all errors related to the registry. It removes obsolete files, invalid entries, restores damaged DLL and system files. The antivirus feature simultaneously detects and removes all kinds of malware. These include viruses, Trojans, spyware, and adware affecting your PC. While the system optimizer feature ensures that your PC functions at its optimum speed. It is a safe and powerful PC Fixer. It has a user-friendly interface and compatible with all Windows versions. Click here to download Restoro and Fix Error 0x00000050
Read More
Clipboard history in Windows 10
Copy & Paste is an essential part of Operating and working on a computer. We copy and paste a lot of different stuff through our workday, moving stuff from application to application. In an earlier article today we have explored troubleshooting and how to repair copy-paste stopped responses, this time we are going to focus on a little feature of Windows 10 called Clipboard history. Clipboard history is a built-in feature in Windows 10 which lets you store multiple copies of different types and then selectively pasting them into another application. Let's say you have multiple copies of different text from different websites and you then paste everything or just some into a Word processor. If this feature sounds interesting to you then let's turn it on. Press the start button and then on settings. Windows 10 Start menu with marked settings iconIn settings window click on System Windows settings with System section selectedin system dialog click on the clipboard and on the right screen turn ON CLipboard history. Windows settings for Clipboard
Read More
A Quick Guide to Fixing Error 2

Error 2 - What is it?

Error 2 is a typical Battle.net error code. Battle.net is a desktop app that allows you to access all Blizzard games. It enables Blizzard gamers around the world to play multiplayer matches together, online. Error 2 occurs when you are unable to connect to the login server. This error code is displayed in the following format:
Battle.net Error #2: Unable to connect. Please try again later. If the problem persists, please contact technical support.

Solution

Restoro box imageError Causes

Error 2 may be triggered due to several reasons. These include:
  • Program conflict
  • Security software conflict
  • Bad DNS cache entry
  • Issues with network devices
  • Viruses and malware
  • Registry corruption
Error 2 is not a fatal error like the blue screen of death error codes. However, this error may hamper your ability to play Blizzard multi-player games. To overcome this problem it is advisable to fix error 2 immediately.

Further Information and Manual Repair

To resolve this error you don’t need to spend hundreds of dollars to hire a professional and get it fixed. Here are some of the easy do-it-yourself methods to resolve this error on your PC. These methods require no technical expertise or knowledge. Let’s get started:

Method 1

Error 2 may sometimes pop up on the screen due to program conflict. This happens when you have Blizzard games and other programs running on your PC at the same time. In such a situation, it is advisable to close background applications to resolve conflicts between Blizzard games and other programs running in the background.

Method 2

Sometimes antivirus programs and firewalls can also hinder and interfere with the game’s connection to our servers. In this event, the best way to fix the error is to temporarily uninstall your security software.

Method 3

If error 2 is triggered by the issues with network devices then simply power cycle network devices to re-stabilize the connection. Power cycling router and modem allow you to reset and reestablish a connection to your ISP. To do this, shut down the computer then power down/unplug the router and the modem. Allow the modem to sit for 60 seconds, unplugged. Then turn it on and allow it to boot up till the front panel connection lights show a steady connection. Now turn on the router and do the same as you did with the modem. After that start the computer and allow it to completely boot up. Now try logging on to the Blizzard gaming server. This will hopefully resolve the issue.

Method 4

Viruses and malware infections can also trigger error 2. In such a situation install an antivirus and remove all malicious programs infecting your PC.

Method 5

If the cause of the error is related to registry corruption, then it is advisable to download Restoro. This is a user-friendly PC Fixer with a registry cleaner. The registry cleaner removes all unnecessary and obsolete files corrupting the registry, cleans and repairs the corrupted registry in a few minutes. Click here to download Restoro on your PC to resolve error 2. For further information you may be interested in these similar issues:
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