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 Element Not Found for Bootrec /Fixboot
One of the most useful utilities for advanced users in Windows is the Windows command line or Command Prompt. It is efficient in fixing system files, checking the disk for errors as well as other intensive tasks that are made convenient using this. One of the tasks you can carry out using Command Prompt is repairing the Windows bootup process if it encounters any issues. However, if you tried running the “bootrec/fixboot” command and you receive an error message saying, “Element not found”, read on as this post will guide you in fixing this error. This kind of error in the command line could be due to a damaged BCD or MBE, inactive system partition, or it could also be that there is no drive letter being assigned to the EFI partition. Whichever the case is, here are some possible fixes that should help you resolve the problem.

Option 1 – Try to repair BCD

As mentioned the error could be caused by a damaged BCD and so to fix the problem, you need to repair BCD by following these steps:
  • First, make sure that you have a bootable Windows 10 USB drive with you and use it to boot your computer.
  • Once you’re on the Welcome Screen, click on Next.
  • After that, click on Repair your computer located at the bottom-left portion of the window.
  • Then select Troubleshoot > Advanced Options > Command Prompt.
  • After you open the Command Prompt window, execute the following command:
bootrec /fixboot
  • Afterward, enter the next command below to rename the BCD file:
ren BCD BCD.bak
  • Next, type the following command and make sure to replace “b:” with the letter of your bootable drive attached to your computer.
bcdboot c:Windows /l en-us /s b: /f ALL
  • Now, wait until the process is completed and restart your computer to successfully apply the changes made.

Option 2 – Try assigning the drive letter to the EFI partition

  • Tap the Win + X keys or right-click on the Start button and click on Command Prompt (Admin) to open Command Prompt with admin privileges.
  • Then type the following command to start the Diskpart utility:
diskpart
  • After that, if you receive a UAC prompt, just click on Yes to proceed.
  • Next, type the following command to list all the volumes created on your PC including both types of partitions that are visible to a normal user in the File Explorer as well as the ones created by Windows 10 by default which helps it in storing the boot files and other important system files:
list volume
  • Now type the following command to select the desired volume:
select volume number
  • Then type the following command to assign a letter to the selected volume:
assign letter=<LETTER>
Note: Make sure to replace “<LETTER>” with the letter you want to allocate to that partition. Afterward, it will assign a letter to the selected volume.
  • Reboot your PC to apply the changes made.

Option 3 – Try setting the System Partition to Active

Like the first given option, you also have to make sure that you have a bootable Windows 10 USB drive before you proceed to set the System Partition to Active. Once you have it covered, refer to these steps:
  • Boot your computer using the bootable Windows 10 USB drive.
  • Next, click Next when you get to the Welcome Screen.
  • Then click on Repair your computer located at the bottom left part of the window and select Troubleshoot > Advanced Options > Command Prompt.
  • After opening Command Prompt, type the following command and hit Enter to start the Diskpart utility. It is a command line-based utility just like Command Prompt but has a UAC prompt once you provoke it. So if you encounter a UAC prompt, just click on Yes to proceed.
diskpart
  • Now type the following command:
list disk
  • From there, select your primary disk by typing the following command:
select disk number
  • After that, list all the partitions on the selected disk by entering the following command:
list partition
  • The command you just entered will list all the partitions created on your PC including both types of partitions that are visible to a normal user in the File Explorer as well as the ones created by Windows 10 by default which helps it in storing the boot files and other important system files.
  • Now type the following command to select the partition that is usually around 100 MB in size:
select partition number
  • Finally, type the following command to mark the partition active:
active
  • Then type the “exit” command to exit the disk part utility.
Read More
A Quick Guide to Fixing Error 577

Error 577 - What is it?

This is a typical system error code. It stops your ability to run or load programs on your PC. The error message is displayed in the following format:
‘Windows cannot verify the digital signature for this file.
A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source.’

Solution

Restoro box imageError Causes

Error 577 may be triggered due to several reasons. However, the most common causes of this error include:
  • Device Driver Conflicts
  • Hardware Malfunction
  • Viral Infection
  • Windows Registry Corruption or Damage
  • Software File Corruption or Damage
Error 577 can prove to be fatal if the underlying causes are related to viral infection or registry corruption.

Further Information and Manual Repair

To resolve error 577 on your PC, you don’t have to hire a professional and spend hundreds of dollars on repair. The process for fixing this error is simple and easy. Here are some of the best and efficient methods to repair error 577 - no technical expertise is required.

