Logo

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

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

What to do when you can't format SD card
SD memory cards have surfaced as standard cards for digital cameras and microSD as phone standard memory cards. Most people have and use at least one daily, so naturally copying files and even formatting SD cards is a natural thing to do, but what if you cannot copy files or format SD cards? SD cardsFear not because we had this issue and tried several things in order to overcome the problem and after some time here is a list of what can you do if you are facing this exact issue. The list is written from most simple solutions to more complex ones and it is advisable to follow it as presented. That being said, let's dive into solving the problem.

1. Remove Write Protection on SD card

First and in my experience the most usual thing preventing deleting, copying files, and formating SD card is due to write protection. Take an SD card out of the laptop, camera, or card reader and visually inspect it. On side of almost every SD card, there is a hardware lock switch and mark where it needs to be positioned in order to be locked. Even if the switch is positioned on unlocked state, switch it to locked and then back to unlocked. Sometimes this easy moving of switch can resolve some contact issues and the card will start working normally. Another type of lock that could be turned ON is a software one. If for any kind of reason data protection has been turned ON, you will need to turn it off in order to be able to format an SD card. In order to do this follow this guide:
  1. Press ⊞ WINDOWS + R to open the Run dialog
  2. In run dialog type in diskpart and press ENTER
  3. Once diskpart is opened in command prompt type in: list disk and press ENTER
  4. Locate your SD card and type in select disk x, where x is disk number followed by ENTER
  5. After the SD card is selected type in: attributes disk clear read-only and press ENTER
This process will clear the software lock on the SD card, after following this method try to format the card again, if the problem still exists go to the next solution.

2. Format SD card using Command prompt

Command prompt is a great tool and can perform some commands that are not been able to be completed using file explorer or another tool inside Windows.
  1. In the taskbar search box, search for cmd and select the Command prompt
  2. On the right part select run as administrator
  3. If needed click on YES on UAC prompt
  4. Inside command prompt type in diskpart and press ENTER
  5. type in list disk followed by ENTER
  6. Select your SD card by locating its number in the list and typing select disk X, where is X SD cards number in list and press ENTER
  7. Once SD card is selected type in format fs=ntfs quick and press ENTER
This should format SD card but if for reason even this step is provided as unproductive, go to the next solution.

3. Format your card with the Disk Management tool

  1. Go into the taskbar and search for Disk Management and open it
  2. Select SD card partition that you wish to format
  3. Right-click on the partition and select format
  4. After the format is done, enter the volume label, file system, and allocation unit size. Confirm with OK
  5. Press OK again to confirm the formatting process.
If you have not managed to format your SD card even with this method go to the next solution.

4. Repartition card with Disk part

If all previous solutions have failed there is a chance that the SD card has bad sectors on it. If this is the case that we will need to partition cards in order to isolate bad sectors and use healthy ones.
  1. Press ⊞ WINDOWS + R to open the Run dialog
  2. In run dialog type in diskpart and press ENTER
  3. Once diskpart is opened in command prompt type in: list disk and press ENTER
  4. Locate your SD card and type in select disk x, where x is disk number followed by ENTER
  5. Type in Clean and press ENTER
  6. Type in Create partition primary and press ENTER
  7. To select a new partition type select partition 1 followed by ENTER
  8. Make partition active by typing active and pressing ENTER
  9. Format the drive by typing format fs=ntfs label=SDCard quick followed with ENTER
  10. Assign a letter to drive by typing assign letter=h followed with ENTER
  11. Type exit to close Command prompt followed again by ENTER and open File Explorer to check if the drive is active

5. Try a dedicated SD card formating fool

