Logo

Fix Call of Duty 4 crashes in Windows 10

Call of Duty is a fun and good game, a great time killer with a squad of friends, however sometimes the game crashes, and fun is interrupted.

In this guide, we will address and solve this unpleasant issue.

  1. Scan game files

    inside launcher choose options and under them, choose scan and repair game files
    This process can take 5-30 minutes, as the game is 60GB large. This will look through all your game files and make sure they’re all valid and that none are corrupted, which may cause crashes. When it’s complete, you’ll get a notification that the game is now playable. Try again and see if your crashes continue.

  2. Update drivers

    Keeping drivers updated is crucial for the game to run smoothly, GPU drivers are possibly important. Go to your GPU manufacturer's website and get the latest drivers.

  3. Lower graphic settings

    Intensive graphic requirements can overload GPU and cause crashes, try lowering details in-game and see if this will fix the issue.

  4. Disable overlays

    If you’re using a program like Discordthat has an overlay, you’ll want to disable it as it may be causing the graphic error

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

Assigning Multiple IP Addresses to Adapter
There are times when an IT admin has to set up multiple IP addresses to the same network adapter. Setting up multiple IP addresses in scenarios like hosting various SSL sites, speed up traffic exchanges can help in avoiding being blacklisted in the SPAM filters, and so on. So in this post, you will be guided on how exactly you can assign multiple IP addresses to the network adapter in your Windows 10 computer. There are several ways to assign multiple IP addresses in a network adapter. You can do it using the Network Adapter settings or using the Netsh utility, as well as the Windows PowerShell utility. To get started, refer to each one of the options provided below.

Option 1 – Assign multiple IP addresses via Network Adapter settings

  • Go to Settings first and from there, select Network & Internet, and then click on the Change adapter options. This will show you a list of both the physical and virtual network adapters in your computer.
  • Next, double click on the Ethernet adapter where you want to assign the multiple IP addresses and then click on the Properties button.
  • After that, you should see the Ethernet properties where you have to select the “TCP/IPv4” or “TCP/IPv6”.
  • Once done, click on the Properties button and then select the “Use the following IP address” option under the General tab.
  • Now you have to add an IP address, subnet, and default gateway to the network adapter and then click on the Advanced button.
  • This will open the Advanced TCP/IP settings where you have to click on the Add button so you can add an IP address. From here, you can keep adding multiple IP addresses to the network adapter. You also have the option to add multiple gateways or DNS IP addresses.
  • Once done, if you execute the “ipconfig” command, you should see all the secondary IP addresses listed.

Option 2 – Assign multiple IP addresses using the Netsh command

Another way to assign multiple IP addresses to your network adapter is via the Netsh command.
  • In the Start Search, type “command prompt” and from the search results that appear, right-click on Command Prompt and then select the “Run as administrator” to open it with admin privileges.
  • If a User Account Control or UAC prompt pops up, just click on Yes.
  • After that, run this command: Netsh int ipv4 add address name="Local Area Connection" 192.168.100.100 255.255.255.0 SkipAsSource=True
Note: You have the option to set “SkepAsSource” since it depends on your needs using the Netsh command. When it is configured as true, the IP address won’t be used by the OS for outbound connections.

Option 3 – Assign multiple IP addresses via Windows PowerShell

  • Tap the Win + X key combination and click on the “Windows PowerShell (Admin)” option.
  • After opening Windows PowerShell as admin, use the NetIPAddress command so you can add more IP addresses. Execute this command: Get-NetIPAddress | ft IPAddress, InterfaceAlias, SkipAsSource
  • Next, assign an IP address to a network adapter by executing this command: New-NetIPAddress –IPAddress 192.168.100.100 –PrefixLength 24 –InterfaceAlias “vEthernet” –SkipAsSource $True
  • Now to modify the “SkipAsSource” parameter, use this command: Get-NetIPAddress 192.168.100.100 | Set-NetIPAddress -SkipAsSource $False
