Logo

How to Fix Windows Setup Error 0x80300002

Installing a Windows 10 upgrade is definitely not an easy task since the process is not always smooth sailing and you could encounter some errors when doing so. This isn’t unusual since there are various software configurations and hardware configurations as well as services it depends on in order to properly work. So if any of them malfunctions or becomes corrupted, it will affect the process which will result in errors like the error code 0x80300002. When you encounter this kind of Windows Update error, you will see the following error message on your screen:

“We couldn’t install Windows in the location you choose. Please check your media drive. Here’s more info about what happened: 0x80300002”

You can encounter this kind of error if there is corruption in the partition table of the drive where the installation is in progress. In addition, corruption on the Media device could also cause this problem. So if you encounter this error when running Windows Setup, read on as this post will guide you in fixing it.

There are several ways to resolve this issue. The first thing you can do is to verify the compatibility between the BIOS and the installation media. You could also try recreating all the partitions as well as recreating the bootable USB drive. For more detailed information, follow the given options below.

Option 1 – Check if the BIOS is compatible with the installation media

The first thing you can do to fix the error is to check if there are any compatibility issues between the BIOS and the installation media you’re using. This is actually one of the most likely reasons why you’re getting the error since this is a complicated point for the Windows installation process. If the installation media is based on GPT, then your BIOS must be based on UEFI. So if you have your bootable media with the MBR partitioning, you need to set your BIOS to Legacy.

  • In the Windows Search box, type “command prompt” and from the search results that appear, right-click on Command Prompt and select the “Run as administrator” option.
  • After that, execute this command: exe /convert /allowfullOS
  • Now, wait until the process is completed since you can track its process on your screen.
  • Once it’s done, go to Settings > Update & Security > Advanced Startup options and from there, click on Restart Now. This will restart your computer and give you advanced options.
  • Next, select Troubleshoot > Advanced Options where you will see further options including System Restore, Startup Repair, Go back to the previous version, Command Prompt, System Image Recovery, and UEFI Firmware Settings.
  • Now select the “Legacy” option. This will take you to the BIOS. Boot Mode is typically available under Boot > Boot Configuration. Once you’re there, set it to Legacy and then save the changes you’ve made. After that, your computer will restart.

Option 2 – Try recreating a new bootable drive

  • Insert your USB drive into your PC.
  • Tap the Win + R keys to open the Run dialog box and type in “cmd” and tap Enter to open the Command Prompt. Alternatively, you can also search for “cmd” in the Cortana search box to open Command Prompt.
  • Once you’ve opened CMD, type in this command to open the DISPART utility – diskpart
  • After that, you should see a new black and white window that would say, “DISKPART>”.
  • Next, type in “list disk” in the command line and tap Enter to see the list of all the Storage devices as well as your hard disk connected to your PC. Here, you have to identify your disk’s number.
  • Type in this command where “X” is the disk number you have identified and then tap Enter – disk X
  • Type in this command and hit Enter to clear the table records and all the visible data on the drive – clean
  • Now you have to recreate a new primary partition of the drive so you’ll have to type in this command and tap Enter right after – create part pri
  • A new primary partition has been created so you have to select it by typing this command and tapping Enter – select part 1
  • Now you have to format it to make it visible to normal users by typing – format fs=ntfs quick

Note: If your platform supports the Unified Extensible Firmware Interface or UEFI, replace the “NTFS” with “FAT32” in the command on Step 10.

  • After that, type in this command and tap Enter after – active
  • Finally, type this command and hit Enter to exit the utility – exit
  • After you prepare the image for the operating system, save it to the root of your USB Storage device.

Option 3 – Try to recreate all the partitions

If none of the first two options given above worked, then you can try to recreate all the partitions instead. All you have to do is restart the Windows installation process and wait until you get to the part that says, “Where do you want to install Windows?”. From there, you will see options like delete, format, extend, create new partitions, and many more. Now you have to select the Delete all the partitions options and then use the “New” button to create new partitions. Just make sure that you have one primary partition at least where you can install Windows 10. After that, continue the installation of Windows on the new partition. Keep in mind that when you create a new partition, it also recreates the partition table configuration which means that the chances of getting an error are very unlikely.

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