Method 1 - Check and Update Device Drivers

If the problem is triggered by the outdated or corrupted driver for the device reporting the error then it is advisable to update the driver. To do this, first, uninstall the corrupted driver and then reinstall the latest version. For this simply click the start menu, go to the control panel and then click Performance and Maintenance, and then System. In the new window, you will then see a tab called Hardware and the Device Manager. Double click on the device whose driver you need to uninstall. Click on the properties window with a tab marked driver. Then click on the driver you want to uninstall. To activate changes reboot your PC. Now reinstall the latest and updated version of the driver uninstalled using the Plug and Play feature.

Method 2 - Scan For Viruses

System error codes like 577 can also pop up if your PC is infected by viruses. Viruses enter through phishing emails and downloadable files from unreliable websites. If the reason for error 577 is a viral infection, then simply install a powerful antivirus, run it to scan your entire PC. Remove all the viruses and malicious programs immediately to resolve. If the issue still persists, then try method 3.

Method 3 - Repair the Registry

Sometimes registry corruption can be the underlying cause for error 577. The registry is the part that saves all activities performed on the system. It stores both important and unnecessary files like junk files, cookies, and bad registry entries. If these files are not removed from the registry frequently, they accumulate and corrupt the registry which then generates system error codes. To resolve and repair the registry in seconds, simply download Restoro. This is a user-friendly PC Repair Tool embedded with a registry cleaner. It wipes away all unnecessary files corrupting the registry and repairs it. Click here to download Restoro.
Read More
A Guide to Resolving Error Code 32

Error Code 32 - What is it?

Code 32, a Device Manager error, pops up when a device driver and other required services related to the driver are disabled.

The error code 32 is usually displayed in the following format:

“A driver (service) for this device has been disabled. An alternate driver may be providing this functionality. Code 32”

When a driver experiences a problem, it is reported to the Device Manager. Though error Code 32 does not cause detrimental damage to your system, it can cause the loss of functionality of the hardware device whose driver is disabled.

Solution

driverfix boxError Causes

Error 32 may be generated due to several reasons. However, the most common causes include:
  • The device driver is outdated
  • The device is not configured as the default
  • Some other device is providing default functionality
  • The device driver is disabled in the registry
  • Corruption of registry values in the CD ROM Drive Class registry key

Further Information and Manual Repair

If you come across error code 32 on your PC, then repair it immediately to ensure optimum PC performance. To resolve this error code, try the methods listed below. If you are not a computer programmer, don’t worry!

The listed solutions are easy to perform, require no technical background or expertise and more importantly, these solutions are very effective.

Simply follow the instructions to repair error code 32 on your system in just a few minutes.

Method 1 - Reboot Your PC

Sometimes Device Manager error codes may appear due to temporary issues, which may be resolved simply by rebooting your system. If you are lucky, this might actually work.

By restarting your PC, you might be able to get rid of error code 32. However, if the error still persists, then try other methods given below.

Method 2 - Uninstall and Reinstall the Driver

To resolve error code 32, uninstall and then reinstall the driver. To uninstall the driver, simply follow these steps:

  1. Go to the start menu
  2. Type Device Manager in the search bar and then press enter
  3. Now in the Device Manager, find and then double-click the category of device that you wish to uninstall, for example, click on the Display Adapter to uninstall the graphics card.
  4. Once you have located the device and the driver you wish to uninstall, simply right click on it and then click ‘uninstall’
  5. Windows will prompt you to confirm device removal changes.
  6. Click OK to confirm and proceed.
  7. After that, simply restart your system to activate changes
  8. To reinstall, go to the control panel and choose Add/Remove Hardware and add a new device.  Follow all prompts to reinstall the device.

Method 3 - Delete Both the Upper Filters and Lower Filters Registry Values

As discussed above, sometimes error code 32 may be triggered due to corruption of registry values.

If this is the underlying cause, then delete both the upper filters and lower filters registry values from the registry. This will take about 5 to 7 minutes. Here’s what you have to do:

  1. Go to the start menu
  2. Type Regedit in the search box and then press enter
  3. Now locate the HKEY_LOCAL_MACHINE folder under  ‘My Computer’
  4. Click the |> or (+) icon next to the folder name to expand
  5. Here you will see a long list of subkeys
  6. Locate the correct class GUID for the problematic device
  7. Now click the registry subkey that corresponds to the device class GUID
  8. Locate the Upper Filters and Lower Filter values and delete
  9. Close the registry editor
  10. Restart your PC to activate changes