Read More
Fix Windows Update Error 0x80070BC9
As you know, every Windows Update is essential for every Windows operating system. They have to be regularly installed, especially since they include various security updates that are important to the system. However, there are times when Windows Update fails to execute properly and you get errors like the error code 0x80070BC9. When you encounter this particular Windows Update error, you will get the following error message on your screen:
“0x80070BC9 – ERROR_FAIL_REBOOT_REQUIRED. The requested operation failed. A system reboot is required to roll back changes made.”
This kind of Windows Update error is most likely caused by a newly installed problematic software, corrupted Windows Update files, or policies that restrict the behavior of the Windows Module Installer. The Windows Module Installer, also known as “WMIW” or “TiWorker.exe”, is the one that checks for new updates from the Windows server and installs them on your computer. This is why you need to make sure that you do not have any policies that control the start behavior of the Windows Module Installer since this service must not be hardened to any start value and should be managed by the operating system. To resolve the Windows Update error code 0x80070BC9, you can check out the options provided below.

Option 1 – Try checking the status of the Windows Modules Installer Worker Service

Since the Windows Update error code 0x80070BC9 has something to do with the Windows Module Installer Worker service, you need to check its status in the Service Manager. Refer to the following steps to do so.
  • In the Cortana search box, type “services” and click on the Services icon to open the Services Manager. Alternatively, you can also tap the Win + R keys to launch the Run prompt and then type “MSC” in the field and hit Enter to open the Services Manager.
  • After opening the Services Manager, look for the Windows Modules Installer Worker Service.
  • Once you found it, check its status and make sure that its Startup type is set to Manual.
  • Now click on the Start button and see if it fixes the Windows Update error.

Option 2 – Run the Windows Update Troubleshooter

You might want to run a built-in Windows Update troubleshooter to resolve the Windows Update error. It is one of the things you can check out as it is known to automatically resolve any Windows Update errors like error code 0x80072EE2. To run this troubleshooter, 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 3 – Try contacting the IT administrator to modify the group policies

You could also try to contact the IT administrator to have the group policies modified. This option is applicable for company-managed systems. As mentioned, one of the possible causes of the Windows Update error 0x80072EE2 is the policies that control the start behavior of the Windows Module Installer. Thus, you need to have them removed so that the Windows Module Installer Worker service is managed by the operating system itself. And since there could be many policies, it is highly advised that you contact your company’s IT administrator to get the job done for you.

Option 4 – Try to install the Windows Updates in a Clean Boot State

There are some instances that some conflicting programs installed in your computer might be the one that’s causing Windows Update error code 0x80070BC9. To identify which program is causing the problem, you need to put your computer in a Clean Boot State. To do so, follow the steps below.
  • Log onto your PC as an administrator.
  • Type in MSConfig in the Start Search to open the System Configuration utility.
  • From there, go to the General tab and click “Selective startup”.
  • Clear the “Load Startup items” check box and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
  • Next, click the Services tab and select the “Hide All Microsoft Services” check box.
  • Click Disable all.
  • Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)
  • From there, start to isolate the problem by checking which one of the programs you installed recently is the root cause of the problem.
Read More
Five Ways of Fixing Error Code 37

What is Error Code 37?

Error Code 37 is a Device Manager Error Code that you may come across when you are unable to use an installed hardware device on your PC. It will pop up on your screen with the following display:

“Windows cannot initialize the device driver for this hardware. (Code 37)”

If you receive the above message, it means that your operating system was unable to acknowledge the drivers for a particular peripheral device.

Solution

driverfix boxError Causes

Error Code 37 mainly occurs due to device driver corruption. However, there are other factors that can trigger this error code, some of which are the following:

  • Missing device drivers
  • Out-of-date device drivers
  • Presence of malware or spyware in the system
  • The particular device is not compatible with your PC

Device driver corruption or other data corruption is not uncommon and part of everyday PC use.