The application was unable to start 0xc00007b
As you know, Windows programs depend on several operations to get executed and at the same time, there are also numerous parameters that have to be fulfilled for a program to get executed. However, based on some reports, there was an error when some users tried to run a program. This error says, “The application was unable to start correctly (0xc00007b)”. There could be various reasons why this error occurs but the main one is most likely due to an x86 application that is not compatible with the x64-based operating system. To fix this problem, you can run the Check Disk utility or reinstall the application or the Microsoft .NET Framework. You can also try reinstalling DirectX or replace the corrupted DLL file(s). For more details, refer to the given options below.

Option 1 – Try running the Check Disk utility

  • In the Windows Search box, type “command prompt” and from the search results, right-click on Command Prompt and select “Run as administrator”.
  • After opening Command Prompt, type this command and tap Enter: chkdsk <Partition Letter>: /f
  • The command you entered will start to check for errors and fix them automatically. Else, it will throw an error message saying, “Chkdsk cannot run because the volume is in use by another process. Would you like the schedule this volume to be checked the next time the system restarts? (Y/N)”.
  • Tap the Y key to schedule Disk Check the next time your computer restarts.

Option 2 – Re-enable the Microsoft .NET Framework

You could also try to disable the Microsoft .NET Framework then enable the latest version of the .NET Framework on your PC and check if the error is fixed

Option 3 – Try to reinstall the program

There are times when some supporting module for your application under the hood could have messed up the application where you get the error. To fix this, you have to uninstall the program and then download its latest version from its official site and then install it again. Once you’re done, run the application and see if the error is fixed.

Option 4 – Run System File Checker scan

If reinstalling the program didn’t work, you can also try running the System File Checker or SFC scan to fix the error. System File Checker is a command utility built into your computer that helps restore corrupted files and missing files. Refer to the following steps to run it:
  • Hit the Win + R keys to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
  • Reboot your computer.

Option 5 – Try running the DirectX Diagnostic Tool

Since the error has something to do with the DirectX Graphics APIs, you can run the DirectX Diagnostic tool to resolve the problem.

Option 6 – Try updating or re-installing DirectX

If the DirectX Diagnostic tool didn’t work, you can try to update or reinstall DirectX instead. This can help in fixing the problem because when you reinstall or update DirectX, it will replace the incompatible or corrupted components of DirectX from your computer.
Read More
Best free cloud storages

In today's age, free cloud storage is no longer anything exclusive and plenty of companies will offer some free amount of it in hopes that you will buy a premium plan. Among plenty of starter and free options, there are of course some that are more generous and more appealing and offer a larger quantity of free space and even some other services.

cloud storage

In this article, we are taking a look and recommending some of the best ones in our opinion.

Google drive

First on the list is of course google with its google drive. With an amazing 15GB of free could storage just given to anyone who makes a google account this had to be the first recommendation. Also since google drive is requiring a google account you will be given all google office tools for free as well as the Gmail service. Completely free 15GB at your fingertips if you do not mind google tracking policies.

Microsoft one drive

Another company on the list, with only 5GB storage seems little compared to google this entry was simply included because google Microsoft also offers you Office 365 WEB for free with skype along with their Hotmail. So all in all another full package of apps with some free storage that requires also just an account.

IceDrive

With the free offer of 10GB this comes as an easy recommendation, IceDrive is a cloud storage company that is not offering anything of productivity apps but it has some great features in their cloud solution like being able to see encrypted files in your cloud. All you have to do to get this 10GB of storage is to make a free account.

MEGA

With an amazing 20GB of free storage, MEGA is certainly one that gives the most space for free. Sadly a few years ago it was hacked and files and user information were leaked, for that reason, it is on our last place of recommendation but if you are not worried about their security and plan just to use this as a temporary file sharing service with that amount I am sure it will fill your needs.

Read More
Are gaming mousepads worth their price?

Mousepads are a common thing among computer users, everyone is using them and know what are they good for. Recently in the past few years, there are a lot of gaming mousepads on the rise, do you really need them, and do they back up their price? Short answer: YES, long answer: keep reading below.

gaming mousepad

Size advantage

One of the first things that one can see is the great difference in sizes between a regular mouse pad and a gaming one. Gaming pads have much more variety in size spawning all the way to really judge ones that you can use on your whole desk and place both keyboard and mouse on them. This will, of course, let you move your mouse more freely and have a much larger surface to use without the need to always lift the mouse up and center it on the regular pad.

Material advantage

