Logo

What to do if CPU is not running at full speed

The speed at which the CPU runs varies depending on any Windows laptop or desktop. And in case you don’t know, the CPU does not run at full speed all the time as it depends on how the operating system distributes the load so it works accordingly. However, there are instances when it runs at full speed especially if your Windows 10 computer is on a heavy workload. But if you find that even when your computer is already on a heavy workload and the CPU is still not running at full speed, then you need to look into this situation. To verify that your CPU’s speed, you can use any CPU stress test tool.

This kind of issue is common on laptops compared to desktop computers since laptop runs on battery. The Intel Processor on laptops uses the Speed Stepping Technology which means that when you are doing some small tasks on your laptop, the processor’s speed is reduced. On the other hand, if this happens when you are using a heavy application, it can be due to a low charge on the laptop’s battery. Thus, Windows will try its best to keep the computer running for as long as possible by reducing the CPU speed or processor. But there are times when you are ready to sacrifice battery to make sure that the work gets done on time. To achieve that, here are some options you can check out.

Option 1 – Try setting the processor state to the maximum in Power Options

  • Type “control” in the search box to view the classic Control Panel as well as the popular options.
  • Next, click on Power Options > Change plan settings > Change advanced power settings.
  • Then navigate to Processor power management > Maximum processor state.
  • Now select 100% when it is on Battery and Plugged in.
  • After that, expand the System cooling policy option and make sure to set it as Active to make sure that the battery won’t overheat.
  • Finally, apply the changes made to all the profiles of the power management and restart your computer. This will ensure that your CPU will run at maximum power at all times.

Option 2 – Try to update or disable the Intel Power Management driver

The next option you can try is to update or disable the Intel Power Management driver. The Intel-powered computers have dedicated software that controls CPU speed and Fan speed when it needs to save battery. You can try disabling it temporarily and check if there are any changes with the CPU fan speed.

  • First, restart your computer by holding the Shift key to boot your computer into Troubleshooting or Advanced mode.
  • Next, go to Troubleshoot > Advanced Options > Command Prompt.
  • Then change the directory to C:/Windows/System32/driver and then rename the file named “Intelppm” by entering the “ren intelppm.sys intelppm.sys.bak”.
  • Now restart your computer.

Note: If you were not able to find the drivers in C:/Windows/System32/driver, check if they are available under C:/Drivers/IntelPPM. After that, the CPU speed should change now with the Intel driver missing from the system. And in case you want to enable it, simply follow the same steps given above and rename the file again.

Option 3 – Try disabling the IPPM using the Command Line or Registry Editor

  • Command Prompt:
    • Tap the Win + R keys to open the Run dialog box and type “cmd” and tap Enter to open Command Prompt.
    • Next, type this command and hit Enter: sc config intelppm start= disabled
    • The “sc config” command you entered modifies the value of a service’s entries in the registry as well as in the Service Control Manager database.
  • Registry Editor:
    • Tap the Win + R keys to open the Run dialog box and type “Regedit” in the field and hit Enter to open the Registry Editor.
    • Next, navigate to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesintelppm.
    • From there, double click on the intelppm and change the Start key value to
    • Now close the Registry Editor and reboot your computer.

Note: The steps given will make sure that the CPU will run at maximum power at all times.

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

Always show scrollbars in Windows 11

windows 11 scrollbarsMost scrollbars are hidden by default if they are not used in Windows 11. If you are not ok with this feature and want scrollbars to be always visible and available do not worry, turning them ON is very easy.

  • Press ⊞ WINDOWS + I to open Windows settings
  • Click on Accessibility in the sidebar
  • Select Visual Effects
  • Inside visual effects settings find Always show scrollbars and switch it ON

Windows 11 will save settings automatically and apply setting right away. Close settings and continue with work.

