Logo

Fix cannot open IPv4 Properties in Windows 10

Many Windows 10 users often change the IP addresses of their computers’ network adapter in order to connect to the internet or network they belong to in times when there is no automatic connection for their computers. In most cases, access to modifying this setting is restricted for some odd reason even if you are an administrator. So if you are one of the users whose Windows 10 VPN IPv4 Properties are not working, this post can help you remedy that so that you can open and edit the IPv4 Properties on your Windows 10 PC.

The common way to change IP settings is by going to Settings > Network and then to Internet > Change adapter options > Select Network adapter > right click and open Properties. From there, you can select TCP/IP 4 and modify it. If you aren’t able to do this, refer to the instructions laid out below to troubleshoot the problem in accessing the IPv4 Properties.

Option 1 – Try using PowerShell to manually set the IPv4 properties

As you are not able to set it using the interface, you can do so using PowerShell instead. Note that this option will only work for you if you run PowerShell with administrator privileges.

After opening PowerShell, according to many users, you have to run the this command – set-DnsClientServerAddress -InterfaceAlias “Ethernet” -ServerAddresses xxx.xx.xxx.xxx,x.x.x.x,xxx.xx.xxx.xxx,x.x.x.x

Usually, Ethernet is the name of your network adapter which is set by default. If you want to see the actual name of your network adapter, you can just type this command and tap Enter after doing so – Get-NetAdapter -physical | where status -eq 'up'

After entering the given command, you will see a list of active Ethernet adapter in your computer as you can see on the image above. Note that the 4 sets of X like the one on the image below should match with the sequence:

Option 2 – Try editing the rasphone.pbk files

The rasphone.pbk files stores property for the connections and since you are not able to access the IPv4 properties, it is most likely that it has been disabled here. The good thing is that you can open these files and edit them using Notepad. Refer to the steps below to do so.

  • Open the Windows Explorer and then enable the show hidden files option.
  • After that, look for the files at this location – C:Users <username>AppDataRoamingMicrosoftNetworkConnectionsPbk_hiddenPbkrasphone.pbk
  • Then right-click on it and select the “Open with” option and choose the Notepad app.
  • After opening the file, look for “IpPrioritizeRemote” from the long list.
  • Once you found it, set its value from “1” to “0”.
  • After that, look for “IPInterfaceMetric” and set its value to “1” and tap Ctrl + S to save the changes you’ve made, and then exit and try accessing the IPv4 properties again. It should work, but if you’re still unable to access it, try the next option below.

Option 3 – Enable the Split Tunneling if you use VPN

All data goes back and forth when you are using a VPN service on your computer. And since you are using VPN, it could be that it disables the IPv4 interface. If that’s the case, you need to stay connected with both the local network and VPN and to do so, you have to enable Split Tunneling. How? Follow these steps:

  • Open PowerShell with administrator privileges.
  • Next, type in “Get-VpnConnection” and tap Enter. After doing so, it will give you the exact name of your VPN.
  • After that, type in “Set-VpnConnection -Name “yourVPNName” -SplitTunneling $True” and tap Enter. Once you enter the command, it will free your IPv5 settings so that you can change it to connect with your local network if you prefer it to.

Do You Need Help with Your Device?

Our Team of Experts May Help
Troubleshoot.Tech Experts are There for You!
Replace damaged files
Restore performance
Free disk space
Remove Malware
Protects WEB browser
Remove Viruses
Stop PC freezing
GET HELP
Troubleshoot.Tech experts work with all versions of Microsoft Windows including Windows 11, with Android, Mac, and more.

Share this article:

You might also like

Fix An internal error has occurred 0x80070716
If you see the following error message in the File History tab of the File Recovery utility of the Windows Backup module in your Windows 10 computer, read on as this post will guide you in fixing it with the help of two potential fixes.
“An internal error has occurred: The specified resource name cannot be found in the image file. (0x90070716).”
You can also encounter this error when you run the System Image Backup function. As mentioned, you can resolve this error using two potential fixes namely checking the status of the Windows Backup Service and checking the settings in the Windows Registry. For more details, refer to the instructions provided below but before you proceed, it would be better if you create a System Restore point first.