If anything failed so far, one last thing you could do is to download and try a dedicated SD card formatting tool. One that I would recommend is SD Memory Card Formatter, which is free software make specifically for formatting SD memory cards.
Read More
Fix Out of Memory error while copying files
What is Out of Memory error while copying files? As you know, both the hard drive and RAM play a major role in performing any operation on a computer since every process or task that takes place in the system requires some RAM storage as well as hard drive storage to be executed. However, there are times when you may receive the following error messages when you try to copy files from one location to another:
“Out of memory or system resources, Close some windows or programs and try again.” “There is not enough memory to complete this operation – copying files.”
These errors are caused by the Desktop Heap limitation when there is no longer enough memory to complete the operation while copying the files. If you encounter any of these errors, you will be guided in this post with the help of some potential fixes that can increase its limit and will hopefully fix this error on your Windows 10 computer. You may try to close all the open windows and programs and then try copying the file again and see if that helps. If not, then proceed to the instructions given below. But before you do that, make sure that you create a System Restore point first. This way, you can undo the changes you’ve made any time in case there are some unwanted changes you want to reverse. After you create a System Restore point, refer to the steps provided below. Step 1: Tap the Win + R keys to open the Run utility and type “Regedit” in the field and tap Enter to open the Registry Editor. Step 2: Next, navigate to this registry key: ComputerHKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerSubSystems Step 3: Now double click on the DWORD named Windows to modify it. Step 4: Change the values for SharedSection in the Value Data field. It should be in the format of “SharedSection=aaaa,bbbb,cccc”. Note that you have to change the value of “bbbb” and “cccc”. So in case you are using an x86 operating system, set the value of bbbb to 12288 and then set the value for cccc to 1024. On the other hand, if you are using an x64 operating system, set the bbbb value to 20480 and the cccc value to 1024. Step 5: Exit the Registry Editor and restart your computer to successfully apply the changes made. Note: The bbbb value in the SharedSection registry is the size of the desktop heap for each interactive window station while the cccc section of the SharedSection value is the size of the desktop heap for each non-interactive window station. In addition, you must keep in mind that setting the value of bbbb to more than 20480 KB is not really recommended. On the other hand, there is another tool that could help in resolving the Out of Memory error. This tool is called the Memory Diagnostic tool in windows can help resolve the Out of Memory error by checking and automatically fixing any memory-based issues. To run it, refer to these steps:
  • Tap the Win + R keys to open Run and type mdsched.exe and hit Enter to open the Windows Memory Diagnostic Tool.
  • After that, it will give two options such as:
    • Restart now and check for problems (Recommended)
    • Check for problems the next time I start my computer
  • Once your computer has restarted, perform a basic scan or you could also go for the “Advanced” options such as “Test mix” or “Pass count”. Simply tap the F10 key to start the test.
Note: After you select your preferred option, your computer will restart and check for memory-based issues. If it finds any issues, it will automatically fix them.
Read More
What Is a VPN and What Can It Do For You?

Have you been feeling anxious in the digital space? Feeling like you have a million eyes on you each time you visit a website? It can definitely make you uneasy. Luckily there’s an easy fix, and it’s called a VPN.

In this article we’ll take you through the basics of what a VPN does and some of the biggest benefits you can reap from buying one.

VPN: definition and how it works

VPN stands for Virtual Private Network, so its name already says a lot about what it does. 

A VPN is specialized software that keeps your browsing private and secure. Essentially it hides your identity, preventing possible cyberattacks and data theft. This is especially important in cases of public network use, where you’re highly exposed to potential threats.

To be more specific, this software encrypts your Internet Protocol (IP) address by filtering it through a server hosted by the VPN provider first. That way, it prevents your Internet service provider, third parties and lurking online thieves from tracking the actual you.


Credit: FLY:D on Unsplash

Some providers, such as Surfshark VPN with its IP Rotator feature, even make it a habit to frequently change your IP address to further protect your identity. With most VPN providers, you can also appear to be in a completely different country, adding to your disguise.

There are tons of advantages you can look forward to if you decide to use a VPN. Take a look at some of the crucial ones.

Benefits of using a VPN

When choosing a VPN, you can find both free and paid options. We recommend you go with the paid ones, since they have stronger security, encryption and data protection, as well as more advanced features. Free VPNs come with limitations and risk of malicious attacks on the software itself.

You can choose to buy a singular VPN service or opt for antivirus software that has a VPN built in, for example Bitdefender’s Ultimate Security plan. That depends on what you use your computer for and how much. 

When you pick one, here’s what it can do for you.

1. Access region-specific content

When we said you could change your location, we meant it. Say you’re using a streaming service and a show you desperately want to watch isn’t available in your country. You can use your VPN to make it look like you’re browsing from a country where it’s unlocked.