Read More
Fix Err_Connection_Closed in Windows
If you suddenly encounter an error message that says, “This webpage is not available, Err_Connection_Closed” while browsing the internet or visiting a website and the website fails to load, then it means that there is some problem with your network connection. Similarly, you may also get other error messages like “Err_Network_Changed”, “Err_Connection_Reset” and “Err_Internet_Disconnected” errors in different browsers like Chrome, Firefox, and Edge. The problem lies in your Windows 10 computer and your internet connection since this is a network issue. So before you troubleshoot the problem using the suggestions given below, you need to refresh your browser first or you could also tap Ctrl + F5 on your keyboard to hard reload the webpage. If you’re still getting the same error message, then proceed to the guide below.

Option 1 – Try removing the Proxy

Removing the Proxy might also help you in fixing the “This webpage is not available, Err_Connection_Closed” error. Here’s how you can do it:
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “inetcpl.cpl” in the field and hit Enter to pull up the Internet Properties.
  • After that, go to the Connections tab and select the LAN settings.
  • From there. Uncheck the “Use a Proxy Server” option for your LAN and then make sure that the “Automatically detect settings” option is checked.
  • Now click the OK and the Apply buttons.
  • Restart your PC.
Note: If you are using a third-party proxy service, you have to disable it.

Option 2 – Try using Google Public DNS

If the first option didn’t resolve the issue, you can try to use the Public DNS by Google and see if it can help fix the problem. You have to modify the DNS settings in your system explicitly and use the DNS IP addresses.
  • The first thing you have to do is right-click on the network icon in the Taskbar and select Network and Sharing Center.
  • Next, click on the “Change Adapter Settings” option.
  • After that, search for the network connection that you are using to connect to the internet. Note that the option might be “Wireless Connection” or “Local Area Connection”.
  • Right-click on your network connection and click on Properties.
  • Then select the new window to choose the “Internet Protocol 4 (TCP/IPv4)” option.
  • After that, click on the Properties button and click the checkbox in the new window for the option “Use the following DNS server addresses”.
  • Type in “8.8.8.8” and “8.8.4.4” and click OK and exit.

Option 3 – Reset Winsock, TCP/IP & Flush DNS

Resetting Winsock, TCP/IP, and flushing DNS might help you resolve the Err_Connection_Closed error. 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 4 – Disable both the Antivirus program and Firewall temporarily

There are times when antivirus programs and the firewall blocks a website that they consider to be malicious or even because of false-positive effects which is why you have to disable these programs temporarily as it might be the reason why you’re getting the “This webpage is not available, Err_Connection_Closed” error when trying to browse the internet.

Option 5 – Try to check the network cables and then restart your router

The most obvious thing you can do first is to try checking if the network cables connected to your computer or router are properly connected or not. If it turns out that some network cables are not connected properly, then it’s probably why you’re getting this error.

Option 6 –Try a Network Reset

When all else fails, you might have to consider resetting your entire network settings. Simply follow the steps below to do so.
  • Click on the Start button and then click on the gear-like icon for Settings to open it.
  • Next, select Network and Internet.
  • Then scroll down and look for “Network Reset” – click on it and then click on the Reset now button.
Read More
Fix We couldn’t install some updates
If you encounter the “We couldn’t install some updates because the PC was turned off” while trying to run Windows Update on your Windows 10 computer, then read on as this post will give you a couple of suggestions you can use as a reference to fix this error. Make sure to follow the options given below carefully.

Option 1 – Perform basic computer troubleshooting

If you get the “We couldn’t install some updates because the PC was turned off” error on your laptop, then it’s recommended that you connect your laptop to a power source and then try clicking the Update button again. In addition, you also have to make sure that your computer stays awake until the Windows Update process is completed. This will ensure that your computer does not go into an idle state and interfere with the process.