Material on what are gaming pads built upon is extremely high in quality and usually even water phobic or water-resistant and it will allow great mouse movements on it. The backside is usually made of high-quality fabric that will stop slipping on the desk so the pad will stay at its pace during long sessions of work or gaming. Usually, standard mousepads are made with plastic or some other cheap material whereas gaming pads are made from fiber, high-quality fiber.

Other advantages

Among other great stuff that gaming pads have are wrist gel for hand resting and RBG light that looks cool, although RGB light is just a vanity that looks good gel for the wrist is a really good feature that will place less stress on your hands during long sessions of time spent in front of the computer.

Read More
Nostalgic gaming with Retroid pocket 2
We have talked about gaming on old computers and have covered new and upcoming Steam deck handheld console. Today we are combining old gaming with a handheld console and our target of talk is Retroid pocket 2. This product is packed with really high-quality plastic and with some great features in it. retroid pocket 2So let's dive into this cool handheld in more detail and find out why we like it so much.

Good manufacturing quality

Plastic and overall manufacturing quality are really, really good. The battery is great, packing 4000mAh that can hold over 3 hours of nonstop gaming, and all buttons and joysticks are great. The screen is a 640 x 480 60Hz 3.5″ IPS screen (4:3 aspect ratio) that performs really great for its purpose, retro gaming. There is a Digital D-Pad and dual analog joysticks. The right joystick is the lower profile to avoid being accidentally moved when pressing the four gaming buttons. There are three buttons at the bottom which are Home, Start, and Select. On either side are good-quality stereo speakers. On the bottom of the device are a Micro SD Card slot and a 3.5mm headphone port. On the top of the device are Left and Right shoulder and trigger buttons. There are the power button and volume adjustments. There are a USB Type-C OTG port and a Micro HDMI output for connection to a TV.

Good technical statistics

Good, not great but then again since this is retro handheld you cannot really expect some crazy stuff like alder lake inside. So the console is punching ARM Cortex A7 CPU with 2 cores and a clock of 1.5GHz paired with ARM Mali 400-MP2 500MHz GPU. The console has 1GB LPDDR3 RAM memory and 8GB eMMC Storage where 5GB is freely available, the rest is taken for OS. As mentioned before the display is 640x480 resolution with a size of 3.5″. The battery is Lithium-Ion with a power of 4000mAh and on the handheld, there is a USB Type-C connector, 3.5mm headphone jack, and Micro-HDMI. It also has Wifi/Bluetooth 4.0

Retroid Pocket 2 OS and support

Pocket 2 comes with Android 6 but you can update its firmware to the 8.1 version on the official site that I would highly recommend. New versions of the handheld will come with 8.1 on it from the box. Having Android as OS opens many possibilities like you can download Android apps such as Steam Link, allowing you to play actual PC games on your Retroid Pocket 2. Not just that, if it does get a newer version of Android it could even have the ability to use xCloud, Xbox’s cloud gaming service. Of course, hardware will not be able to handle modern games but the option is still there and for some old PC titles available on steam like Commander Keen, for example, this is a great option. The console can emulate basically everything up to Dreamcast, including N64, PSP, and Playstation 1. It can emulate Nintendo DS also, but it can only do so with one screen. The only problem with this console is you will need to install and update Apps. You’ll need to learn about RetroArch, an app that lets you download emulators or cores to play games.

Retroid price

The last thing on the list is the price of the console itself. Going just under the 100$ mark this really makes it an affordable option for plenty of people that would like to experience retro handheld gaming or for ones like me, nostalgic gamers wanting to relive some era of playing games on the road.

Conclusion

Among Chinese handheld devices for retro gaming, Retroid Pocket 2 is really on top of what the market can offer. If you are looking for a great handheld retro console and are not afraid of little dive-ins into the OS and various configurations, Pocket 2 will reward you with plenty and wide emulation support.
Read More
Why ActiveX Control May Damage Your Personal Computer
ActiveX Controls are plugins you may constantly come across when working with Internet Explorer. An illustration of these kinds of control is the MICROSOFT IE Flash Player. They frequently result into significant problems for the Computer, yet they're vital for IE to operate correctly. You shouldn't ever overlook that after you install Active Controls in your Personal Computer, you effectively provide them with access to other areas of your PC. The ActiveX Controls not only tracks your search routines, but in addition puts malicious software, which might possibly be hazardous to your Computer.

Solution

Restoro box imageError Causes