This option is also convenient for gamers who want to access maps, skins and other in-game items unavailable in their location.

Surfshark VPN
Surfshark VPN (Credit: Dan Nelson on Unsplash)

In addition, you can use this powerful feature when you’re traveling to a region where some of your favorite content may not be accessible.

Do keep in mind that you need to read the Terms and Conditions (yeah, we know - who does that?) of your games and services before doing this, since you could end up getting a penalty. It’s also important to remember that there are entire countries that have strict regulations or even bans on VPNs, for example Belarus, Russia and China. So make sure to be very cautious with your VPN use, friends.

2. Browse like no one’s watching

VPNs shield your browsing habits from prying eyes on the web. Those can be malicious hackers or just third-party cookies tracking your every move to later bombard you with targeted ads. For example, Surfshark VPN features a Cookie blocker that blocks all cookie-related pop-ups and lets you browse in peace (and secret). It works even when the VPN is turned off, which is also pretty neat.

In addition, their CleanWeb 2.0 technology makes sure ads and especially malware don’t stand a chance at all, since they’re blocked before they can even load.

The inability of sites to track your browsing means they can’t collect and analyze any of your data. So, your personal information - or your company’s information in case that’s what you’re using your computer for - is entirely hidden and secure.

3. Save money

It’s well-known that the prices of certain items and services vary based on your location, browsing time, age and many other factors. This most commonly goes for airline tickets and hotel stays.

You can use your VPN to avoid high prices and surcharges. Clear all cookies, turn on your VPN and visit an online shopping site to check out their prices. Then compare your findings with the offers you see when your VPN is off, when you spend a long time on the site or have an active account with the company. 

Sometimes this can really help you find the best deals and avoid breaking the bank. But again, check the Terms and Conditions before you purchase something using a VPN.

4. Secure your smart home

The more smart devices you have connected to your network, the more exposed you are to potential cyberattacks. Phones and computers are generally designed to be decently secure even without a VPN or antivirus, but smart home devices leave a lot to be desired in that regard. 

Protecting your home network with a VPN software means all devices connected to it are secure, be it an air purifier or Alexa.

Credit: Bence Boros on Unsplash

5. Prevent connection slowdown

Your ISP can intentionally slow down your internet speed based on how much data you’ve consumed (data throttling) or your activities online (bandwidth throttling).

But with a VPN, what kind of data you send and receive and how much is entirely hidden. Therefore, if your ISP can’t see you, they can’t control you and they can’t throttle down your speed.   

The bottom line

You can never be too safe online. So definitely think about getting yourself a solid VPN to pump up your privacy and security as much as you can. And if you have any questions or need help choosing the perfect software for you, feel free to reach out to us.

Read More
How to remove CrazyForCrafts From Your PC

CrazyForCrafts is a Browser Extension from Mindspark Interactive. This Toolbar Extension allegedly offers users tons of DIY crafting guides and tricks, however all that it does is point you in the right direction. It links you back to some of the most popular DIY Crafting websites on the internet that you can find at any time by a simple search.

While this may look useful and faster than looking around the internet for good DIY projects, remember that this extension injects itself into your browser, changing your new tab page to Search.MyWay.com and records your browsing habits, can view your internet history, and know whatever you are looking for or viewing online.

While using this extension you will see additional pop-up ads, sponsored content, and injected ads throughout your browsing sessions.

Due to its behavior this extension has been marked for removal by several anti-virus scanners, and it is recommended to remove it from your computer to prevent data leaks.

About Browser Hijackers

Browser hijackers (sometimes called hijackware) are a type of malicious software that alters web browser configuration settings without the computer owner’s knowledge or permission. These hijacks appear to be increasing at an worrying rate around the world, and it can be really nefarious and sometimes dangerous too. They’re designed to disrupt browser functions for many different reasons. These are typically used to force visitors to a specific website, manipulating web-traffic to earn ad revenue. Although it might appear naive, all browser hijackers are damaging and therefore always classified as security threats. In a much worst case, your internet browser could be hijacked to download malware that will do a great deal of damage to your computer or laptop.

How one can know whether the browser is hijacked?