This will hopefully resolve error code 32 on your system if the error was generated due to registry value corruption. However, if the error continues to appear, then resort to method 4.

Method 4 - Update the Problematic Driver

Locate the problematic drivers and update them with the latest versions. This procedure is effective but time-consuming if performed manually.

It takes several minutes to identify problematic drivers and find the latest and compatible versions for each driver on the manufacturers’ website. And besides, you will have to perform updates continuously to ensure the error doesn’t occur again.

Method 5 - Download DriverFIX to Update Drivers Automatically

To avoid the hassle, download DriverFIX.

This is a cutting-edge and user-friendly software program embedded with intelligent system programming and intuitive technology that identifies problematic drivers and updates them with the latest and compatible driver versions in seconds, automatically and on a regular basis.

By installing it on your PC, you can update all the drivers and repair code 32 in no time.

Click here to download DriverFIX to resolve Device Manager error code 32 today!

Read More
Fix Error Code 30088-26 in Windows 10
Error Code 30088-26 is shown when the user tries to install the MS Office suite to their PC. It is mostly due to several reasons including corrupted Office installation, the remnant of old office installation, or even Windows updates. We will cover all reasons along with provided solutions to each one. Follow the guide below to address each scenario with the fix for it.

Corrupted Office installation

In order to fix this issue, you will need to repair the installation itself.
  • Press ⊞ WINDOWS + R to open the run dialog keyboard with windows and r marked
  • Inside run dialog type in Control Panel run dialog with control panel typed in
  • In the control panel double click on Programs and features control panel programs and features selected
  • In the list of installed application find MS Office and click on it to select it
  • On top, just above the application list click on the change uninstall office screen
  • Office dialog will be opened with multiple choices
  • Click and select Online repair and then click on Repair
  • Make sure that you have a stable internet connection and leave the process to be finished

Remnants of old office installation

Manually cleaning remnants of old office installation is not an easy task and it can be different from system to system depending on the previous Office version. Luckily Microsoft has a dedicated office cleaning tool made for purpose of removing old tails and remnants of old office installations.
  • Download tool heremicrosoft troubleshooter
  • After the tool has been successfully downloaded, double-click on the .diagcab file to open it
  • Click on Advanced and make sure that the box associated with Apply repair automatically is checked.
  • Click the Next button to proceed
  • Wait until the initial detection phase is complete, then click on Installing at the first prompt
  • Select the program that you’re encountering issues with (most likely Microsoft Office) and click Next once again
  • At the next screen, click on Yes, try to uninstall
  • Wait until the operation is complete, then restart your computer and re-install the Microsoft Office suite

Windows Updates

After digging and trying out various solutions for this issue we came to the conclusion that this error can occur if Windows is not fully updated, and by fully updated we mean fully, not just critical updates, but all available ones. Check-in your setting to see if there are some uninstalled or pending updates waiting to be installed and if that is the case install them all. After completely updating your Operating system error should vanish and you should be able to install Microsoft office without issues.
Read More
Easily repair Server is not accessible
There are a lot of users who use their Windows 10 PCs to create and access data on their servers using their network. However, some of them reported getting an error saying that the server is not accessible. Here’s the full content of the error message:
“\server is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions. Logon Failure: The target account name is incorrect.”
If you are among the users who experience the same issue, read on as this post will help you resolve this error when accessing your server. But before you start troubleshooting the problem, you might want to perform System Restore, especially if tend to create one. To use System Restore, here’s what you have to do:
  • Tap the Win + R keys to open the Run dialog box.
  • After that, type in “sysdm.cpl” in the field and tap Enter.
  • Next, go to the System Protection tab then click the System Restore button. This will open a new window where you have to select your preferred System Restore point.
  • After that, follow the on-screen instructions to finish the process and then restart your computer and check if the problem is fixed or not.
If System Restore didn’t help in fixing the ACPI.sys Blue Screen error now’s the time for you to make use of the potential fixes laid out below.

Option 1 – Try rebooting your router

The first thing you can try to do to fix the error is to simply restart your router. All you need to do is reboot the router from its Admin panel or you can also turn it off manually and turn it back on after a couple of seconds so that it can completely reboot. Once you’re done, try accessing your server again and see if the error is now fixed.

Option 2 – Try checking the status of the Workstation Service