Option 1 – Try checking the status of the Windows Backup Service

  • First, you need to tap the Win + R keys on your keyboard to open the Run dialog box.
  • Next, type “services.msc” in the field and click OK or tap Enter to open the Windows Services Manager.
  • After that, you will see a list of services and from there, look for the Windows Backup Service and double click on it to open its Properties.
  • Then check if its Startup type is set to Disabled. If it is, then change it to “Manual”. Note that this service is essential as it provides backup and restores capabilities.
  • Now click on the Apply and OK buttons to save the changes made and then restart your computer. Check if the error is now gone.

Option 2 – Try checking the Registry setting of Windows Backup

  • Tap the Win + R keys to open the Run dialog box.
  • Then type “Regedit” in the field and tap Enter to open the Registry Editor.
  • After opening the Registry Editor, navigate to this registry key: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionWindowsBackup
  • From there, look for DWORDs named “ValidConfig” and “ValidSystemImageBackup” located in the right-side panel.
  • Once you found them, delete them or set both of their values to “0” and make sure that the base is Hexadecimal and click OK.
  • Now exit the Registry Editor and restart your computer to apply the changes made.
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
An Easy Guide to Fixing Error Code 800b0100

Error Code 800b0100 - What is it?

800b0100 is a typical Windows Update error. This error message occurs when you try to install the latest updates from Microsoft Updates and Windows Updates. The error message is displayed in the following format:
“Code 800B0100 Windows Update encountered an unknown error.”

Solution

Restoro box imageError Causes

Error code 800b0100 may pop up on your computer screen due to different reasons. However, some of the common causes include:
  • The file needed by Windows Update is corrupt or missing
  • Security software conflict such as Firewall
  • Incorrect Registry keys
  • Windows security .dll files are registered incorrectly

Further Information and Manual Repair

To resolve error code 800b0100 on your system, you don’t have to hire a professional. This error is quite easy to repair and requires no technical expertise. In other words, you don’t need to be a computer programmer or technically sound to repair this issue. Here are some of the easy and effective DIY methods that you can try to resolve error code 800b0100 on your system:

Method 1

Download System Update Readiness Tool from Microsoft’s website on your PC. This tool can help you fix this problem that might prevent Windows Updates from installing. Typically it will take 15 minutes or less to scan your entire PC.  The System Update Readiness Tool will scan your computer for inconsistencies that may cause errors to occur.

Method 2

Disable Security Software on your PC for example if you use Windows Vista then you will have Firewall already built in. Disable it to resolve error 800b0100. To do this, simply go to the start menu and open the control panel and then select security. Now locate the option Windows Firewall and upon finding, simply choose the option Turn Windows Firewall on or off. Select off (not recommended) option, then click Apply and OK to reset and confirm changes. After that, go back to the Windows Update screen and then click the try again button. The download and installation would start. After the installation is complete, restart your PC to activate changes. Once the updates are successfully installed, not re-enable the Firewall, to ensure your PC is not exposed to potential security threats or viruses.

Method 3

Remove Invalid Keys from the Registry by downloading Restoro. This is a PC Fixer deployed with a registry cleaner. It scans your entire PC and removes all the obsolete and unnecessary files like cookies, bad and invalid registry keys. It cleans and repairs the registry in a few clicks. Click here to download Restoro.
Read More
How to Fix Error Code 0xc0000142

What is Error 0xc0000142?

Error 0xc0000142 can occur in any of the Windows versions and usually occurs when an application fails to properly initialize.

This error can be critical for a computer as it signifies that the system is unstable. Error 0xc0000142 can cause slow performance in a PC, system freeze, startup and shutdown issues, blue screen and errors in installation.

Solution

Restoro box imageError Causes

Windows/Application Error 0xc0000142 can occur because of a number of reasons.

When a computer is an overload with data, or when system files get broken or missing, this error can occur and will result in startup and shutdown issues as well as the blue screen. Another reason, and one which is quite common, is improper computer maintenance.

This will cause a PC to perform slow, system freezes, and installation errors. This error displays ‘failed to initialize’ on either a Windows error box or the blue screen of death.

Further Information and Manual Repair

Error 0xc0000142 can occur at any time, but there are many ways to resolve it. For instance:

1) Clean the Registry

A corrupted registry is one of the major reasons why this error occurs. The registry is used by Windows to store information and settings on the computer, which is why it has a large database.

This database contains emails, wallpapers, saved passwords and much more in ‘file path references’. These allow Windows to run the common files in your system. A registry cleaner can fix any errors in the registry database.