Symptoms that a web browser is hi-jacked include: the browser’s homepage is changed; new bookmarks pointing to pornographic sites have been added to your favorite pages; the essential web browser settings are modified and unwanted or insecure sites are added to the trusted websites listing; you are finding new toolbars you have never found before; you might see numerous pop-up ads on your computer screen; your browser has become unstable or starts running sluggishly; Inability to navigate to certain sites, especially antivirus as well as other computer security software websites.

How browser hijacker infects computers

Browser hijackers may use drive-by downloads or file-sharing websites or perhaps an e-mail attachment to reach a targeted PC. They also come from add-on software, also called browser helper objects (BHO), browser extensions, or toolbars. Also, certain freeware and shareware can put the hijacker in your PC through “bundling”. Examples of well-known browser hijackers are Fireball, CoolWebSearch. GoSave, Ask Toolbar, RocketTab, and Babylon Toolbar. The presence of any browser hijacker on your system might substantially diminish the web browsing experience, track your online activities that result in serious privacy concerns, develop system stability problems and eventually cause your computer to slow down or to an almost unusable condition.

How to remove a browser hijacker

Some hijackers can be easily removed by uninstalling the free software they were included with or by removing any extension you’ve recently added to your browser. But, most hijacking codes are certainly not very easy to get rid of manually, as they go much deeper into your operating system. You should consider performing manual repairs only if you’re a tech-savvy person, as potential risks are associated to tinkering with the system registry and HOSTS file. Browser hijackers could be effectively removed by installing anti-malware software on the affected system. SafeBytes Anti-Malware can counter relentless browser hijackers and provide you with proactive PC protection against all kinds of malware. In addition to anti-virus software, a system optimizer software, like Total System Care, will help you correct Windows registry errors, remove unwanted toolbars, secure online privacy, and stabilize software programs installed on your PC.

Virus Blocking Access To Safebytes Website And Anti-Malware Downloads - What You Should Do?

Malware can cause all kinds of damage once they invade your PC, ranging from stealing your private details to deleting files on your PC. Some malware is meant to interfere with or prevent things that you wish to do on your PC. It may well not allow you to download anything from the net or it will stop you from accessing a few or all internet sites, especially the anti-malware sites. If you’re reading this, odds are you’re stuck with a malware infection which is preventing you to download or install Safebytes Anti-Malware program on your system. Although this type of issue will be difficult to get around, there are a few steps you can take.

Get rid of malware in Safe Mode

The Windows-based PC has a special mode referred to as “Safe Mode” in which only the minimum required applications and services are loaded. In the event the malware is blocking access to the internet and affecting your computer, starting it in Safe Mode enables you to download antivirus and run a scan while limiting potential damage. To enter into Safe Mode or Safe Mode with Networking, press the F8 key while the computer is booting up or run MSCONFIG and locate the “Safe Boot” options under the “Boot” tab. As soon as you restart the PC into Safe Mode with Networking, you may download, install, as well as update anti-malware software from there. Following installation, run the malware scanner to eliminate standard infections.

Obtain the antivirus software using an alternate web browser

Malicious code could exploit vulnerabilities on a particular browser and block access to all anti-virus software websites. If you appear to have a virus attached to Internet Explorer, then switch over to a different browser with built-in safety features, such as Firefox or Chrome, to download your favorite anti-malware program – Safebytes.

Make a bootable USB anti-virus drive

Here’s yet another solution which is using a portable USB anti-malware software package that can check your computer for malicious software without needing installation. To run anti-malware using a USB drive, follow these simple steps: 1) Download the anti-malware on a virus-free PC. 2) Plug the Flash drive into the uninfected computer. 3) Double click on the exe file to run the installation wizard. 4) Choose the drive letter of the pen drive as the place when the wizard asks you where you would like to install the antivirus. Follow activation instructions. 5) Remove the pen drive. You can now utilize this portable anti-malware on the affected computer system. 6) Run the Safebytes Anti-malware directly from the pen drive by double-clicking the icon. 7) Click “Scan Now” to run a complete scan on the infected computer for malware.

Features of SafeBytes Anti-Malware