You might want to check the status of the Workstation Service as the error might have something to do with it.
  • Tap the Win + R keys on your keyboard to launch the Run utility.
  • Then type “services.msc” in the field and click OK or hit Enter to open the Windows Services Manager.
  • After opening the Services Manager, you will see a list of all the services on your computer and from there, locate the Workstation Service.
  • Double click on the Workstation Service to open its Properties.
  • Next, Stop the Service and Start it again or you can also right-click on it and select Restart and then make sure that its Startup type is set to Automatic.
  • Now restart your computer and check if the error is fixed.

Option 3 – Try to change the File Sharing Connections setting

You can also try to change the File Sharing connections setting. All you have to do is go to Control Panel > Network and sharing center > Advanced sharing settings > File sharing connections. From there, you need to select “Enable file sharing for devices that use 40 or 56-bit encryption and check if it helps in fixing the problem. If not, undo the changes you’ve made and proceed to the next given option.

Option 4 – Try checking the Network Configuration

Checking the Network Configuration can also help you fix the error. Refer to the steps below to do so:
  • Right-click on the Wi-Fi connection or on the Ethernet connection icon located in the system tray.
  • Then select open Network and Internet Settings and then click on the “Change Adapter Options”.
  • After that, a new window will appear and from there, select the network connection that connects your computer to your network – this can either be a Wi-Fi connection or Ethernet connection.
  • Right-click on that connection and select Properties where you will see a list of items.
  • Select the Internet Protocol Version 4 or Internet Protocol Version 6 from those items according to your system requirement.
  • Then click on the Properties button.
  • Check if everything is now configured as to how it is supposed to be and then check if the error is resolved.

Option 5 – Try to reset Winsock, TCP/IP & Flush DNS

You might also want to try resetting Winsock, TCP/IP, and flushing DNS might help you resolve errors. To do so, follow these steps:
  • Right-click on the Start button and click on Command Prompt (administrator) so you can pull up an elevated Command Prompt.
  • After that, execute each one of the commands listed below. And after you typed in one after the other, you have to hit Enter.
  1. netsh winsock reset – type in this command to reset Winsock
  2. netsh int ip reset resettcpip.txt – type in this command to reset TCP/IP
  3. ipconfig /flushdns – type in this command to flush the DNS cache
  • Next, restart your PC and check if the problem’s fixed.

Option 6 – Run the Network Adapter Troubleshooter

  • 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.
Read More
Fix error code 0x80190001 in Windows
If you are trying to install a Feature Update in Windows 10 but you got the error code 0x80190001, then it means that there is something wrong with the installation files. The installation files are either corrupted or some of them failed to be downloaded. On the other hand, the issue might also have something to do with a driver issue. When you encounter error 0x80190001, you will see the either of following error message on your screen:
“Something went wrong Couldn’t download Windows 10, please check your network settings and try again. You can contact Microsoft support for help with this error. Here’s the error code 0x80190001”. Or: “An unexpected error was encountered while attempting to download files required for the upgrade”.
Here are some fixes that could help you resolve the error 0x80190001. Follow them carefully.

Option 1 – Run the Network Troubleshooter

As mentioned in the error message the issue might have something to do with the network settings of your computer so you can try to run the Network Troubleshooter and then try updating or installing Windows 10 again.

Option 2 – Update Network drivers

  • Tap the Win + R keys to launch Run.
  • Type in msc into the box and tap Enter or click OK to open the Device Manager.
  • After that, look for Network Adapters from the list of device drivers displayed. Once you find it, expand it to see the Network drivers.
  • Right-click on it and select the option “Uninstall device” – do the same thing for the other Network drivers.
  • Restart your PC so Windows can detect and reinstall the drivers you just uninstalled.

Option 3 – Use Storage Sense to clean up temporary and junk files

  • Open Setting > System > Storage from the WinX Menu.
  • From there, you will see a list of all the local and connected storage devices along with the details on the free space.
  • Now make sure that the Storage Sense feature is turned On then go find a link that says “Free Up Space” and click it to open.
  • After that, a screen which is the built-in program in Windows 10 will appear and will scan your computer for the following junk files so you can free up disk space:
  • Windows Upgrade Log Files
  • The system created Windows Error Reporting Files
  • Thumbnails
  • Temporary Internet Files
  • Previous Windows Installation Files
  • Delivery Optimisation Files
  • DirectX Shader Cache
Note: Once you’re done freeing up space on your drive, try to run the setup file again.