From an installation gone wrong to an unexpected shutdown, commonly generated data errors are considered the main culprit behind error codes.

Further Information and Manual Repair

Just like most PC error codes, Error Code 37 isn’t that difficult to get rid of. There are many DIY methods you can try to have your PC running smoothly in no time. Here are a few methods to resolve this issue:

Method 1: Restart your PC

It is possible that the display of the error code is merely due to a temporary issue with your peripheral device and not anything serious.

Therefore, the quickest and easiest method to solve the error code 37 is to simply restart your PC.

Method 2: Scan for Viruses

If restarting does not do the trick, a quick scan for viruses and removing them is another simple method you can follow to fix your PC.

Since the error code is due to corruption of data, viruses such as malware or spyware create error in your PC’s registry and eliminating them can help restore some of the corrupt data, which also speeds up your PC.

Method 3: Undo recent changes

A possible explanation for the error code may be the recent changes in your Device Manager or due to the peripheral device installation. You can thus undo the changes by either:

  • Remove or change settings of the installed peripheral device
  • Roll back the version of the driver to the one before the update.
  • Use System Restore to reverse the changes made in the Device Manager

Method 4: Manually uninstall and reinstall the drivers

If the above stated methods do not help in speeding up your PC and is still giving you an error code, you may want to manually uninstall and reinstall the corrupt or missing drivers. Here are the following steps:

  • Double-check if the installed external device is properly connected and working smoothly
  • Open Device Manager and double click on the device that is causing problems
  • When it opens, click on the ‘Driver’ tab and click ‘Update Driver’

Method 5: Use DriverFIX

However, updating the missing or corrupt drivers can be time consuming and may also require having a hardware documentation ready that contains specific details about the driver that you should download.

To avoid this time-consuming process, you can use DriverFIX software.

DriverFIX will help you to download the required driver without you having to waste your precious time and effort looking it up in a user manual. This latest software technology is embedded with its own database that tracks the missing or corrupt driver according to your PC’s motherboard version and specific details.

It is user-friendly, which means that it will relieve you from the frustration of such PC error codes appearing from time to time and enable your PC to work efficiently in no time.

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

Read More
Truth about private and incognito browsing
Privacy is a hot topic lately in all circles so naturally themes like private or incognito browsing pop up immediately as discussion topics. Naturally, when discussing private or incognito browsing it is very important to understand what exactly private or incognito browsing is, what does it do and how it works in order to shed some light on is it really private and safe as we are told. So, when you browse the internet normally websites have tendencies to save your browsing data, save cookies, remember passwords, etc in order to provide you with a better surfing experience next time you visit that same site. Private or incognito browsing treats you as a completely new user which is the first time visiting a given website. It clears all your data, including your browsing history, cookies, etc., on exiting. Every website you visit in private or incognito mode treats you as a new visitor, even if you have visited it before in incognito mode. And basically, that's it. So is it really private? No, it is just a non-remembering mode of internet browsing where after your browsing session history and other data is cleared from the browser, but while you are on the internet you are pretty visible to all like any other normal user. There are a lot of misconceptions and wrong thinking about browsing the internet in this mode so let's take a look at some typical ones.
  1. The government and other companies can not track me

    Many people think that the Government cannot trace their identity when they surf privately. This is only a myth. There are many ways by which the Government can reach you if you do something illegal. When you surf online, you are connected with an ISP of your area, which helps the officials track your location.
  2. Virus and other malware can not infect me while in private or incognito mode

    Many people think that private mode protects them from virus and malware attacks. It is not true because malware and viruses can enter your PC through a software download, phishing email, etc. To protect your PC from virus and malware attacks, you should have good security software.
  3. My IP address is hidden when I am in incognito or private browsing mode

    This is not 100% true. If you search “What is my IP” in incognito and standard mode, you will get the same results. This means that websites can view your IP address in private mode also. Using a VPN would be a good option if you want to hide your IP.
  4. I can not be tracked via ads

    Since cookies are deleted after exiting private browsing, many people think that ads cannot track them. When you surf in incognito mode, the browser saves cookies in a temporary mode, allowing ads to track you during your entire private browsing session.
  5. I am not visible when I am in incognito or private

    You may think if you sign in to your Gmail or other social media accounts in private mode, no one will see you online. This is not true. It does not matter whether you have signed into your account in normal mode or incognito mode; others can always spot you online.