If you are planning to buy anti-malware for your computer system, there are lots of brands and packages for you to consider. A few of them are great, some are ok types, and some will destroy your computer themselves! You have to be careful not to select the wrong application, especially if you buy a paid software. Amongst few good applications, SafeBytes Anti-Malware is the highly recommended tool for security-conscious people. SafeBytes antimalware is a very effective and easy to use protection tool which is designed for end-users of all levels of computer literacy. With its cutting edge technology, this software will help you get rid of multiples types of malware which includes viruses, worms, PUPs, trojans, adware, ransomware and browser hijackers.

SafeBytes anti-malware takes PC protection to a whole new level with its enhanced features. A few of them are given as below:

Real-time Threat Response: SafeBytes offers complete and real-time security for your personal machine. This utility will constantly keep track of your PC for any suspicious activity and updates itself regularly to keep abreast of the latest threats. World-class AntiMalware Protection: Using its advanced and sophisticated algorithm, this malware elimination tool can identify and get rid of the malware threats hiding in your computer effectively. Web protection: SafeBytes checks the hyperlinks present on a web page for possible threats and alerts you if the website is safe to view or not, through its unique safety rating system. Lightweight: SafeBytes is lightweight software. It use up a very small amount of processing power as it works in the background so you’re free to use your Windows-based PC the way you would like. 24/7 Support: You can get totally free 24/7 technical assistance from their computer experts on any product queries or computer security issues. Overall, SafeBytes Anti-Malware is a solid program since it has plenty of features and could detect and remove any potential threats. Now you may realize that this tool does more than just scan and delete threats from your PC. For the best protection and the best value for money, you can’t get better than SafeBytes Anti-Malware.

Technical Details and Manual Removal (Advanced Users)

To get rid of CrazyForCrafts manually, navigate to the Add/Remove programs list in the Control Panel and choose the offending program you want to get rid of. For web browser plug-ins, go to your web browser’s Addon/Extension manager and select the plug-in you want to remove or disable. It is also suggested to reset your browser to its default condition to fix corrupt settings. If you choose to manually delete the system files and registry entries, use the following checklist to make sure you know exactly what files to remove before undertaking any actions. Please keep in mind that this is for skilled users only and might be challenging, with incorrect file removal leading to additional system errors. Additionally, certain malicious programs have the capability to defend against its deletion. Completing this task in Safe Mode is advised.
Registry: HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesWpm HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerMain Default_Page_URL HKEY_LOCAL_Machine\Software\Classes\[adware name] HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run .exe HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\random HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\run\random HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings CertificateRevocation = 0
Read More
Schedule restart update on Windows 11
windows 11 schedule updateWhen Windows 11 update is available but you do not wish to restart right away because you are in the middle of using a computer, you can schedule a restart for up to 7 days. It is very easy and we will show you how to do it.
  1. Press ⊞ WINDOWS + I to open settings
  2. Click on Windows Update
  3. At the top, under the Restart required to click on Schedule the Restart
  4. Click the switch under Schedule a Time to turn it ON
  5. Use the Pick a Time and Pick a Day menu to set time and day when you want to update
  6. Go back to one screen and visually confirm that the date is set
  7. Close the settings
The scheduled restart will be confirmed in a message on the Windows Update page.
Read More
Fix 0x800F0825 update error in Windows 10
Windows updates have become a regular occurrence in our digital lives. They are frequent and have become quite necessary. Most of the time they bring us quality content like fixed security, resolved bugs, and even new features but from time to time update itself can be not downloaded properly or it can have some issues when installing. Windows Update Error 0x800F0825 is one of these update errors that will be reported seemingly after applying the update. Altho annoying error it is nothing system breaking and can be easily resolved. Hello and welcome everyone, today we will provide you with solutions on how to resolve error 0x800F0825 when trying to complete a Windows update.

Run Windows troubleshooter

Built-in Windows troubleshooter can help a lot in resolving these issues and we will try it as a first solution because of its simplicity and ease of use.
  • Click on START
  • Click on settings Windows 10 Start menu with marked settings icon
  • Navigate to Update & Security > Troubleshoot > Additional Troubleshooter > Windows Update
  • Click on Run the troubleshooter
  • Follow onscreen instructions and let the troubleshooter try to solve the issue