2) Malware Scan

Viruses can cause certain applications to not function properly. Hence, download a strong antivirus and run a deep scan on your system and remove any potential infections and spyware.

3) Reinstall Applications

Non-critical applications in a computer are those that are installed by the user. If error 0xc0000142 displays in any of your installed programs, then you should reinstall these programs. Often applications have damaged or corrupted files which can slow them down. To resolve this, follow these steps:

  • From Start, click on Control Panel
  • Go to Add/Remove Programs and uninstall the programs
  • Restart your PC and reinstall the program

The third step is not recommended in case the error is caused by cmd.exe

4) Repair Windows

If the error is still on display despite following the previous steps, then you can repair Windows. This process allows Windows to retain all your data and information by simply replacing the program files and settings with fresh ones. This can stop error 0xc0000142 by allowing the programs access to use necessary files smoothly and effectively.

If you cannot resolve the error in any of these steps, then there is another way to do so if you have a computer that runs the Microsoft Internet Security and Acceleration (ISA) Server 2000. Follow these steps in order to resolve it:

  • Make sure that in Program Files and Microsoft ISA Server, a Clients folder exists. The ISA Server service will run on this folder
  • Confirm that Administrators and SYSTEM have Full Control assigned in the Program Files/Microsoft ISA Server/Clients folder
  • Confirm that Msplat.txt file is in the Clients folder. You can copy this file from other ISA Server computers if it is missing
  • If the Clients folder is damaged or is missing, or if you can’t copy the Msplat.tct file from another ISA Server computer, then reinstall the ISA Server 2000
Read More
Copy and Paste feature is not working
One of the most basic and commonly used features in the Windows operating system is the copy and paste feature that helps users accomplish tasks in a faster and easier way. However, if you notice that it’s not working properly for some reason, then this post might be of help as it will provide you with options you can check out to resolve the problem. You can encounter this kind of problem with the copy and paste feature if some system files are corrupted or if there’s some third-party application or process that interferes with this function. Worry not though for there are some options you can check out to fix this. You can try to restart the rdpclip.exe process or the explorer.exe process. You could also try to reinstall the program where you encountered the issue with the Copy and Paste function. In addition, you could try clearing the clipboard history or run the built-in tools like the DISM tool and SFC scan. You could also troubleshoot the problem in a Clean Boot State or use the Refresh Windows tool. For more information, refer to each one of the options below.

Option 1 – Try to restart the rdpclip.exe and the explorer.exe processes

The first thing you can do to resolve the problem is to restart certain processes namely, the rdpclip.exe process and the explorer.exe process via Task Manager.
  • First, right-click on your Taskbar and select the Task Manager.
  • Next, look for the rdpclip.exe process and right-click on it, and select the End process option.
  • After that, click on the File tab > Run new task and then type “rdpclip.exe” and tap Enter.
  • This should help fix the problem. If not, you could also try to restart the explorer.exe process – just look for the explorer.exe process in the Task Manager and right-click on it, and then select the Restart option.

Option 2 – Try reinstalling the concerned program

If you only experience this issue on a particular program, you might want to uninstall this program and install it back again, and then see if it fixed the problem or not.

Option 3 – Try to clear the clipboard history

You could also try clearing the clipboard history as it has been known to help in fixing this kind of issue. You can clear the clipboard history using the command line.
  • Tap the Win + R keys to launch the Run dialog box and type “cmd” in the field and hit Enter to open Command Prompt.
  • Next, execute this command: echo off | clip
  • After that, check if the Copy and Paste function is now working properly or not.

Option 4 – Try running the DISM tool

You can run the DISM tool as well to help fix the “Tile Database is corrupt” error. 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
    • DISM.exe /Online /Cleanup-image /Restorehealth
  • Do not close the window if the process takes a while as it will probably take a few minutes to finish.
  • Once it’s done, check if it was able to fix the corrupted Start Menu or not.

Option 5 – Try to run System File Checker or SFC scan

  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow and hit Enter.
  • Once done, restart your computer.

Option 6 – Restart your computer in a Clean Boot State

If a third party program like antivirus is the one that’s causing the problem, you can try to put your computer in a Clean Boot State to isolate the issue by following these steps:
  • 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.)
  • Now try to connect your device or copy the files to your external device again and check if the problem with the Copy and Paste function is fixed.