Option 2 – Try deleting the files from the SoftwareDistribution folder and resetting the Catroot2 folder

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 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 start cryptSvc net start bits net start msiserver
  • After entering these commands, it will stop the Windows Update Service, Background Intelligent Transfer Service (BITS), Cryptographic and the MSI Installer
  • Next, go to the C:/Windows/SoftwareDistribution folder and get rid of all the folders and files thereby tapping the Ctrl + A keys to select them all and then click on Delete. Note that if the files are in use, you won’t be able to delete them.
After resetting the SoftwareDistribution folder, you need to reset the Catroot2 folder to restart the services you just stopped. To do that, follow these steps:
  • Type each one of the following commands.
net start wuauserv net start cryptSvc net start bits net start msiserver
  • After that, exit Command Prompt and restart your computer and then try to run Windows Update once more.

Option 3 – Try restarting the Windows Update Services

  • Open the Services Manager.
  • From there, make sure that you set the following services and Startup types:
    • Background Intelligent Transfer Service: Manual
    • Cryptographic Service: Automatic
    • Windows Update Service: Manual (Triggered)

Option 4 – Try to run the Windows Update Troubleshooter

Running the built-in Windows Update troubleshooter could also help you resolve the “We couldn’t install some updates because the PC was turned off” error. To run it, go to Settings and then select Troubleshoot from the options. From there, click on Windows Update and then click the “Run the troubleshooter” button. After that, follow the next on-screen instructions and you should be good to go.

Option 5 – Try to install the Windows Updates manually

As mentioned, the error might be because Windows missed installing a particular update which is why you are not able to proceed with the current update. So to resolve the issue, you need to install the update that wasn’t installed by downloading it from the Microsoft Update Catalog website. You also have to make sure that you didn’t turn off the Windows update or have it delayed.

Option 6 – Run Microsoft’s online troubleshooter

Running Microsoft’s online troubleshooter might also help you fix the Windows update error. This online troubleshooter is known to help in fixing Windows Update errors, it scans your computer for issues that might be causing the problem and then fixes them automatically.
Read More
TitleBar, Minimize, Maximize and Close missing
In case you don’t know, the Title bar comes with the Maximize, Minimize, as well as the Close button. However, there are instances when you might notice that the Title bar, Maximize, Minimize and Close buttons are missing in the File Explorer. This kind of problem might be due to some glitch in the computer, or it could also be caused by some built-in tool or an installed program in your computer. Moreover, there are also other factors that you have to consider such as corruption in the system files as well as errors in the user profile which is generated on a domain network, and so on. There are several suggestions you can check out to fix the problem. You can try to boot your computer in a Clean Boot State to see if a third-party program is the root cause of the problem. You can also try to run built-in tools like System File Checker and the DISM tool. You could also get the video buffer emptied, reset or reinstall the program, or recreate the User Profile.

Option 1 – Put your computer in a Clean Boot State

As pointed out, it is possible that some third-party program or service is the one that’s behind the problem. To isolate this possibility and to identify the culprit, you have to put your computer into a Clean Boot State. To do so, follow the steps below.
  • Log onto your PC as administrator.
  • Type in MSConfig in the Start Search to open the System Configuration utility.
  • From there, go to the General tab and click “Selective startup”.
  • Clear the “Load Startup items” check box and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
  • Next, click the Services tab and select the “Hide All Microsoft Services” check box.
  • Click Disable all.
  • Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)
  • You need to disable one third-party app after the other to really isolate the issue. And once you’ve narrowed down the problem, you can either disable the third-party app that’s causing the problem or remove it.

Option 2 – Run System File Checker scan

You might also try running the System File Checker or SFC scan to fix the issue. System File Checker is a command utility built into your computer that helps restore corrupted files and missing files. Refer to the following steps to run it:
  • Hit the Win + R keys 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.
  • Restart your computer and see if the System32 folder still pops up at startup or not.

Option 3 – Try running the DISM tool

You can try running the Deployment Imaging and Servicing Management or DISM tool to fix the Windows Upgrade problem. 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.

Option 4 – Try to empty the Vide buffer