Clear contents of SoftwareDistribution & Catroot2 folders

Altho SoftwareDistribution and Catroot2 folders are essential for the update process it can happen that badly downloaded updates or similar corruption can be stored there and thus producing this error.
  • Open file explorer and locate these two folders, go inside and delete content inside them
  • Try updating again to see if corruption inside folders was the issue.

Update manually

If the previous two solutions have not produced a result and the error is still present then go to the official Microsoft Update Catalog and download the update manually The catalog is here. Search for updates from the Windows Update Catalog In the Search box, type your search terms. You can carry out a full-text search, using a keyword, KB article, MSRC bulletin, driver manufacturer, driver model, driver version, product, and a classification. Select the appropriate version of Windows. Search or click on Advanced Search if you want to refine your search. A list will be displayed. Select the updates that you want to download. Click Add for each selection to add it to the download basket.
  • Download the updates. You may be asked to install an Active-X download control to be able to download files from this site
  • Double-click on the downloaded updates to install them
Administrators can download updates from the Microsoft Download Center or the Windows Update Catalog to deploy to multiple computers If you are running Windows Server Update Services (WSUS) 3.0, System Center Essentials (SCE), or System Center Configuration Manager (SCCM) you can import updates directly into these applications. Security updates, critical updates, service packs, update rollups, definition updates, and critical drivers can be configured to synchronize with your server automatically. You can still import these updates into your application by using Microsoft Update Catalog; however, depending on how you configure WSUS, SCE, and SCCM, you may not need to import the updates.

Disable system protection

In some rare cases, antivirus or firewall could interfere with both downloads and execution of certain files. If each previous solution failed disable temporarily your security software and try executing the update again.
Read More
How to Permanently Disable Active History
What is Active History? A new feature has been introduced in Windows 10 that allows users to stay connected to their tasks across their devices. This new feature is called “Windows Timeline” and using this feature, users could continue their tasks all over their Windows 10 computers as well as on devices that run Android and iOS as well. This new feature was included in Microsoft Launcher and Microsoft Edge on Android devices as well as in Microsoft Edge for iOS devices. In order for the feature to work, you have to send either Basic or Full data and diagnostics of your computer to Microsoft which would sync it all over your devices with the help of the cloud. And now since all your data is stored on your Windows 10 computer and with Microsoft under your account, it is easier for you to access the back and start where you left off. This kind of option is called Active History. In this post, you will be guided on how you can permanently disable Active History using either the Windows Registry or Group Policy. Before you go on further, it is recommended that you create a System Restore Point first in case anything goes wrong. This is a precautionary measure you must take so that you can easily undo the changes you’ve made. After creating a System Restore Point, proceed to the given instructions below.

Option 1 – Disable Active History via Registry Editor

  • Tap the Win + R keys to open the Run dialog box and type in “Regedit” in the field and hit Enter to open the Registry Editor.
  • Next, navigate to this registry key: ComputerHKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsSystem
  • From there, check if you can find a DWORD named “PublishUserActivities”. If you can’t find this DWORD, just create one with the same name and make sure that the base is selected to Hexadecimal.
  • After that, double-click on the DWORD and change its value from 1 to 0 to disable Active History.
  • Restart your computer to apply the changes you’ve made successfully.

Option 2 – Disable Active History via Group Policy Editor

Note that this second option won’t work if you are using the Home edition of Windows 10. This is because the Group Policy Editor does not come with Windows 10 Home. So if you are not using Windows 10 Home, follow the given steps below.
  • Tap the Win + R keys to open the Run box.
  • Then type in “gpedit.msc” in the field and hit Enter to open the Group Policy Editor.
  • Next, navigate to this path: Computer ConfigurationAdministrative TemplatesSystemOS Policies
  • After that, double click on the configuration listing named “Allow publishing of User Activities” to open the configuration page which has the following description:
“This policy setting determines whether User Activities can be published. If you enable this policy setting, activities of type User Activity are allowed to be published. If you disable this policy setting, activities of type User Activity are not allowed to be published. Policy change takes effect immediately.”
  • Now you have to select Disabled or Not Configured if you want to disable Publishing of User Activities or Enabled to Enable Publishing of User Activities depending on your preferences.
  • Next, click OK and exit the Group Policy Editor and then restart your computer to successfully apply the changes made.