Read More
The Ins and Outs of Windows 11’s Gaming Performance

Wondering if upgrading to Windows 11 will boost your gaming experience? We can’t give you a straightforward answer, sadly. But we can take you through the tweaks you can expect if you have all the right requirements and help you make a final decision.

Is Windows 11 good for gaming?

Essentially, the answer to this question is yes. Microsoft has definitely added a bunch of enhancements and features to its latest OS to give gamers the best possible experience. However, you have to keep in mind that this may not work out smoothly for every single user.

Whether you’ll be able to fully take advantage of the Windows 11 gaming features really depends on your setup. As expected, Windows 11 has more demanding system requirements than its predecessor.

So, unless your hardware can run the new OS comfortably, you might not be able to make the most of all these gaming perks. In that case, we recommend you first upgrade your hardware and then make the switch. Be prepared to be a little surprised by a few other interesting changes in comparison to Windows 10, though!

For some of the new gaming features to work, it’ll also be necessary for you to have an NVMe SSD and an HDR-compatible monitor. So let’s take a look at 4 big improvements you can expect if your setup is compatible.

Gaming enhancements on Windows 11

1. Enjoy faster loading speed with DirectStorage

For this powerful feature to work, you need a compatible graphics card and, as stated before, an NVMe SSD. It’s also important for your GPU to support the DirectX 12 graphics API at least. And since we’re on that subject, you’ll be happy to know that Windows 11 has also introduced a new version of the API called DirectX 12 Ultimate. 

Now, what does DirectStorage do? It’s a new feature designed to make full use of the speedy storage of NVMe SSDs. It also transfers game data directly onto the graphics card, lightening the load on your CPU. Normally the CPU would have to decompress the data first, but DirectStorage helps bypass this. That’s how loading times are reduced and games run more smoothly.

2. Fully immerse yourself through Game Mode

Windows 11’s Game Mode is certainly a welcomed addition. When you turn on Game Mode, usage of background apps that aren’t essential to your game is reduced. This results in the game you’re running becoming a priority process. This way, it uses your hardware and system resources to the max. Ultimately, the Game Mode means less lag and higher frame rates so you can play undisturbed and fully enjoy your gaming session.

3. Vibrant visual experience thanks to AutoHDR

For this one you’ll absolutely need an HDR-compatible monitor. Basically, HDR (High Dynamic Range) means a wider range of contrasts and colors that can be displayed on a monitor.

Windows 10 has an HDR feature, but you have to turn it on and off manually (“Use HDR”). Plus, users have reported that, if left on, it results in an unappealing appearance of content other than movies and games. 

Windows 11 fixes that problem with its AutoHDR feature. Toggling it results in the system automatically adjusting the color contrast, balance and brightness based on what you’re currently looking at. For gamers, this means vivid imagery in every single game, resulting in a supreme visual experience. You can check out Microsoft’s own video showcasing the power of AutoHDR.

Aside from AutoHDR, another way Windows 11 improves the visual aspect is through its support for refresh rates of up to 360Hz.

4. Xbox Game Pass & Game Bar

It’s no secret that Microsoft wants to integrate Windows and Xbox. We’ve seen some attempts with Windows 10, but they’re pretty wonky compared to the new OS.

Windows 11’s built-in Xbox Game Bar enables quite a few options all gamers desire. You can take screenshots and videos of your game and send them, for starters. Furthermore, you can use it to see audio settings and monitor your PC’s performance without having to leave the game or open the Task Manager.

Microsoft Windows 11's Game Bar
Source

Widgets are also a really cool part of the Game Bar. You can choose from a wide variety of widgets, such as Xbox Achievements, Spotify, Gallery, Xbox Social and more. 

Moreover, the Xbox Game Pass has been streamlined on Windows 11. Game Pass is a subscription service that unlocks hundreds of awesome games and supports cloud streaming. Do keep in mind that the games are only unlocked for a certain period of time, as the selection rotates once in a while.

What can you do for a better gaming experience?