These kinds of problems could also be due to bad data in the Video Buffer. Thus, you can try to empty the Video buffer to resolve the problem. All you have to do is tap the Shift + Ctrl + Win key + B keys on your keyboard. After that, leave your computer idle for about 10 seconds until you notice it blink once. Now you try using your computer as usual and see if the glitch is now fixed or not.

Option 5 – Try to reset or reinstall the program

Another thing you can do to fix the issue is to reset or reinstall the program where you encounter the problem. Chances are, you are running the application in the Full-screen mode but you can exit it by simply tapping the Esc or F11 key. However, if nothing changed, then consider resetting or reinstalling the program. Just go to the Windows 10 Settings app and navigate to Apps > Apps & Features. From there, look for the entry of the application you’re having problems with and select it and then click on the Advanced options. After that, click on the Reset button under the Reset section.

Option 6 – Try recreating the User Profile

You might also want to try recreating the User Profile on your computer since some errors in the creation of a User Profile can result in problems like this one. Thus, you have to try deleting the User Profile and then recreate it.
Read More
Sandbox failed to start with error 0xc030106
If you suddenly encountered an error when you try to run the Windows Sandbox that says, “Windows Sandbox failed to start, Error 0xc030106, The virtual machine or container exited unexpectedly”, read on as this post will guide you on what you can do to resolve the problem. According to security experts, this kind of error in Windows Sandbox is due to some issues with the supporting virtualization component. It could also be caused by other factors and to fix it, there are several potential fixes you need to check out. You can try running the Windows Sandbox as an administrator. You should also make sure that all the supporting processes are running properly, as well as try to install any pending Windows Updates.

Option 1– Try to run Windows Sandbox as an admin

  • In the Start Menu, scroll down until you see the entry for the Windows Sandbox.
  • Then right-click on it and select More and then select the “Run as administrator” option to open it with admin privileges.
  • Next, if a User Account Control or UAC prompt pops up, just click on Yes to proceed.
  • You should now be able to open the Windows Sandbox without the error. However, if the error persists, proceed to the next given options below.

Option 2 – Ensure that all the supporting processes and services are running properly

If running Windows Sandbox as an administrator didn’t fix the error, you have to ensure that all related processes for Windows Sandbox are running properly. To do that, follow these steps:
  • Tap the Win + R keys to launch the Run utility and type “services.msc” in the field and hit Enter to open the Windows Services Manager.
  • Next, from the list of services, look for the following services in the given order:
    • Network Virtualization Service
    • Virtual Disk
    • Hyper – V Virtual Machine
    • Hyper – V Host Compute Service
    • Container Manager Services
  • After you find the aforementioned services, restart each one of them.
  • Once done, try to open the Windows Sandbox again and see if the error is fixed or not.

Option 3 – Try to install any pending Windows Updates

If the second option still didn’t work, then you might want to check Windows Updates on your computer and see if there are any pending Windows Updates you have to install. All you have to do is go to the Windows 10 Settings app and then go to the Windows Updates section and click on the “Check for updates” button to check if there are any pending updates that are needed to be installed. This could fix the Windows Sandbox error.
Read More
Bluetooth Headset in Windows gets disconnected
Many Windows 10 users use a Bluetooth headset as these kinds of Audio devices, as you know, lack wires since wires tend to get entangled and break which could get quite inconvenient. This is why using a wireless headphone is more preferable since it’s much simpler, however, using a wireless headphone also means it comes with a charging requirement and if it fails to charge, there is no music or audio or anything that you need a Bluetooth headphone for. However, wireless headphones are also susceptible to problems as you might encounter some problems when connecting your wireless headphone to your Windows 10 computer. One of these problems include when you try to get sound from the wireless device but nothing happened. This indicates that the Bluetooth headphone is disconnected in some way for some unknown reason even if you’ve already plugged it in. Thus, if you encounter this scenario, then there are several options you need to check out to fix the problem. To start troubleshooting the problem, here are the options you need to use as a reference.