Read More
How to Fix PFN_LIST_CORRUPT Error on Windows
If you suddenly encounter PFN_LIST_CORRUPT Blue Screen of Death error while using your computer then it means that the Page Frame Number or PFN list is corrupted. Page Frame Number is an indexing number used by the hard drive to find out the location of every single file on the physical disk. This kind of Blue Screen error is usually caused by a driver that’s passing a bad memory descriptor list and it can either be temporary or permanent. And so to fix this particular BSOD error, read on as this post contains a couple of suggestions that could help. Keep in mind that when you get a Blue Screen error like PFN_LIST_CORRUPT, the power connection to your PC must not be interrupted and so if you are using a laptop, it’s best if you connect it to a power source. On the other hand, if creating a dump from 0% to 100% takes up more than 5-10 minutes, then you have to force shut down your computer by pressing and holding the Power Key for 10 seconds or at least until the CPU lights turn off. After you do that, proceed to the troubleshooting tips prepared below.

Option 1 – Run the Blue Screen Troubleshooter

The Blue Screen troubleshooter is a built-in tool in Windows 10 that helps users in fixing BSOD errors like PFN_LIST_CORRUPT. It can be found on the Settings Troubleshooters page. To use it, refer to these steps:
  • Tap the Win + I keys to open the Settings panel.
  • Then go to Update & Security > Troubleshoot.
  • From there, look for the option called “Blue Screen” on your right-hand side and then click the “Run the troubleshooter” button to run the Blue Screen Troubleshooter and then follow the next on-screen options. Note that you might have to boot your PC into Safe Mode.

Option 2 – Run a System File Checker scan

You can also try to run a System File Checker or SFC scan in order to scan your computer for corrupted files that might be the cause behind the PFN_LIST_CORRUPT error. Once it finds any corrupted system files, it will automatically fix them. To run System File Checker, here’s what you have to do:
  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
  • Restart your computer after the scan is completed.

Option 3 – Check for any hard disk errors

  • On your desktop, right-click on the “This PC” or computer icon and then select Manage to open the Disk Management. Here you get to check your drive’s health.
  • Next, click on Disk Management on the left side panel.
  • From there, check the state of your drives. If it shows that all your partitions are healthy then it means all is good and that the problem may have something to do with some physical issues with your hard drive.
You might also want to run the CHKDSK utility to help you fix any issues with your hard disk. If your hard drive has issues with integrity, the update will really fail as the system will think that it’s not healthy and that’s where the CHKDSK utility comes in. The CHKDSK utility repairs hard drive errors that might be causing the problem.
  • Open Command Prompt with admin privileges.
  • After opening Command Prompt, execute the following command and hit Enter:
chkdsk /f /r
  • Wait for the process to be completed and then restart your computer.

Option 4 – Update the Device drivers

Updating the Device drivers can also help you fix the PFN_LIST_CORRUPT Blue Screen error. To do so, follow the steps below.
  • Tap the Win + R keys to launch Run.
  • Type in devmgmt.msc into the box and tap Enter or click OK to open the Device Manager.
  • After that, a list of device drivers will be displayed. If you see a red or yellow sign that shows up against the driver, right-click on the driver and select “Update Driver Software”.
  • Select the “Search automatically for updated driver software” option and then follow the instructions to complete the process.
  • Restart your PC and then check if the Blue Screen error is now fixed or not.

Option 5 – Disable OneDrive

The PFN_LIST_CORRUPT error might also be caused by OneDrive. Thus, you have to try disabling this program to resolve the problem.
  • Tap the Ctrl + Shift + Esc keys to open the Task Manager.
  • Once the Task Manager is open, click on More Details located at the bottom left portion of the window.
  • Then go to the Startup tab and select Microsoft OneDrive and then click Disable.
Read More
How to Fix Error Code 22

Error Code 22 - What is it?