ActiveX Controls make your Internet Explorer work as required and are usually great and beneficial to your own Computer. Yet, they can function as a source of problems because of the following factors.
  • You should stop installing  ActiveX Controls from Un Trustworthy Resources
In the event they are installed by you from un trustworthy resources new threats are likely introduced by ActiveX Controls to your PC. One of the more regular types of ActiveX Controls worth necessary for installation is Flash Player. Yet, never be in a hurry to install these Controls from resources that you don't trust.
  • Limit The Number of ActiveX Controls You Install on your PC
Prevent installing java/oracle ActiveX controls, because of its weak security measures which could make your Personal Computer and any additional information there in, open to attacks. Limit to the variety of ActiveX Controls that you install on your PC as these could increase the vulnerability canvas on your computer.

Further Information and Manual Repair

You can manually fix any malfunction that springs up from ActiveX Controls. Yet, more than mending the harm, produce the setting that ensures you never have troubles from them to start with. Just how do you do that?

a) Stop installing or downloading ActiveX Controls from Un Trustworthy Sources

This has been mentioned above, but it's worth repeating because it's the most common reason behind ActiveX Controls malfunctions. You might anticipate that for this kind of obvious reason for ActiveX Controls malfunctions, PC consumers would be extra cautious, however that is never true.

b) Limit ActiveX Controls Softwares

You can restrict ActiveX controls from running automatically on your PC. To limit them, head to Tools in Internet Explorer, and choose Internet Options. Proceed to the Security tab, and select Customs level Browse completely down before you get to the area designated "ActiveX". Subsequently, mark "Prompt" under every choice that you encounter. But don't mark the choice indicated "Run ActiveX Controls and Plug-Ins", together with, "Script ActiveX Controls Marked Safe for Scripting". By performing the measures emphasized above, you happen to be in substance stating that, you will not permit any installation of ActiveX Controls, without express authorization by you. In this manner, you have better control over different forms of ActiveX Controls you permit to be installed, therefore reducing potential threats to your PC.
Read More
Fix Windows Update Error 0x80244019
Updating your computer does not always end up successfully as there are a number of things that could go wrong with the Windows Update module in your Windows 10 computer. One of the issues you could face when you update your computer is error 0x80244019. This error could be caused by a number of factors. If you are currently having problems fixing this Windows Update error, read on as this post will help you resolve this problem. Here’s the full content of the error:
“There were some problems installing updates, but we’ll try again later. If you keep seeing this and want to search the web or contact support for information, this may help: (0x80244019).”
In this kind of Windows Update error, you might not be able to get the download file of the requested update started to your computer and this could be due to some third-party application or the overall internal components that contribute to the functioning of the Windows Update module. Refer to each one of the following options to fix the Windows Update error 0x80244019.

Option 1 – Restart your computer

The most basic thing you can do to fix the problem is to restart your computer. It usually works in fixing common issues like the Windows Update error 0x80244019. However, if it didn’t work, proceed to the next given options below.

Option 2 – Try to run the Windows Update Troubleshooter

The Windows Update Troubleshooter will help you in fixing error 0x80244019. This is a great built-in tool from Microsoft that helps users fix any issues with Windows Update. So this is worth a try to solve the problem. To use the Windows Update Troubleshooter, follow the steps below.
  • Tap Win + I keys again to open the Windows Settings panel.
  • Go to Update & Security and then go to Troubleshoot.
  • Under the Troubleshoot section, on your left-hand side, scroll down to find Windows Update and then click on Run the troubleshooter option and follow the on-screen instructions and then see if it fixes the problem.

Option 3 – Try configuring the Windows Update-related Services

Configuring all the Windows Update-related services could also help in fixing the error as it makes sure that all the required services are available.
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “cmd” in the field and tap Enter to open an elevated Command Prompt.
  • Next, execute the following commands. Note that you have to type and enter each command one after the other.
    • SC config wuauserv start= auto
    • SC config bits start= auto
    • SC config cryptsvc start= auto
    • SC config trustedinstaller start= auto
  • The commands you executed will make sure that the Windows Update-related services are available. Once it’s done, restart your computer and see if the Windows Update error is now fixed.

Option 4 – Run Windows Update in a Clean Boot State

It could be that some third-party application is the one that’s causing the problem so it’s best if you put your computer in a Clean Boot state. During this state, you can start the system with a minimum number of drivers and startup programs that will surely help you in isolating the root cause of the issue.
  • 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 “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.)
  • After that, try to run Windows Update again.