Option 1 – Try turning off the device and turning it back on

The first thing you can do to resolve the problem is to turn off your wireless audio device and wait for a couple of seconds before you turn it back on. In most cases, this should fix the problem. In fact, you can also try to unpair and pair the Bluetooth audio device and see if it fixes the problem or not.

Option 2 – Try to set the headphone as the default device manually

There are times when you plug a headphone, it does not toggle the default audio device. Thus, to fix this issue, you have to set the default audio device to the headphones manually. To do that, follow these steps:
  • First, right-click on the volume icon located on the system tray.
  • Next, select the Open sound settings option to open the Sound section in the Windows 10 Settings app.
  • After that, go to the Output section and select Headphones for the “Choose your output device” option. This should fix the problem for you.

Option 3 – Try running the Bluetooth Troubleshooter

As you know, Windows 10 has various troubleshooters with user-friendly interfaces where you can utilize them to fix issues in your PC. And since you’re dealing with some Bluetooth problem, you have to run the built-in Bluetooth Troubleshooter. To do this, follow these steps:
  • Open the Windows 10 Settings.
  • Then go to Update & Security > Troubleshoot.
  • You should find the option for Bluetooth on your right-hand side – click on it then click on the “Run the troubleshooter” option.
  • Now follow the next screen options.

Option 4 – Try to update or reinstall the Bluetooth driver

The issue might have something to do with the Bluetooth drivers. It could be that it is outdated and needs to be updated or that you recently updated it and since then you have trouble in removing the Bluetooth devices and so to fix the issue, you can update, roll back or uninstall the Bluetooth drivers. How? Follow the steps below.
  • Tap the Win + X keys to open the Device Manager.
  • Next, look for the Bluetooth device and right-click on it.
  • Select the option “Update driver”.
  • After that, a new popup window will appear. In there, select the option, “Search automatically for updated driver software”.
Note: Checking the update may take a few minutes so you’ll have to wait until it finishes. If it is able to find an update, you must install it. And if you want to reinstall the Bluetooth driver, just select the “Uninstall driver” option and follow the next on-screen instructions that follow.
Read More
Fix CAS System Was Unable to Initialize in WoW
After so many years World of Warcraft is still among the most played MMORPG games in the world. It is still constantly updated with new content and tweak graphically in order to be relevant and fresh. But even the best or most popular ones can still have some minor issues and bugs from time to time. CAS System Was Unable to Initialize is the error that was reported lately by WOW players all around the globe and it happens in multiple Windows systems. In this guide, we will take with this issue and provide you with solutions on how to fix it so you can get back to enjoying the game itself.
    1. Repair WOW

      In battle.NET launcher select WOW and click on Options Click on Scan and Repair Let the process finish and then launch the game again
    2. Clean Windows registry

      Windows cleaning registry operation is a complex task and we will not cover each possible scenario here, instead of trying manually to find issues and clean registry download and install third party registry cleaner software.
    3. Run WOW with command line argument

      One of the solutions for this particular error is to run WOW with a specific command line switch: Run battle.NET client as administrator by right-clicking on it and choosing run as administrator If you are not signed in, sign in now Click on World of Warcraft to select it Click on options Click on Game settings Check the box associated with Additional command-line arguments When the box is selected you should've able to add inline argument or switch, add -uid wow_engb and confirm Run World of Warcraft
    4. Enable Secondary logon service inside Windows

      It was reported that enabling this service can fix the issue. Press ⊞ WINDOWS + R to open the run dialog Inside run dialog type in services.msc to open services windows Locate the Secondary Logon service Right-click on Properties from the context menu Inside the properties, screen click on the general tab Change the Startup type to Automatic and hit Apply to save the changes Run World of Warcraft
    5. Delete the cache folder

      Both indices and cache folder needs to be deleted in order to reset corrupted data. Make sure that both World of Warcraft and battle.NET are fully closed For this step to work, you will need to go into the folder where you have installed the World of Warcraft game. By default this is in C:/Program Files/World of Warcraft/ but if you have used another folder go there via file explorer. Once you are inside the folder locate the indices folder and delete it After that locate and delete the cache folder as well Restart your computer and start battle.NET
    6. Remove read-only attribute from WoW folder

      Another reason for CAS System Was Unable to Initialize error is because the World of Warcraft folder has been set to read-only and since the client does not have write privileges it will throw this error. To remove the read-only attribute from the folder go to your World of Warcraft installation folder but do not enter it Right-click on it instead and choose properties Under properties uncheck the read-only box and confirm. Run World of Warcraft