Windows 11 does offer tweaks that require zero input from you. However, there are a few things you can do manually to get even more out of your new OS while gaming.

  • Turn off enhanced pointer precision. Most games enhance precision by default, so having this feature on might interfere with that.
  • Make sure to select your high performance graphics card for each game. Go to Settings > Gaming > Game Mode and tap ‘Graphics’ from the ‘Related settings’ menu. Find the game you want to adjust, click on ‘Options’ and choose your high performance graphics card to be the default setting. While there, you can also turn on ‘Hardware-accelerated GPU scheduling’ at the top.
  • Disable unnecessary apps and programs. As long as they aren’t essential to running your game, they might take up valuable system resources, so disable them to make space for your gaming requirements.
  • Check for pending updates and install them. It’s well-known that out-of-date software causes bugs, latency and crashes. The same goes for your GPU drivers.
  • Use the High-performance power plan (Control Panel > Power Options > Additional plans) to maximize the use of resources for the best possible performance.

Summary

Windows 11 has done quite a bit for avid gamers. We hope your setup is compatible with all these new features and you can experience these enhancements ASAP!

Read More
Repair Windows 10 Error Code C19000101 - 2000B

Error Code C19000101 - 2000B on Windows 10– What is it?

Error Code C19000101 - 2000B is a Blue Screen of Death (BSOD) error encountered by Windows users in an attempt to upgrade their operating system from Windows 7 or Windows 8/8.1 to Windows 10. The system upgrade does not successfully finish and when the installation is resurrected, it fails then reverts back to the original operating system. More and more Windows users come across this error that may have been triggered by a few reasons to be discussed in this article.

Solution

Restoro box imageError Causes

Microsoft users can experience the BSOD error C19000101-2000B due to the following reasons:

  • There’s an incompatibility with the drivers
  • Antivirus software

Further Information and Manual Repair

In fixing error code C19000101-2000B, you can try doing it manually. Manual repair methods can offer users solutions effectively and efficiently, having to address the root causes and issues in relation to a number of Windows error codes. If properly implemented, these manual repair methods can help Windows users resolve problems at hand immediately. However, there are cases where the help of a Windows professional is necessary. In such instances, it would be best to consult a certified Windows expert or you can also try using a powerful automated tool whenever needed.

To be able to fix error code C19000101-2000B, implement the first method used in resolving error code 0xc000021a, then you can proceed with this first method:

Method One: Perform Clean-Boot

  1. Prior to performing an upgrade, you need to disable your antivirus. Or, better yet, uninstall it.
  2. Ensure that your PC name is simple without hyphens, periods, or dashes.
  3. Restart your device several times, then try again.
  4. Disable all USB devices such as a smart card reader.
  5. If you are using a SCSI hard disk, be sure to have the drivers ready and available for a storage device like a thumb drive to be connected. While on the Windows 10 setup, select the Custom Advanced Option then use the Load Driver command to load the right driver for the SCSI drive. If the setup still fails, try switching to an IDE-based hard disk.
  6. Launch a clean boot, restart your device, then try again.
  7. If you are upgrading to Windows 10 using the .ISO file, make sure to disconnect from your internet connection during setup. If your device is connected by Wi-Fi or through LAN, you need to disable both before attempting to run a  system upgrade again.
  8. Switch to a local account if you are connected to a domain.
  9. Ensure that all external devices such as USB keys, external hard drives, gaming controllers, or printers are not attached to your device.

If you are upgrading to Windows 10 using Windows Update, you can perform a manual repair using the next method.

Method Two: Upgrading Via Windows Update

  1. Make sure to disconnect from the Wi-Fi or LAN once the download reaches 100% before you proceed with the system upgrade.
  2. Press Windows + X to open the command prompt window as an administrator.
  3. Stop the Windows Update service, BITS, MSI Installer, and Cryptographic by inputting the following commands one by one, hitting Enter after every command:

Net stop wuauserv

Net stop bits Net stop msiserver Net stop cryptSvc
  1. Restart both Software Distribution and Catroot2 folders. You can do this by typing Ren C: WindowsSoftwareDistribution SoftwareDistribution.old and Ren C: WindowsSystem32catroot2 Catroot2.old in the command prompt to change the names of both Software Distribution and Catroot2 files.
  2. Restart the Windows Update service, BITS, MSI Installer, and Cryptographic by inputting the following commands one by one, hitting Enter after every command:

Net start wuauserv

Net start bits Net start msiserver Net start cryptSvc
  1. Exit the command prompt then restart your device. You can now try to proceed with the system upgrade again.