Note: If you are able to install the app without any trouble at all then it means that the error is caused by some third-party application on your computer. You need to look for the culprit and uninstall it once you found it.

Option 5 – Try to fix the Proxy Settings

  • In the Cortana search box, search for Internet Explorer and then click on the related search result.
  • After that, tap the Win + T keys on your keyboard and click on Internet Options.
  • Next, navigate to the Connections tab and click on LAN Settings.
  • Then click on the Advanced button and delete all the entries in the list generated in the Exceptions section. And if the Advanced button is disabled because the “Use a proxy server for your LAN (These settings will not apply to dial-up or VPN connections)” option is disabled then you are good to go. Now proceed to the next step.
  • Tap the Win + X keys or right-click on the Start button and select Command Prompt (Admin) or you could also search for “cmd” in the Cortana search box and right-click on Command Prompt from the search results and select the “Run as administrator” option.
  • If a User Account Control appears, click on Yes to proceed. After that, type each one of the commands listed below, and don’t forget to hit Enter after you type each one of them.
    • netsh winhttp reset proxy
    • net stop wuauserv
    • net start wuauserv
  • Now restart your computer and check if the problem is fixed or not by checking for Windows Updates again.
Read More
Truth about private and incognito browsing
Privacy is a hot topic lately in all circles so naturally themes like private or incognito browsing pop up immediately as discussion topics. Naturally, when discussing private or incognito browsing it is very important to understand what exactly private or incognito browsing is, what does it do and how it works in order to shed some light on is it really private and safe as we are told. So, when you browse the internet normally websites have tendencies to save your browsing data, save cookies, remember passwords, etc in order to provide you with a better surfing experience next time you visit that same site. Private or incognito browsing treats you as a completely new user which is the first time visiting a given website. It clears all your data, including your browsing history, cookies, etc., on exiting. Every website you visit in private or incognito mode treats you as a new visitor, even if you have visited it before in incognito mode. And basically, that's it. So is it really private? No, it is just a non-remembering mode of internet browsing where after your browsing session history and other data is cleared from the browser, but while you are on the internet you are pretty visible to all like any other normal user. There are a lot of misconceptions and wrong thinking about browsing the internet in this mode so let's take a look at some typical ones.
  1. The government and other companies can not track me

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

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

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

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

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

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

voice control

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

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

Setting up Voice Control

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

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

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

Improving Voice Control

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

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

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

Read More
Fix Windows 11 not using the whole RAM
It has been reported that there are systems out there with Windows 11 operating systems that do not use the whole RAM memory installed in the system. If by any chance you are one of the unfortunate users that has encountered this issue, fear not, we have a solution for you.

RAM memoryRun the Windows Memory Diagnostic tool

  1. Press ⊞ WINDOWS + S to open the search menu
  2. Type in Windows Memory Diagnostic tool
  3. Click on the found app
  4. Select Restart now and check for problems
  5. Wait for the tool to finish
Memory Diagnostic tool is a built-in tool in Windows, it was designed to automatically find and repair memory issues and should be your first step toward resolving this issue.

Check page file

  1. Press ⊞ WINDOWS + S to open the search menu
  2. Type in View advanced system settings
  3. Click on the search result
  4. Click on settings under performance
  5. Click on the Advanced tab
  6. Click on Change under Virtual memory
  7. Uncheck the box for Automatically manage paging file size for all drives
  8. Then select the drive and check the No paging file option
  9. Click on Set
  10. Repeat for all drives on the system
  11. Reboot the system for changes to take effect
If after reboot system still does not see and use whole available RAM, repeat this process and turn back ON paging. After you are done move to the next solution.

Modify usable RAM

  1. Press ⊞ WINDOWS + S to open the search menu
  2. Type in System configuration
  3. Click on the search result
  4. Go to the Boot tab and click on Advanced options
  5. Check the box for Maximum memory
  6. Enter the installed RAM on your system in the field box and click on OK
  7. Confirm once again on the OK and close the System configuration window
  8. Restart the system
If the provided solution has not worked, uncheck the Maximum memory checkbox and save the changes. Move to the next solution.

Change and modify the registry

  1. Press ⊞ WINDOWS + R to open the run menu
  2. Type in Regedit and press the OK button or hit ENTER
  3. Click on YES if prompted by UAC
  4. Locate the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory
  5. On the right side find and double click on the ClearPageFileAtShutdown DWORD
  6. Enter 1 under Value data and click on OK to save the changes
  7. Close the registry and reboot the system