Read More
How to fix 502 Bad Gateway error in Windows
Browsing the internet doesn’t always go smoothly, you might encounter ads, pop-ups, viruses, malware, and even errors. In this post, we’ll walk you through how you can fix the 502 Bad Gateway error that you might encounter in browsing the internet. This kind of error suggests the server which is the one that’s acting as a gateway to facilitate in taking your request to the server and bring some response back has received an invalid response or even no response at all. It could be that the connection is broken or that there is an issue on the server-side that returns an invalid response. Even though the 502 Bad Gateway error is a server-related error, there are still a few things you can try that might help resolve it, if tapping the Ctrl + F5 keys does not resolve the problem. Keep in mind that it doesn’t matter what website you open as this error can appear on any website. To resolve the problem, you need to follow the options prepared below.

Option 1 – Check the network cable connections and restart your router

As with other connection problems, this is the most basic thing to do before you try other troubleshooting options because the root cause of the problem might be as simple as a cable not connected properly or a router that just needs to be restarted. Thus, checking the network cable connection to see if there is anything out of order can help as well as restarting your router.

Option 2 – Reset Winsock, TCP/IP & Flush DNS

Resetting Winsock, TCP/IP, and flushing DNS might help you resolve the issue. 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 3 – Change the DNS

Changing the DNS server for your network can also help you fix the 502 Bad Gateway error. You can use a public DNS like the Google Public DNS, Open DNS, Yandex DNS, Comodo Secure DNS, and many more. All you have to do is to override the default DNS settings on your PC so that you can specify which DNS server is used as well as which IP address should be used for a specific domain.

Option 4 – Try updating the Network Adapter Driver

Follow the steps below to update your Network Adapter Driver:
  • 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.
  • From there, expand the list of all the network drives and update each one of them.
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 5 – Try a Network Reset

When all else fails, you might have to consider resetting your entire network settings. Simply follow the steps below to do so.
  • Click on the Start button and then click on the gear-like icon for Settings to open it.
  • Next, select Network and Internet.
  • Then scroll down and look for “Network Reset” – click on it and then click on the Reset now button.
Read More
Fix 169 IP address error in Windows 10
169 IP address error can stop your computer from connecting to the internet which could be a very frustrating experience. In this guide, we will cover simple but effective tips on how to fix this error so you can continue with internet use.
  1. Reconnect your Modem or Router

    Simple and sometimes effective solution, unplug and plug back in modem or router so IP is fetched again, it is very likely that computer will pick right IP address with this stunt.
  2. Use built-in Windows Network troubleshooter

    Press ⊞ WINDOWS + X top open secret menu Go to settings Go to Network & Internet Inside click on Network troubleshooter Follow onscreen instructions After the troubleshooter ends reboot your PC
  3. Reconfigure IP address

    Press ⊞ WINDOWS + R to open the run dialog Inside run dialog type ncpa.clp and press ENTER Right-click on your network adapter and select properties Uncheck Internet Protocol Version 6 (TCP/IPv6) and click on OK Now press ⊞ WINDOWS + X and click on Command prompt (admin) In command prompt type and after each line press ENTER netsh winsock reset catalog netsh int ip reset reset.log ipconfig /release ipconfig /renew Reboot your computer
  4. Restart DHCP client

    Press ⊞ WINDOWS + R to open the run dialog In run dialog type services.msc and click on OK Find DHCP client Right-click on it and choose Restart Reboot PC
  5. Reinstall Network Adapter

    Press ⊞ WINDOWS + X to open the windows menu Click on Device Manager Expand Network Adapter and right-click on wireless or ethernet adapter, click on Uninstall device Reboot the computer to automatically reinstall the device driver
  6. Reset IP and subnet mask

    Press ⊞ WINDOWS + R to open the run dialog In run dialog type in ncpa.cpl and press OK Right-click on your network adapter and select properties Uncheck Internet Protocol Version 6 (TCP/IPv6) Double click on Internet Protocol Version 4 (TCP/IPv4) Select Use the following IP address and change it to 192.168.0.1 Change Subnet mask to 255.255.255.0 Leave default gateway blank Click OK to save changes