Method Three: Disable or Uninstall Antivirus

  1. If you opt to just disable your antivirus, you just have to right-click on the antivirus’ icon from your toolbar then choose Disable.
  2. Press Ctrl + Alt + Del to open the Task Manager.
  3. Check if all the files or services linking to your antivirus are turned off.
  4. If you choose to uninstall your antivirus (which is recommended), open Control Panel.
  5. Once the Control Panel window is open, select Programs then Uninstall a Program.
  6. Look for your antivirus on the list, right-click it then choose Uninstall.
Read More
An intelligent Solution to Repair Outlook PST Mailbox Errors

Outlook PST Mailbox Errors Malfunctions

Can you use an MS-Outlook e-mail account to send and get workplace e-mails on a daily basis? Are you using the exact same Outlook e-mail account for a long time? Are you getting PST Mailbox Errors? Then you have developed awareness and knowledge about Outlook PST Errors. Ms-outlook essentially stores the email items in a PST record. This includes all attachments, contacts, calendar items, your e-mails and records. You might encounter various kinds of Outlook Inbox error messages exhibited on the display in extended formats eg. 0x80040600 0x8004060c or 0x80040116. All all these are Outlook mailbox malfunctions that stop the Outlook program from executing jobs correctly and thus restricting your capacity to gain access to your e-mail account, see attachments, contacts, and calendar items that are significant.

Error Causes

There's not a single particular trigger for Outlook email malfunctions. A few causes can trigger these, but, the most frequent are virus contamination, 2 GB limit is exceeded by PST file and broken. There are no specific signals which will help help you identify but some pointers to look at include the following:-
  • You cannot access certain parts of your Outlook interface
  • Obscure error messages start popping on your screen
  • You can’t add new contacts or change entry data in your calendar

Further Information and Manual Repair

When you experience these signs related to PST Inbox errors, it is advisable to repair the problem immediately to ensure it does not cause inconvenience for you and hampers your communication via Outlook emails. Remember this error not only inconveniences you but also hinders proper communication between various business partners. Determining the ultimate reason for distinct Outlook email malfunctions could be tricky, time-consuming, and might need specialized knowledge to nail it down with regards to fixing the Outlook mailbox malfunctions. In case you are not a specialist, working out and fixing this problem is an uphill process. To simplify this process, obtain and install an Outlook PST Repair Tool! This is an intelligent solution to fix all kinds of Outlook errors. You do not have to go deeper into the technical details of the problem. The Outlook PST Repair tool does it for you. An inbox repair tool identifies and also repairs all sorts of MS Outlook errors in seconds. It is easy to use, highly functional, safe and efficient. By installing an Outlook repair tool, Outlook errors can be easily removed from your computer and keep the errors from happening again. It also fixes damaged PST files and damaged e-mails can help regain data. Whatever you should do is to begin:
  1. Click here to download the inbox repair tool
  2. Install the software on your system
  3. Run it and click restore to resolve Inbox errors
Read More
Fix Error 0x80246019 in Microsoft Store
Microsoft has started building a unified store with Windows 8 and later with Windows 10 in order to make it easier for users to get safer and more modern applications for their Windows 10 devices. This unified store is called the Microsoft Store which is tied up with the Windows Update. The delivery for them both are quite similar which is why they also have some common errors as well as fixes for them. So in this post, you will be guided on how you can fix error 0x80246019 for both Microsoft Store and Windows Update in your Windows 10 computer. The error 0x80246019 might be caused by corrupted system files or missing ones or be due to some glitch in the component services and other possible causes but whatever the cause is, you can fix it with the help of the following fixes, make sure to follow each one of them carefully.

Option 1 – Reset Windows Update components

  • Open Command Prompt with admin privileges.
  • After that, type each one of the following commands and hit Enter after you key in one after the other.
    • net stop wuauserv
    • net stop cryptsvc
    • net stop bits
    • net stop msiserver
Note: The commands you entered will stop the Windows Update components such as Windows Update service, Cryptographic services, BITS, and MSI Installer.
  • After disabling WU components, you need to rename both the SoftwareDistribution and Catroot2 folders. To do that, type each one of the following commands below, and don’t forget to hit Enter after you type one command after the other.
    • ren C:WindowsSoftwareDistribution SoftwareDistribution.old
    • ren C:WindowsSystem32catroot2 Catroot2.old
  • Next, restart the services you’ve stopped by entering another series of commands. Don’t forget to hit Enter after you key in one command after the other.
    • net start wuauserv
    • net start cryptsvc
    • net start bits
    • net start msiserver
  • Close Command Prompt and reboot your PC.