Option 4 – Delete the contents in the SoftwareDistribution folder

The Software Distribution folder in the Windows operating system is a folder that can be found in the Windows directory and is used to store files temporarily which might be required to install the Windows Update on your PC. Thus, it is required by the Windows Update and maintained by WUAgent. A lot of users tried deleting the files in this folder to fix the problem and so far it has worked. Like them, you can try clearing the Windows Update cache by simply deleting the contents of the folder named “SoftwareDistribution” since Windows apparently can’t clear and re-download the update contents once they are corrupted. Thus, deleting the contents of this folder will make Windows download the contents again which will fix the problem. To do that, follow the steps below.
  • 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 stop bits
  • After entering these commands, it will stop the Windows Update Service and the Background Intelligent Transfer Service.
  • Next, go to the C:/Windows/SoftwareDistribution folder and get rid of all the folders and files thereby tapping the Ctrl + A keys to select them all and then click on Delete. Note that if the files are in use, you won’t be able to delete them.
  • Once all the contents in the Software Distribution folder are deleted, restart your PC and then go back to Command Prompt and input the following commands again.
net start wuauserv net start bits
 Since the folder has already been flushed, it will be populated afresh the instant your restart your computer and open Windows Update.

Option 5 – Run the Windows Update Troubleshooter

You might also want to run the Windows Update Troubleshooter as it is also known to help users resolve Windows Update errors like error 0x80190001.

Option 6 – Try to disable your antivirus program

Disabling the antivirus program or any security software installed in your computer is always a good idea you can try when the Windows Update process does not go smoothly. So before you try updating your computer again, make sure to disable the antivirus or security program and once the Windows Update is done, don’t forget to enable the antivirus program back again.

Option 7 – Try to use the Media Creation tool

The Media Creation tool in Windows allows you to use the ISO installation file to make a bootable device that you can use to install Windows on your PC. Note that this is kind of different from the usual installation process as it could erase your computer’s current settings and data on the primary drive. Thus, before you proceed, you need to backup all your data into some removable drive and then use the Media Creation Tool to make a bootable drive.
  • After making the bootable drive, you need to plug it into your computer and then reboot.
  • Next, tap the F10 or Esc key to open the boot options.
  • Now set the boot priority of the removable drive the highest. Once the setup comes forth, follow the next onscreen instructions and install Windows without any problems.
Read More
A Quick Guide to Fixing Error C00D1199

What is Error C00D1199?

This is a typical Windows Media Player error code. Developed by Microsoft, Window Media Player is a media player and media library application that is used for playing audios and videos on the computer. Error C00D1199 appears when Windows Media Player is unable to play the file requested by you. The error code is displayed in the following format:
C00D1199: Cannot play the file

Solution

Restoro box imageError Causes

You might encounter an error C00D1199 message on your PC for one of the following reasons:
  • The file type you requested is not supported by the Windows Media Player
  • The file type was not compressed by using a codec that is not supported by the Player
  • Your sound card or controller is not configured properly or outdated
  • Registry corruption
The good news is that error C00D1199 is not fatal. But if this error code is generated due to registry problems, then it can lead to serious issues. Therefore it is advisable to fix it immediately.

Further Information and Manual Repair

Here are some of the best and easy do-it-yourself methods to resolve the error C00D1199 right away.

Method 1 - Ensure File Type is Supported by Windows Media Player.

If it is supported then make sure the codec used to compress the file is installed on your system. There are hundreds of audio and video Codecs in use today but the most popular Codecs used on Windows Media Player are Windows Media Audio, Windows Media Video, and MP3. If these Codecs are not installed on your PC, then it is advisable to download them from the web. But make sure you download these codecs from a reliable and a trusted website.

Method 2 - Check Sound Card Settings

Another method to resolve error C00D1199 is to check Sound card settings. Make sure it is configured properly. Improper configuration can also trigger the error. Nonetheless, if it is configured the right way but the error still persists then it is advisable to change update the driver. To do this, go to the Device Manager. Here use the Driver update wizard to make updates.

Method 3 - Check the Windows Registry