In your regular browsing mode, you may have some addons, extensions, themes, etc installed and you can use them. They may track your activities. The data is deleted when you exit the browser. When you use the private browsing mode, the browser is loaded in its original form, typically without the installed addons, extension, themes, etc. The data gets deleted when you exit the browser. This mode doesn’t save data to disk but keeps it in memory during the current session. If you are really concerned about your privacy we have articles about using DuckDuckGo and deep web where you can be sure that your browsing sessions are encrypted.
Read More
Chrome Roblox malware

Roblox is a very popular online game with millions of gamers playing it each day and as such it will naturally bring a lot of malware and attack on players trying to steal and exploit them for monetary gains. The latest attack and high-profile stealing of currency and assets happened exactly in Roblox.

roblox

Malicious activities have been reported to come from chrome extensions. So far 2 extensions have been identified that have hidden malware inside them but there could be more of them currently undetected. Extensions work as a front while in the back they mine user logins and other data in order to steal stuff from the Roblox platform.

To make things worse some of the malware is within long extensions like SearchBlox. The SearchBlox extension allows you to search quickly for other users if it was legitimate but has been compromised within the last month. There is evidence that people are stealing Roblox currency with the data gathered by the hidden backdoor in it.

SearchBlox extension is still Active in Chrome Web Store, with the primary listing still with the "Featured " badge. Google is actively removing malicious software from its storefront on a regular basis but this one still lingers in it.

If you or your kid have this Chrome extension installed, uninstall it right away and always be careful about which extension you install and give access to your system, keep them updated and check various blogs and article sites to inform yourself when a bad one is found.

Read More
Fixing error 0xc000000e in Windows 10
If you encounter a Recovery Error code 0xc000000e, “Your PC needs to be repaired” error on your Windows 10 computer, then it means that there is some hardware failure or an incorrect drive configuration. Apart from the error, it may be accompanied by different error message such as:
  • A required device is inaccessible
  • The selected entry could not be loaded
  • A required device isn’t connected or cannot be accessed
  • The selected entry could not be loaded because the application is missing or corrupt
  • The boot selection failed because a required device is inaccessible.
As mentioned, the error code 0xc000000e or STATUS_NO_SUCH_DEVICE error indicates that there is a hardware failure or an incorrect drive configuration and to fix it, you have to check your cables as well as check the drive with the diagnostic utility available from the manufacturer of the drive. And if you are using older PATA (IDE) drives, then this kind of error also indicates an incorrect master/subordinate drive configuration. There could be different causes for this error. It could be that the winload.exe file is not accessible or is corrupted or that the boot location for the operating system cannot be found. Thus, for you to boot into and access the operating system, you can try the suggestions given below.

Option 1 – Try rebuilding the Boot Configuration Data (BCD) file

  • Once you get to the Welcome Screen part, click on Next.
  • Afterward, click on the Repair your computer option located on the bottom-left part of the window.
  • Then click on Troubleshoot.
  • Next, select the Advanced Options and then Command Prompt.
  • Once Command Prompt has been pulled up, the following command to rebuild BCD files.
bootrec /rebuildbcd
  • Once the command line is successful in finding out a Windows installation, hit Y to let it boot from the list which will successfully rebuild BCD.
  • Now type “exit” to close Command Prompt and then restart your computer to successfully apply the changes made.

Option 2 – Try to run the Automatic Repair Utility