Code 22 is a type of Device Manager Error code. Device manager errors are reported by the drivers causing the problem. It indicates that the devices are disabled in the Device Manager. This error code is displayed in the following format:
This device is disabled. (Code 22)
It looks like a very simple matter to enable a device from the Device Manager interface but if the device fails to load then there are likely greater underlying problems with the drivers. Drivers allow hardware devices to communicate with other hardware devices and the operating system. Drivers contain instructions and operating procedures for devices. Without a driver, a hardware device will not function and may not even appear in the Device Manager.

Solution

driverfix boxError Causes

Common causes of error code 22 are:
  • Device is disabled
  • Driver is outdated
  • The driver is missing or corrupt
  • The previous attempt to update the driver failed
  • Device is damaged
  • The device is not configured as the default device
This means that though the error code 22 typically indicates that the device reporting the error is disabled but other causes can also be associated with the error occurrence.

Further Information and Manual Repair

Here are some of the best and easy do-it-yourself methods to resolve error 22 on your PC. Try these methods to repair the issue.

Method 1

If the error code 22 is triggered due to a disabled device, then all you need to do to resolve the issue is enable the device. To enable the disabled device, follow these steps. Simply go to the start menu and type Device Manager in the search bar. Now click on the Device Manager and then click Actions. After you Click Actions, double click Enable Device. The Enable Device Wizard will pop up. Follow all the prompts from the Enable Device Wizard. This will hopefully resolve the issue.

Method 2

If method 1 doesn’t work then this means the problem is deeper than you think.  The problem can be triggered by the missing, corrupted, or outdated driver for the device reporting the error. In such a situation it is advisable to reinstall the driver for the device. To do this first uninstall the driver for the device reporting error code 22 then reinstall the driver.
  • 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 3

Sometimes devices can also get damaged due to registry issues. In such an event, install Restoro. It is a PC Fixer deployed with a registry cleaner. The registry cleaner wipes out all the unnecessary and obsolete files damaging the registry and repairs them in a few minutes. Click here to download Restoro.
Read More
Fix Windows Updates Error code 0x80246007
Downloading Windows Updates does not always go smoothly as you can encounter several issues like the “Some updates did not finish downloading, We will keep trying, Error code 0x80246007” error. In fact, this error can also occur on other Windows applications like OneNote. According to security experts, this error happens for many reasons. For one, it could be that the Windows Update database is corrupted. It could also be that there is another process that’s in conflict with the Windows Update components or there might be some issue with the Background Intelligent Transfer Service (BITS). Whichever the cause may be, you can fix it by following the solutions given below.

Option 1 – Delete the contents in the Temporary folder

You can also try deleting the contents in the Temporary folder – all the downloaded, pending, or failed Windows 10 updates. You can do that using the simple and easy steps below.
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “%temp%” in the field and press Enter to open the Temporary folder.
  • After that, select all the folders and files within the Temp folder and delete all of them.

Option 2 – Try running the Windows Update Troubleshooter

Running the built-in Windows Update troubleshooter is one of the things you can first check out as it is known to automatically resolve any Windows Update errors like Error code 0x80246007. 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 3 – Try renaming or removing the pending .xml file

The problem might be due to some pending .xml file so you need to rename or remove it. To do so, just go to C:/Windows/WinSxS folder. From there, look for a pending .xml file – you can either rename it or delete it. This will allow the Windows Update to delete any pending tasks and build a new and fresh update check.

Option 4 – Restart the Background Intelligent Transfer Service (BITS)

The Background Intelligent Transfer Service or BITS is a part of the Windows Update service that manages the background download of Windows Update, as well as scans for new updates and so on. Thus, if your Windows Update fails a couple of times, you might want to restart BITS. For you to do that, make sure that you have admin privileges.
  • Press the Win + R keys to open the Run dialog box.
  • Then type “msc” in the field and hit Enter to open Services.
  • After opening Services, look for the Background Intelligent Transfer Service from the list of services and then double click on it to open Properties.
  • Next, set the Startup type to Manual and click on the Start button. If it doesn’t help, you can try setting it to Automatic (Delayed) and then reboot your PC.

Option 5 – Run the DISM tool

Running the DISM Tool helps in repairing the Windows System Image as well as the Windows Component Store in Windows 10. 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 6 – Delete the files from the Software Distribution 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.

Option 7 – Reset the Catroot2 folder

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.
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