Option 2 – Toggle the Windows Insider Program settings

This option is only applicable to you if you are a part of the Windows Insider Program. If you are, then follow the steps below.
  • First, you have to open Settings and go to the Update & Security section.
  • From there select the Windows Insider Program.
  • After that, select the “Stop Insider Preview builds” option and then restart your computer.
  • Now open the Windows Insider Program again and check if it fixes error 0x80246019 or not.

Option 3 – Run the System File Checker Scan

System File Checker or SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files with good system files that might be the cause why you’re getting error 0x80246019. To run the SFC command, follow the steps given below.
  • 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.
 Reboot your computer.

Option 4 – Run the DISM tool

You can also run the DISM Tool as it 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” which could help in fixing error 0x80246019.
  • 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 5 – Try to reset the Microsoft Store cache

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

Option 6 – Run the Windows Update Troubleshooter

You might also want to run the Windows Update Troubleshooter as it could also help in fixing error 0x80246019. 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.
Read More
Enable or Disable Optional Windows Features
As you know, Windows operating system comes with tons of features. Some of which are not intended to be used by normal customers or users directly which means that only a small percentage of the huge user base of the operating system leverages the use of such features. However, they’ve added some major value to the feature list of the operating system. You can find these features under the “Turn Windows Features on and off” option. This indicates that if you want to, you can just type in “Turn Windows Features on and off” in the search box and then enable any feature that you want to enable. Aside from that, there are other ways you can disable or enable the optional Windows Features in your Windows 10 computer.

Option 1 – via Control Panel

  • Open Control Panel and select Uninstall a Program.
  • After that, select the “Turn Windows features On or Off” option on the left side.

Option 2 – via Command Prompt

  • Tap the Win + X combination on your keyboard or right-click on the Start button and then click on Command Prompt (Admin). Alternatively, you can also type “cmd” in the Cortana search box and right-click on the Command Prompt icon, and select the “Run as administrator” option.
  • If a User Account Control or UAC prompt appears, click on Yes.
  • Next, type in the following command to see the list of the available features.
DISM /online /get-features /format:table | more
  • Now all you have to do is copy the name of the feature that you want to enable and for you to do that, you need to execute the following command:
DISM /online /enable-feature /featurename:[Enter the name of the feature here] –All
Note: Now if you want to disable a feature that’s already enabled in your computer, refer to these sub-steps:
  • First, you need to check what features are enabled, and for you to find out, enter this command: DISM /online /get-features /format:table | find “Enabled" | more
  • And if you want to check the detailed information about a particular feature, you can enter this command: DISM /online /get-featureinfo/featurename:[Enter the name of the feature here]

Option 3 – via Windows Powershell

As you know, the Windows Powershell is a very important tool in Windows 10, and a powerful one at that since you can do a lot of things using this command line. So while you use this tool you need to populate the list of available features first and then you have to download the feature your desired feature.
  • Search for PowerShell in the Cortana search box and then run it with administrator privileges.
  • Next, type in the following command to populate the list of available features:
Get-WindowsOptionalFeature –Online
  • After that, enter the following command to install any feature you want to enable from the list of available features:
Get-WindowsOptionalFeature -Online -FeatureName *Type feature name*
  • Now enter the following command to enable your desired feature:
Enable-WindowsOptionalFeature -Online -FeatureName “Type feature name” –all
  • And if you want to disable any enabled feature, just enter the following command:
Disable-WindowsOptionalFeature -Online -FeatureName “Type feature name”

Option 4 – via an external installation source

You also have the option to fetch the latest features from an updated offline source. The source could be an ISO any other type of image or just a folder. So you need to decide if you want to use Windows Powershell or Command Prompt.
  • If you want to use Command Prompt, just enter this command: exe /online /enable-feature /featurename:< /All /Source:<Enter the path of the feature here>
  • If you want to use Windows Powershell, use this command: Install-WindowsFeature –Source “<Enter the path of the feature here>”
Note: If you want to get the latest features, you need to get the latest version of the image of the operating system that you are trying to install the feature from.
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