Enable memory remapping inside BIOS

In order to do this fix, you will need to enter BIOS on your system. How entering BIOS is different from system to system depending on your manufacturer, especially if it is a laptop this step you will have to do alone. Go to your motherboard manufacturer or laptop manufacturer and see how to enter BIOS.
  1. Enter BIOS (80% of the time this can be done by pressing DEL or F12 while the system is turned ON)
  2. Locate System Agent Configuration option
  3. Select Memory Remap Feature and Enable it
Your BIOS might be different from ours and you might not have the System Agent Configuration option, in this case, go through the setting and try to locate Memory Remap Feature. If this feature is missing as well move to the next step.

Rearrange RAM modules on the motherboard

Sometimes RAM memory cannot be slotted properly or just purely switching them in slots can solve the issue. Take RAM out, clean memory slots, clean motherboard connectors for them, and place them back in a different order. If by any chance none of the methods worked, then the issue might be in the hardware itself, either memory banks themselves, motherboard, power supply, etc. If this is sadly the case, you will have to locate the issue and replace the faulty part. If you are not technical enough for this adventure, the best solution is to take a PC to a computer repair shop.
Read More
Windows is unable to run Automatic Maintenance
As you know, Windows has a built-in Automatic Maintenance feature that takes care of important tasks such as security scanning and updating, Windows software updates, Disk Defragmentation, System Diagnostics, Disk Volume Errors, and many more. So if you receive an error message saying, “Windows is unable to run automatic maintenance, The maintenance schedule is unavailable”, then this post will guide you in what you can do to resolve this issue. Here are some suggestions you can try if the Automatic Maintenance in your Windows 10 PC is not able to run.

Option 1 – Enable Automatic Maintenance

It is possible that Automatic Maintenance has been disabled so you can try enabling Automatic Maintenance on your Windows 10 PC. To do so, follow these steps:
  • Go to Control Panel.
  • From there, select System and Security > Security and Maintenance > Automatic Maintenance.
  • After that, set the time you want to run the Automatic Maintenance and then check the checkbox saying, “Allow scheduled maintenance to wake up my computer at the scheduled time”.
  • Click OK to save the changes.
On the other hand, you can also enable Automatic Maintenance via the Registry Editor. But before you proceed, you need to create a System Restore Point first.
  • Tap the Win + R keys to open the Run dialog box.
  • After that, type “Regedit” in the field and hit Enter to open the Registry Editor.
  • Navigate to the following path:
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionScheduleMaintenance
  • Next, look for the “MaintenanceDisabled” key and then double click on it to open it and then set its value to “0”.
  • Click OK and exit the Registry Editor.
  • Restart your computer.

Option 2 – Check the Task Scheduler Services status

Majority of the tasks in Windows 10 run via services. So it is most likely that either the Service has been stopped or is set to the manual which is why Windows is unable to run Automatic Maintenance. Thus, you need to change it to automatic mode.
  • Tap the Win + R keys to open Run.
  • Type “services.msc” in the field and hit Enter to open Services.
  • Next, look for the Task Scheduler service and tap the T key on your keyboard which should take you to the services that start with T.
  • Double click on the Task Scheduler service and select the Automatic option under the Startup Type.
  • If it is not started yet, click on the Start button.
  • Then click Apply and OK to save the changes.

Option 3 – Check the Status in Task Scheduler

You can also try checking the status in the Task Scheduler. Just open the Task Scheduler > Task Scheduler Library > Microsoft > Windows > TaskScheduler. From there, make sure that Idle Maintenance, Maintenance Configurator, and Regular Maintenance are enabled.

Option 4 – Run the System File Checker

The SFC or System File Checker scan could detect and automatically repair damaged system files that could be causing the Automatic Maintenance issue. 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. 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 and hit Enter.
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.

Option 5 – Run the DISM tool

The DISM tool is another command-line tool in the Windows operating system that could help users fix various corrupted system files. To use it, follow these steps:
  • Open the Command Prompt as admin.
  • Then type in this command: DISM /Online /Cleanup-Image /RestoreHealth
  • The DISM command you entered will repair the corrupted system image. Do not close the window if the process takes a while as it will probably take a few minutes to finish.
  • Restart your PC.
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