You might also want to use Automatic Repair in fixing the error code 0xC000000E. To do so, follow the steps below.
  • You can start by creating and booting from a bootable Windows 10 USB Stick.
  • After that, click on Repair your computer located in the bottom left corner when you are on the initial Windows Startup screen.
  • Next, click on Troubleshoot, and then on the other screen, click the Startup Repair option.
  • Now select the operating system you want to repair. Once you do that, it will start to repair your operating system. Wait until the process is completed and then check if the problem’s now fixed.

Option 3 – Try checking the physical device connections

You might also want to try checking if there are other devices that are connected to your PC. This is because of the configuration of the BIOS or UEFI might be configured in a way that any external device connected to the computer has a higher boot priority compared to the hard disk.  And if it’s really the case, the externally attached disk might be the drive your computer is trying to boot into and not the hard disk. In such cases, Pen Drives, USB storage devices, CDs, DVDs, and so on, are included in this category of physical device connections.

Option 4 – Try updating the BIOS

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

Option 5 – Try resetting the BIOS/UEFI configuration

You might also want to reset the BIOS configuration which will lead to arranging the boot configuration since it is intended by the manufacturer. Note that this will get rid of any blockage in the boot process.

Option 6 – Try marking your Disk as Online

Marking your Disk as Online can also help in resolving the error code 0xC000000E. To do so, follow the steps below.
  • You need to first create a bootable Windows 10 Media and then boot from it.
  • After that, click on Repair your computer on the first window of the Windows 10 installation setup.
  • Now, choose the operating system partition from the options and click on Next.
  • Then select Command Prompt from the System Recovery Options box.
  • Next, type in “diskpart” and hit Enter to initiate the Diskpart utility inside the Command Prompt.
  • Now type in either “list disk” or “list volume” and hit Enter. Either of these commands will help you in listing all the Disk connects or all the partitions on those disks formed. So you have to select one command depending on the list command you entered.
  • Afterward, type in “select disk #” or “select volume #” and hit Enter to select the Disk or Partition you want to select.
  • Now type in “online disk #” or “online volume #” and press Enter to mark the disk you selected as Online.
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
How to fix windows 10 error code 0x80073712
Windows 10 has displayed one of the most efficient and user-friendly interfaces. However there have been many issues on the backend of this commonly praised operating system: For example, Windows Update is still a wonky and error-laded system application. One example of this error is Windows Update Error 0x80073712 which stands in the way of users just wanting to keep their PCs updated hassle-free. The error code 0x80073712 signifies that a file needed by Windows Update to function is either damaged, missing, or corrupted. However, this does not mean that your Windows version will forever stay as-is with no mode to update it. Windows Update Error 0x80073712 is perfectly fixable with the set of provided steps below and some of Windows’ built-in troubleshooting steps:

Solution 1: Open Windows Update Troubleshooter

  1. Open the Windows Update Troubleshooter by pressing the Window Key and  “S” keys simultaneously.
  2. Enter the word “Troubleshoot” in the search box and select the Troubleshoot result
  3. On the new window, select “Windows Update” to troubleshoot.
  4. Run the troubleshooter, then open Windows Update and try to install the update again.

Solution 2: Run the DISM tool

  1. Open the command prompt by pressing Windows Key and “S” key simultaneously
  2. Enter “cmd” in the search box. Right Click command prompt among the results and select “Run as administrator”
  3. In the Command Prompt window type the following and press the Enter key after every command
DISM.exe /Online /Cleanup-image /Scanhealth DISM.exe /Online /Cleanup-image /Restorehealth
  1. To close the Administrator: Command prompt window, type Exit, and then press Enter.
  2. Run Windows Update again.

Solution 3: Rename the Software Distribution folder

  1. Open the command prompt as previously mentioned
  2. Input the following command pressing Enter after every line net stop wuauserv net stop cryptSvc net stop bits net stop msiserver rename c:windowsSoftwareDistribution softwaredistribution.old net start wuauserv net start cryptSvc net start bits net start msiserver exit
  3. Restart the PC and run the updater if it works again.