The registry is an important part of the PC. It stores all the activities performed on the PC and all files including both junk and important files. If unnecessary files like junk files, cookies, and bad registry entries are not removed frequently from the registry, it can corrupt and damage it and generate error codes like C00D1199. To clean the registry and resolve the error it is advisable to download Restoro. This is a user-friendly PC Fixer embedded with a registry cleaner. The registry cleaner wipes away all the clutter from the registry and cleans it instantly. It also repairs the damaged files and restores the registry. Click here to download Restoro and resolve error C00D1199 on your PC.
Read More
How to deal with Windows random freezes
Random freezing in a Windows in the middle of work can be a very frustrating experience and can even cost us the loss of work. From time delays to sometimes complete crashes this behavior is something that every PC user wants to avoid or at least have very little of. In this article, we will cover solutions on what to do and how to fix the random freezing of computers.
  1. Run a virus scan on your computer.

    Viruses and other malware can cause freezes and other issues in your computer, run a complete system scan for any kind of viruses and malware and if needed remove them.
  2. Uninstall applications that you are not using

    Besides taking your hard drive space some applications can have and require to have some services always running on your computer which can cause some issues, if an application is not needed and it is not used, removing it might solve freezing issues.
  3. Increase RAM memory

    Sometimes the problem with freezing is not a software issue, having less RAM memory than the application requires can cause the application not to work properly and it can cause freezing of the entire system since precious RAM can not be allocated to the required application.
  4. Run system checker

    Corrupted Windows system files can cause freezing of the entire system, to fix this, start the command prompt in administrator mode and type sfc /scannow
  5. Keep running applications to a minimum

    Having too many applications running in the background can drain system resources and can cause system freezes because of lack of memory. Close applications that are running in the background and keep them minimal.
  6. Delete files and folders which you are not using

    Having many files and/or folders on the hard drive can cause a lot of system resources to be wasted, from indexing size to less free space for caching. If you have files that you no longer need, removing them will free up space and can increase performance and introduce the stability.
  7. Run memory check

    Memory issues could lead to system freezing. When an application needs to write or read to a corrupted memory cluster, freezing will occur since it can not. To check memory bring up run dialog and type in ti mdsched.exe, click on restart now and let the memory test finish.
  8. Update all drivers

    Hardware issues can cause freezing of applications and having the latest drivers can make a world of difference. Make sure that you have all device drivers to the latest versions.
  9. Optimize Disk drives and check for errors

    Windows 10 has built-in tools to check hard drives for errors and to optimize them, use them in order to see if this issue is causing freezes.
  10. Clean your registry

    A Clean registry is a happy registry and Windows is appreciating it. Make sure that you do not have any keys which you do not need in the registry and that long-forgotten application trails are deleted for good.
  11. Upgrade SSD firmware

    Like updating drivers, updating firmware is also important, and having the latest firmware for your SSD can help a lot, newer firmware can eliminate freezing if the issue was in Windows not using SSD properly.
  12. Update BIOS

    Like updating SSD firmware can help so it can update Firmware on your BIOS. Make sure that you have the latest firmware version and freezing can go away if that was the issue.
Read More
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.
Read More
Setup Voice control in Windows11

Computer voice control has moved a long way from its beginning routes and in today's age controlling your PC with voice is truly a reality and fully possible. Voice control is taking up the steam in everyday life, from simple commands in cars, Alexa, smartphones, TVs, etc. to modern computers.

voice control

Windows 10 has introduced voice control into PC with Cortana even during the installation process but a lot has changed from having a virtual assistant in begging days and in today's modern Windows 11 OS. You can now freely open apps, move, copy delete files, and even dictate in order to create a word document.

However, in order to take this advantage, you will need to turn it off first since it is disabled by default. Of course, you will need a microphone and some spare time to train Windows in understanding you properly.

Setting up Voice Control

Just like in Windows 10, in Windows 11 voice control is also in accessibility options and the first step is to turn ON Windows Speech Recognition.

Click on the Start button and type Settings into the search bar, click on Open, or press ENTER. On the left side of the settings, window locate and click on Accessibility. On the right part once Accessibility is selected scroll down and find a section titled Interaction and click on Speech. Turn on the switch next to Windows Speech Recognition.

A pop-up will appear that will lead you through the rest of the setup and that's it.

Improving Voice Control

In order to make your voice control better, if you are not satisfied with the results, you can sample more of your voice into the algorithm to tune it more to your liking. Sadly this option is still deep in Control Panel.

Click the Start button and type in Speech recognition into the search bar, look for the search result with Control Panel displayed under it, and click on Open. Click on Train Your Computer to Better Understand You and follow the instructions.

The process will probably take a few minutes. The more data you provide to the speech recognition model, the more accurate it will be when interpreting your instructions. You can train the model multiple times, and each time you do, it should improve the accuracy.

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