Read More
Fix Something went wrong with the projection
As you know, Windows 10 is created with the goal of developing an operating system that caters to users’ needs and enhances productivity. That’s why modern computers that are running the Windows 10 OS have the capabilities to project their screen to an external display wirelessly. That said, Microsoft has a dedicated and pre-installed app called Connect which helps another device to project their screen on the computer. However, this feature is kind of delicate and won’t work unless it’s properly configured. So if some configuration does not work out well, it will throw an error message that says
“Something went wrong with the projection”.
This kind of error is caused by some issues with the Display driver, hardware, corrupted or damaged system files, and so on. And to fix it, there are several methods you can check out. You can try to update, roll back or reinstall the Display drivers. You could also run the Network Adapter troubleshooter or the Video Playback troubleshooter as well as run System Restore to undo any recent changes that might have triggered the error or reset your Windows 10 computer without deleting any files. For more details, refer to each one of the options provided below.

Option 1 – Try to update or rollback the Graphics driver

You can try to update your Graphics card driver using the Device Manager in your computer to resolve the blank dialog boxes problem or you can also go directly to the website of your graphics card manufacturers like NVIDIA, Intel, or AMD and go to the section called Drivers then check if there’s a new available update – if there is, download and install it. To update your Graphics driver via Device Manager, refer to these steps:
  • First, boot your computer into Safe Mode.
  • After that, 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, a list of device drivers will be displayed. From there, look for the Display Adapters and click on them.
  • After that, right-click on each entry under the Display Adapters 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.
Note: If updating the Graphics driver didn’t fix the problem, you can also try to roll back to its previous version and see if that helps or you could also try to roll back, update or reinstall the Network Adapter drivers.

Option 2 – 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 3 – Try to run the Video Playback troubleshooter

If the Network Adapter troubleshooter didn’t work in fixing the problem, you can try to run the Video Playback troubleshooter instead. To run it, simply go to Settings > Update & security > Troubleshoot. From there, scroll down until you see the Video Playback option and then click on the “Run the troubleshooter” button to get started. This troubleshooter will detect and automatically fix any problems related to video playback so it should help fix the error.

Option 4 – Try performing a System Restore

You might also want to perform a System Restore that might help you in fixing the error. You can do this option either by booting into Safe Mode or in System Restore. If you are already in the Advanced Startup Options, just directly select System Restore and proceed with the next steps. And if you have just booted your PC into Safe Mode, refer to the steps below.
  • 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.

Option 5 – Reset your computer

  • Tap the Win key or click on the Start button located in the Taskbar.
  • Then click on the Power button at the bottom right portion of the screen.
  • Next, press and hold the Shift key on your keyboard and then click on Restart. This will restart your Pc into the Advanced Startup options.
Note: Once you have access to the Advanced Startup options, you have to go to the setting which allows you to Reset your Windows 10 PC. All you have to do is select Troubleshoot > Reset this PC to reach the following screen Afterward, select either the “Keep my files” option and then proceed to the next on-screen instructions that follow to reset your Windows 10 computer without losing your files.
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