Solution 4: Restart Windows Update Services

  1. Press the Windows logo key and R together to open Run -> Input services.msc -> and press Enter
  2. Search for the Windows Update service -> Check its status
  3. If it is not indicated, right-click on the service and select Start to force start your Windows Update
  4. If you see an error, locate the Startup Type option and set it to Automatic
  5. Now you should reboot your computer and see if your Windows Update is OK

Solution 5: Fix Registry Issues

If after all the aforementioned solutions, you still experience problems with Windows Update, the problem may lie in the registry that is either damaged or corrupted. You may choose to do manual editing of your Windows registry by opening your Windows registry editor. But doing so is risky as one wrong letter may do incalculable damage to your system. To do so safely for more inexperienced users., we recommend using a third-party registry cleaner/tools, many of which can be found online.
Read More
Stop the Hotspot from Turning off
As you know, Windows 10 is equipped with a Mobile Hotspot feature that allows users to share the existing internet connections to other devices over Wi-Fi. However, one of the downsides to this feature is that it does not stay on if there are no devices connected to it for over five minutes. In other words, if there are no devices connected to the mobile hotspot for five minutes, it will turn off automatically. Thus, if you want the mobile hotspot to stay turned on, then you’ve come to the right place as this post will walk you through how to stop the Mobile Hotspot from turning off in Windows 10. There are two scenarios tackled in this post wherein the Mobile Hotspot feature turns off automatically and where the hotspot disables when there is no internet connection. To remedy these scenarios, you can try turning off the power saving feature or use a PowerShell command to change the “PeerlessTimeoutEnabled” settings or increase the Mobile Hotspot idle timeout settings. You could also increase the timeout period when a cellular connection is not available or disable the Wi-Fi and network adapter power management options. For detailed instructions, refer to each one of the given options below.

Option 1 – Try turning off the power saving feature

The first solution you can check out is to turn off the power-saving feature. To do so, follow these steps:
  • Open the Settings app and go to Network & Internet and from there, click on the Mobile Hotspot option.
  • Next, toggle the “Share my Internet connection with other devices” option.
  • After that, toggle the “When no devices are connected, automatically turn off mobile hotspot” option.

Option 2 – Execute a command in PowerShell

The next option you can try to keep the mobile hotspot turned on is through a command in PowerShell. To get started, follow these steps:
  • Tap the Win + X keys and select the “Windows PowerShell (Admin)” option.
  • Next, execute the following command to make sure that the Mobile Hotspot stays on even when no devices are connected to it:
powershell -windowstyle hidden -command "Start-Process cmd -ArgumentList '/s,/c,net stop "icssvc" & REG ADD "HKLMSYSTEMCurrentControlSetServicesicssvcSettings" /V PeerlessTimeoutEnabled /T REG_DWORD /D 0 /F & net start "icssvc"' -Verb runAs"
  • After the command is executed, here is what the script is doing in the background:
    • It stops the Mobile Hotspot service (icssvc).
    • It navigates to this registry path (HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesicssvcSettings) and creates a DWORD key named “PeerlessTimeoutEnabled” which has a value of 0.
  • It then restarts the Mobile Hotspot Service (icssvc).

Option 3 – Try increasing the Mobile Hotspot idle timeout settings

Another option you can try is to increase the idle timeout settings of the mobile hotspot. In case you don’t know, the default timeout when there’s no active connection is about five minutes. So if you don’t want to keep it on always but want to keep it on longer than five minutes, then this option is for you. All you have to do is change the same key (PeerlessTimeout) as mentioned above, at a different location. In fact, you can change it to a maximum of 120 minutes. To give this a try, follow these steps:
  • Tap the Win + R keys to open the Run dialog box and type “Regedit” in the field and then tap Enter to open the Registry Editor.
  • Next, navigate to this registry path: HKLMSystemControlSet001ServicesICSSVCSettingsPeerlessTimeout
  • From there, change its value to anywhere between 1 up to 120.
  • Once done, exit the Registry Editor and restart your computer.

Option 4 – Try increasing the timeout period when a cellular connection is not available

There are many times when you want to connect devices so it becomes part of the network. And as pointed out, the Mobile Hotspot turns off automatically when there is no internet or mobile data but when you use a registry setting, you can change any value between 1 and 60 inclusive.
  • Tap the Win + R keys to open the Run dialog box and type “Regedit” in the field and then tap Enter to open the Registry Editor.
  • Next, navigate to this registry path: HKLMSystemControlSet001ServicesICSSVCSettingsPublicConnectionTimeout
  • From there, set the value of the “Timeout” key between 1 and 60.
  • After that, close the Registry Editor and restart your PC.

Option 5 – Try to disable the Wi-Fi and Network adapter in Power Management options

As you know, the Wi-Fi adapter and the network devices have properties that will turn off when on battery and when it’s not used for a long time so you can try to disable these options.
  • Tap the Win + X + M keys to open the Device Manager.
  • Next, expand the list of Network devices and select the Wi-Fi adapter.
  • After that, go to the Power Management tab and make sure that anything related to power saving should be turned off. This will ensure that none of the network devices will turn off the Mobile Hotspot or trigger anything that will do that.
Read More
INET_E_RESOURCE_NOT_FOUND
The previous Windows versions all came with Microsoft's browser Internet Explorer. A lot of users love it because not only that it is easy to use. It is also very fast. Users didn’t have to worry about compatibility because it is almost always compatible with its Windows Version. When they introduced Windows 10, they changed the name of the browser from Internet Explorer to Microsoft Edge. It is faster and more user-friendly compared to its predecessors. But after the Creator Update, some experienced receiving the inet_e_resource_not_found error code. In contrary to what everyone expects, you actually don’t have to uninstall and reinstall the Microsoft Edge App. What you can do is reset the browser in your Apps & Features Settings in your Microsoft Settings.

To reset the browser you can follow the steps below:

  1. Click on the Windows icon and go to settings.
  2. Click on Apps and this will bring you to the Apps & Features page. Look for Microsoft Edge from the list of Apps and click on it.
  3. Choose Advance Option
  4. Scroll down then Under Reset, click on repair or reset. When you repair it will fix the existing problem but the data that caused the problem may still be present and can still cause problems. If you click on reset, it will delete all the cache and cookies that are installed in your browser but it will save your Favorites as well as your bookmarks.

Another way to resolve this is by disabling the feature TCP Fast Open on Microsoft Edge. To disable this, go ahead and follow the steps below:

  1. Open the Microsoft Edge browser.
  2. Type in about: flags on the Address (URL) bar.
  3. Under Networking, uncheck the Enable TCP Fast Open.
  4. Close your Microsoft Edge browser and open a new one.
Flushing the DNS also worked for other Users. Sometimes, the error code the inet_e_resource_not_found is caused by a corrupted DNS cache. There are 2 ways to flush your DNS. The first option is to use the command prompt to run the command.
  1. To access the Command prompt or CMD, you can search for it on Cortana or you can click on the Windows icon to access the Programs, scroll down to the Windows System folder and click on it.
  2. A dropdown menu will show up, click on Command Prompt which is the first on the list.
  3. Type in the code ipconfig /flushdns and press enter.
  4. There will be a message that will show that says Windows IP configuration successfully flushed the DNS Resolver Cache
  5. Exit the CMD by typing exit and press enter.
The easiest way to do this is to Press the keys Window + R on your keyboard. Type in ipconfig /flushdns in the search box and hit enter or click on OK. These are only some of the ways to resolve the inet_e_resource_not_found. There are other ways to further troubleshoot this issue such as reinstalling your Wifi Adapter Driver or adjusting the DNS Server Address. But most of the time, users are able to resolve the issue with the steps provided above.
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