In case you don’t know, Microsoft hooks up every machine that is running Windows 10 with an Advertising ID which helps them in providing Windows 10 users with relevant ads. These ads are delivered to users in the Action Center, Start Menu as well as the ads inside the UWP Applications.
What makes these advertisements relevant is that they keep track of your browsing trends, likes and dislikes, with the help of the Advertising ID. However, if you are not fond of advertisements and you do not want this feature of Microsoft to track your usage, worry not for you actually have the option to disable targeted ads on your Windows 10 computer by turning off the Advertising ID. And you can do that during Windows 10 Setup or using the Group Policy Editor. For more details, refer to the instructions provided below for each one of the methods.
Option 1 – Turn off Advertising ID during Windows 10 setup
If you are about to install Windows 10, then during the installation process, your computer boots into the Install and Configure Windows 10 screen with Cortana that assist you during the setup. Once you reach the last page which is “Choose privacy settings for your device”, you will see the Advertising ID of your computer. Under the Advertising ID, you have to disable or toggle off the “Apps can use advertising ID to provide more personalized advertising in accordance with the privacy policy of the app provider” option. After you disable it, click on the Accept button to proceed with the installation. After that, the copy of your Windows 10 you are using will have the Advertising ID disabled by default.
Option 2 – Turn off Advertising ID via Group Policy Editor
First, tap the Win + R keys to launch the Run utility.
Then, type “gpedit.msc” in the field and click OK or tap Enter to open the Group Policy Editor.
Next, navigate to this group policy setting: Computer Configuration > Administrative Templates > System > User Profiles
Now double click on the “Turn off the advertising ID” option and set the radio button to Enabled. Once you do, you will see the following description on your screen:
“This policy setting turns off the advertising ID, preventing apps from using the ID for experiences across apps. If you enable this policy setting, the advertising ID is turned off. Apps can’t use the ID for experiences across apps. If you disable or do not configure this policy setting, users can control whether apps can use the advertising ID for experiences across apps.”
Note that setting the radio button to Enabled or Not Configured will turn off the data collection of the Advertising ID.
Finally, exit the Group Policy Editor and then restart your computer to apply the changes made successfully.
Error 2738 is associated with the VBScript engine. VBScript is the abbreviation for Visual Basic Scripting. It is an Active Scripting programming language developed by Microsoft and modeled on Visual Basic. It is used with a fast interpreter in a large variety of Microsoft environments.
Error 2738 indicates that the VBScript engine is not registered properly on your PC. It occurs when you try to install or uninstall VBScript-supported applications on your system. The error message is displayed in the following format:
"Error 2738. Could not access VBScript run time for custom action."
Solution
Error Causes
There are several reasons for the error 2738 message pop up. These include:
Incorrect or corrupt registry entries on your system. These entries interfere with VBScript support in Windows thereby generating such error codes.
Removal of McAfee Antivirus
Windows registry values are not updated accurately during the uninstallation of McAfee Software
The Visual Basic Script is registered in the registry under the local user instead of the local machine
No matter what the cause of the error may be, it is recommended that you resolve the issue immediately without any delay.
Further Information and Manual Repair
Here are some of the easy and proven DIY methods to repair error 2738 on your PC:
Method 1
If the error 2738 occurs because the VBScript is not registered correctly, then follow these steps to resolve.
Go to the start menu, open Run, and type RegEdit in the box and then press OK. This will open the Windows Registry Editor.
Now type KEY_LOCAL_MACHINESOFTWAREClassesCLSID{B54F3741-5B07-11cf-A4B0-00AA004A55E8}InprocServer32, if the key does not have a data value of C:\Windows\System32\vbscript.dll then simply add it.
Now go to the All programs option and then Accessories.
Here right-click on Command Prompt and then ‘Run as Administrator’.
Now type egsvr32 vbscript.dll then press enter. After that type regsvr32 jscript.dll and then press enter.
Restart your PC to activate changes.
Method 2
Sometimes error 2738 may occur when you uninstall preinstalled MacAfee antivirus software on your system. Un-installation usually leaves some trace components in the registry.
These components must be removed completely otherwise error codes like 2738 may keep occurring on your computer screen. In such an event, the best way to resolve it is to download the McAfee Consumer Product Removal utility from McAfee's official website.
Save this file on your desktop. Double click the file and follow the steps to remove this software completely and successfully from your PC. Proper removal of the McAfee program will resolve error 2738 right away.
But if the error still persists then try other methods illustrated below.
Method 3
Download Restoro to remove incorrect and corrupt registry entries on your system that may be interfering with VBScript support.
Restoro is a new and easy-to-use PC Repair Tool deployed with an intuitive interface and a powerful registry cleaner. The registry cleaner removes all entries corrupting the registry, cleans it, and resumes it to its normal state.
Click here to download Restoro.
Stable Diffusion is a machine learning model developed by Stability AI to generate digital images from natural language descriptions. The model can be used for different tasks like generating image-to-image translations guided by text prompts and upscaling images.
Unlike competing models like DALL-E, Stable Diffusion is open source and does not artificially limit the images it produces. Stable diffusion was trained on a subset of the LAION-Aesthetics V2 data set. It can run on most consumer hardware equipped with a modest GPU and was hailed by PC World as "the next killer app for your PC".
Since Stable Diffusion is run locally and not in the cloud, as mentioned there is no limit to the number of images that you can produce but in order to use it you will have to get down a little dirty with setting your PC environment for it since it is not really an application, it is a command line text based descriptor that will use python to generate your images, so there is no install nor GUI.
In this guide, we will show you how to both install and run Stable Diffusion on your local PC so you can start producing some cool images all by yourself.
Hardware and software requirements
Make no mistake, Stable Diffusion will not run on a potato PC, in order to harvest the power of AI-generated imagery this is what you will need:
A GPU with at least 4GB of VRAM
10GB of hard disk space
Python and libraries (Miniconda3 installer will install everything you need)
The Stable Diffusion files
Git
Any OS (Windows, Linux, macOS)
Installing components
For this tutorial, we are covering the installation and running of Stable Diffusion on Windows PC. The steps presented here are presented in a way that installation can be performed on any operating system but precise instructions will be for Windows OS.
GIT
The first thing to do is to install GIT. It is a tool that will let you easily maintain and install repos from the internet. to install it go to: https://git-scm.com/ and click on download. Follow the instructions for your version of the operating system. If you are a developer you are familiar with GIT and if you already have it installed you can skip this step.
One thing that is important when installing GIT locally is to select to use it via the command line (the second option that says "Git from the command line and also from 3rd-party software").
Miniconda3
Now when we have GIT installed, next thing is to use Miniconda3 to install python and all required libraries that are needed. Get the installer at: https://docs.conda.io/en/latest/miniconda.html
Miniconda3 is basically an easy installer so you do not have to install tons of stuff manually from different websites and sources, it is nicely packaged in the installer that will take care of everything.
Stable Diffusion
After the previous two steps, we are ready now to actually install Stable Diffusion. Go to https://huggingface.co/CompVis/stable-diffusion#model-access and install the latest library (as of the writing of this article currently it is stable-diffusion-v1-4-original, the last one on the right), the library is almost 5GB in size so be prepared for big download.
Once downloaded click on the Windows start button and type in Miniconda3 and click on open. Create a folder and name it how you want on a drive of your choice. For this example, we will install it all in disk C under folder AI_art, follow the instructions below but use your own names and destination instead. Do not close Minicoda3 after typing commands!!!
cd c:/
mkdir AI_art
cd AI_art
Extract GitHub files that you have downloaded into your new folder and get back to Minicoda3 and type the next commands:
Let the whole process finish, some files are large and it might take a while. After the whole process is finished and completed, copy the checkpoint file that you have downloaded into: C:\AI_art\stable-diffusion-main\models\ldm\stable-diffusion-v1
After the file is copied rename it to model.ckpt and you are finished.
Running Stable Diffusion
The created environment is needed in order to actually use Stable Diffusion to create images. Each time you want to use it you will have to run it, so go into Miniconda3, and inside it type:
conda activate ldm
cd C:\AI_art\stable-diffusion-main
after we are inside the folder call the script with the parameters:
python scripts/txt2img.py --prompt "TXT DESCRIPTION OF IMAGE THAT YOU WANT TO CREATE" --plms --n_iter 5 --n_samples 1
and that's it, your image is created and it is located in C:\AI_art\stable-diffusion-main\outputs\txt2img-samples\samples
If you have recently installed a new internal or external hard drive or SSD and you’ve noticed that its status on the left side of the Disk Management tool states “Unknown Not Initialized”, this indicates that Windows can’t initialize the disk and that you won’t be able to use this new SSD or hard drive. You can encounter this kind of issue randomly and not just with a new hard drive or SSD but also with existing drives.
There are times when you won’t be able to find your drive or partition in the File Explorer. In such a case, you have to check the Disk Management if your drive or partition is there physically. You also have to check if you can see it as Not Initialized. If it is, then this means that the disk or partition does not have a valid signature that is if it’s not registered with the system properly. Note that a disk is registered when you format it at least once so if the disk was available before, then it could be somehow corrupted. To resolve the problem, you can try to initialize the disk manually or bring it online and add a drive letter. You can also try checking the Device Manager for issues or check the cable physically.
Option 1 – Try to manually initialize the disk
Since initializing the disk is the most common way to resolve the “Unknown Not Initialized” error, this is what you have to try first.
To initialize the disk manually, you have to open the Disk Management from the WinX menu by tapping Win + X keys and selecting Disk Management.
From there, you can find the non-initialized disk. Right-click on it and select the “Initialize Disk” option.
Next, select the partition style. It is recommended that you use the MBR option instead of the GPT or GUID Partition Table.
Now click the OK button. Your hard drive or SSD should now initialize without any problem.
Option 2 – Set the disk Online and add the Drive letter
If the disk appears to be offline under Disk Management, right-click on it and select the Online option.
On the other hand, if the disk is already set Online but does not have a drive letter, right-click on it and select the Change drive letter and path option.
Select a letter that is not allocated yet.
Once you’re done, you have the option to format the disk in either NTFS or FAT32 but if you are using a 64-bit computer, make sure that you opt for NTFS.
Option 3 – Try to check any issues in the Device Manager
It is also possible that the hard drive is not working properly due to some driver issues. Thus, it’s better if you check the Device Manager and see if that drive is listed with a yellow exclamation mark next to it. And if that’s the case, you have to right-click on that drive and select the Uninstall drive option. After that, click on Action and then run the Scan for hardware changes. It should fix the problem.
Option 4 – Try to physically check the cable
You might also want to check the physical status of the wires and see if they are connected properly or not. Specifically, you have to check two cables, such as:
The first one is the power cable that’s connected to your SMPS.
Next is the one that’s connected to your motherboard.
If any of the two cables are not working or missing, then it’s no wonder why your drive has an “Unknown Not Initialized” status. Thus, you need to have them replaced to fix the problem.
Minecraft has taken the world by the storm, it was an indie project game and it went mainstream. Dream of every game developer I guess. The dream of every gamer on the other hand is to double click on the game and to play it and not to deal with various issues, especially if they are launch issues.
Luckily for all of you gamers, here at errortools we game as well and we are happy to bring you a solution on how to fix Minecraft won't launch issue. So sit back, relax and keep on reading, and hopefully enough you will be gaming again in no time.
Follow the guide presented step by step, point by point how it is presented for the quickest way to get back in Minecraft. This guide also presumes that your hardware configurations meet at least the minimum system requirements for running Minecraft.
Disable antivirus and firewall
90% of the time this is the issue why Minecraft is not working, your antivirus or firewall has detected it as a false positive, and access to system internet, etc has been cut. Try disabling it and if everything is working fine add it to the antivirus or the firewall exception list.
Run Minecraft as admin
Minecraft will sometimes refuse to run if it does not has administrator privileges. To make sure this is the case locate the Minecraft executable, right-click on it and choose properties. Go to the compatibility tab and check Run as Administrator box.
End Minecraft process
It came to knowledge that even if Minecraft is not running it can have its processes active in the background.
Press CTRL + SHIFT + ESC to open task manager
Locate if Minecraft has a process running
If you find the Minecraft process right-click on it and choose End Task
Run Minecraft in compatibility mode
If Minecraft still refuses to start try running it in compatibility mode in the previous Windows version
Locate Minecraft executable file in its install location
Right-click on it and choose properties
In the properties, windows go to the compatibility tab
Check run this program in compatibility mode for:
Select previous version of the operating system, try Windows 8 or Windows 7
Update graphic card driver
The best bet is to go to your GPU manufacturer's website and download the latest version of the driver of your GPU.
Remove mods, plugins, texture packs
Mods, plugins, texture packs are all great but sometimes they can cause GPU overloads and other issues to see if this is the case try running Minecraft in Vannila mode without anything installed, just pure and clean Minecraft as it was just downloaded and installed.
Reinstall Minecraft
If everything else failed, reinstall Minecraft. There might be a chance that some DLL file was deleted or corrupted by mistake or that some crucial files are missing. Clean reinstallation will fix all of these issues.
One of the most useful tools you can use to repair bad or corrupted sectors in the hard disk of your computer is the CHKDSK utility. However, there are also instances when this Disk Checking tool could encounter some issues and one of them is the error that states, “The type of the file system are RAW, CHKDSK is not available for RAW drives”.
This kind of issue is due to the RAW file format which is not recognized by the Windows operating system that you’ve installed which explains why you’re getting this error when running the CHKDSK utility. You can also encounter this error in case there is something wrong with the drive encryption.
To fix this error, you have to change the File System of the drive. How? Refer to the steps given below.
Step 1: The first thing you need to do is create a bootable Windows 10 media.
Step 2: After that, click on Repair your computer on the first Windows 10 installation setup window.
Step 3: Next, you have to select the operating system partition from the given options and then click on Next.
Step 4: Now select Command Prompt from the System Recovery Options box and then type the following command and tap Enter to initiate the Diskpart utility inside Command Prompt.
diskpart
Step 5: Afterwards, type in either of the following commands to help you in either listing all the Disk connects or all the partitions on those disks formed.
diskpart or list volume
Step 6: Next, you need to select any of the two given commands below depending on the list you entered on the previous step.
select disk # or select volume #
Step 7: After you enter the command, it will select the Disk or the Partition you want to select. Now you have to type and enter the following command to clean your drive.
clean
Step 8: Now enter any of the two following commands.
list disk or list volume
Step 9: Then type the next command below to create a specified partition.
create partition primary
Step 10: Once done, type in the following command to select the newly created partition.
select partition 1
Step 11: Next, type the following command to mark the selected partition as active.
active
Step 12: Finally, restart your computer to successfully apply the changes made and then see if it has fixed the problem or not.
Error code 0x801901F7, also known as “The Server Stumbled” error because it shows a message saying “The Server Stumbled. We all have bad days” is associated with Windows Store. Server Stumbled Error 0x801901F7 is an error related to the MS server. The error occurs due to damaged registry files, malware, virus, and corrupted data. You should fix this error to prevent a system crash or a BSOD error. There are some things you can do to fix it. These are not so complex. So, anyone can try these methods to fix error 0x801901F7.
Common Symptoms for error 0x801901F7:
Problems with Windows startup
System becomes very slow or the system freezes
Blue screen of death appears
Windows fails to start some process due to Stop error code 0x801901f7
Solution
Error Causes
This error is generally caused by corrupt registry files.
Virus infection can cause this problem.
Outdated driver, missing .DLL files may also cause this error.
Microsoft server overload may cause this problem as well.
Incorrect configuration may cause this problem.
Further Information and Manual Repair
To fix error 0x801901f7, there are four methods listed below. Some might work for you and some might not. Please try all of them to fix this error.
Method 1:
Basic method to fix error code 0x801901F7: Resetting Windows Store Cache
Most of the time clearing or resetting the cache helps. It doesn't always work, but you should try this first before moving on to some advanced methods which are mentioned below.
To reset the Windows Store cache please follow the simple steps below
Open RUN by searching or pressing "Windows Key + R"
Type "wsreset.exe" and press Enter or click on OK.
Windows Store will open automatically along with a command prompt.
This will reset Windows Store and you might see it loading as it should.
This method might work but if it fails to solve Error 0x801901F7 then follow the method below.
Method 2:
Advanced method of fixing error code 0x801901F7: Deleting Windows Store database file.
By using this method, you will be deleting the database file for Windows Store. This file is located on your C drive or the drive where you installed your Operating System. Follow the steps below.
Navigate to C:WindowsSoftwareDistributionDataStoreDataStore.edb.
Delete DataStore.edb file from there.
Now Open Windows Store and see if you still get error code 0x801901F7.
The Datastore.edb file that you deleted will be automatically created once you perform Step 3 which is launching Windows Store.
If you still cannot get this error away then Close Windows Store and Reboot your PC then Launch Windows Store Again.
Method 3:
Modifying Windows update properties:
Perform the steps below only if the above-mentioned methods fail. You will be tweaking a few things in the Windows update to see if it helps.
Open Task Manager by right-clicking on Taskbar, then click on Task Manager.
Go to Services Tab. Click on Open Services at the very bottom of the Window.
Now a new window will pop up. Scroll down & find "Windows Update" from the list.
Double click on Windows update to open up its Properties.
Now from the Startup Type drop-down list, select Automatic. Click on Apply, Start, and then Ok.
Now you need to perform just one more step. Reset Windows Store again (Refer to method 1 for Steps). This should fix your Windows Store error that shows The Server Stumbled with 0x801901F7 Error Code.
Method 4:
If the error is due to a problem with a driver, then follow the method below to uninstall the current driver:
Open the Run command and type “sysdm.cpl” in the text box.
Click Enter.
Open the Hardware tab on the system properties dialog box.
Then press on Device Manager.
Double press on Device type and then press on the hardware device that is reporting error code 0x801901F7.
Go to the Driver tab and press on Uninstall button to uninstall the device driver completely.
Now, install the new driver on your computer.
Restart your computer.
Run virus scan of your PC
Try using a different USB port.
If you do not possess the technical expertise required to accomplish this yourself or do not feel comfortable doing so, download and install a powerful automated tool to get the job done.
0x80004001 is an error code that Windows users encounter quite commonly.
This error usually occurs when users try to update an old Windows application or attempt to run a certain application. When this error appears on the screen, the system automatically restarts to stop further processing. The error results in a blue screen after the system boots.
This blue screen is known as the Blue Screen of Death.
Error Causes
There are different files in the Windows operating system responsible for its smooth functioning. Sometimes problems like viruses or incorrect register entries corrupt or damage these files. This is when this 0x80004001 error appears.
Simply put, some of the most common causes that trigger 0x80004001 error are listed below as follows.
Irrespective of what causes this error, it is of utmost importance to troubleshoot it as soon as possible.
Further Information and Manual Repair
While there are several ways of troubleshooting this error, the two most useful approaches have been listed below as follows.
This solution is for advanced users. Start your system and log on to it as the administrator. Click on the Start button. Now select All Programs->Accessories->System Tools. Finally, click on System Restore. In a new window, select the option “Restore My Computer to an Earlier Time”. Now click on Next. A list of restore points will be displayed. Choose the most recent restore point from this list and click “Next”. Now click next on the confirmation Window again. Once the restoration is finished, the computer will restart itself and you will observe that the error no longer appears.
This solution is for beginner or novice users. Download a 0x80004001 error repair utility available online. Install this program on your computer and use it to scan for the error in your system. When the scan completes, find if any feature allows you to fix errors. If yes, click on it. Now restart your computer again. You will notice that the virus has disappeared. It is a good idea to use error repair utilities because they scan the system, diagnose the error and then perform the repair.
Use any of the methods listed above to get rid of the 0x80004001 error once and for all.
D3dx9_43.dll is a type of dynamic link library. This is one of the many files contained in the DirectX software collection which is used to load and run most of the Windows PC based games and advanced graphics programs.
D3dx9_43.dll error message is displayed when any one of the Microsoft games fails to load.
The error message is displayed in either of the following formats:
“D3dx9_43.DLL Not Found""The file d3dx9_43.dll is missing""File d3dx9_43.dll not found""D3dx9_43.dll not found. Reinstalling might help fix this."
Solution
Error Causes
D3dx9_43.dll error may occur due to multiple reasons. These include:
D3dx9_43.dll files get corrupt or damaged
Missing Microsoft DirectX file
Viruses and malware on your system
Driver issues
Registry overloaded with invalid entries
If the D3dx9_43.dll error is not fixed timely, it not only causes you a great deal of inconvenience as it hampers your ability to play Microsoft games but since the underlying causes of the error are critical, it can result in serious PC damages like system failure, system crash, and data loss.
Therefore to avoid it, it is advisable to resolve the error code immediately.
Further Information and Manual Repair
Though this is a critical PC error but the good thing is that it is easy to resolve. To fix it, you don’t always have to pay hundreds of dollars to a professional technician or be technically sound.
Here are some of the best ways to repair and resolve D3dx9_43.dll error on your system:
Check the Recycle Bin
If you get the error message "The file d3dx9_43.dll is missing" then the best method to resolve this error from your system is to check your recycle bin.
The Microsoft Direct X file could be there especially if you recently uninstalled a gaming program.
Here’s why: dll files are shared by multiple programs. So, it is possible that the program you deleted from your PC also shared the same file to load and run.
And because of this reason, the file also got removed from your PC when you uninstalled that particular program. Therefore, check your recycle bin. If you find the d3dx9_43.dll in there, restore it and try running the desired Microsoft game again. See if it works.
Re-Download DirectX
Nonetheless, if you can’t relocate it, try installing the latest version of DirectX on your system. This can be done by downloading the DirectX End-User Runtimes Web Installer on your system from the official Microsoft website.
Update Your Drivers
If the error is related to video card driver, then it is advisable to update the driver. By updating the driver for your video card you can fix the D3dx9_43.dll error instantly.
Repair the Registry
Other reasons for the D3dx9_43.dll error could be corrupt and damaged dll files. It triggers registry issues and sometimes even malware infections.
DLL files often get corrupt when the registry overloads with too many files these include mostly unnecessary and obsolete files like junk files, cookies, temporary internet history, invalid and bad registry entries.
As the clutter and overload the registry, the important files like dynamic link libraries get damaged.
Here cleaning and restoring of the registry is the best way to resolve the error pop-ups like D3dx9_43.dll. You can repair the registry manually however, it is time consuming and somewhat technical. But if you are looking for a simple and a quick fix, then download Restoro.
Try Restoro.
Restoro is a next-generation and multi-functional PC repair tool. It is embedded with a variety of PC fixing and performance-boosting utilities all in one.
It includes a registry cleaner with an intuitive algorithm that detects all types of registry issues on your system and resolves them in seconds. It cleans the registry, restores the damaged D3dx9_43.dll files, and repairs the registry.
Furthermore, Restoro also includes utilities like an antivirus, Active X controls and class detector. With the help of the in-built antivirus you can scan for viruses and malware infecting your system and remove them right away.
It also functions as a system optimizer boosting the speed of your PC dramatically. It is safe, efficient, and compatible with all Windows versions.
Click here to download Restoro, resolve the D3dx9_43.dll error, and resume enjoying Microsoft games on your PC.
If you are using Windows PowerShell and it suddenly throws an error message saying, “File cannot be loaded because running scripts is disabled on this system”, then read on as this post will guide you on how you can fix this issue your Windows 10 computer. This kind of error in PowerShell is most likely due to the fact that your user account does not have the required permissions to execute the script. Although this does not mean that you need to have administrator-level permissions as it could also indicate that you have to be unrestricted to run these types of PowerShell scripts or cmdlets. Thus, to fix the error and carry out the task, you have to set the execution policy to be unrestricted. And to do that, you need to use the steps provided below as a reference.
Step 1: To get started, you have to check what policies are set for the individual user groups on your computer by tapping the Win + X key combination or by right-clicking on the Start button and clicking on Windows PowerShell (Admin). You can also search for PowerShell in the Start Search and then right-click on Windows PowerShell and select Run as administrator.
Step 2: If a User Account Control or UAC prompt appears, just click Yes to proceed. Once you’ve pulled up Windows PowerShell, type the following command to get the List of Execution Policy for all the scopes on your computer.
Get-ExecutionPolicy –List
Step 3: After you execute the command, it will give you a list of the User Groups as well as their Execution Policy status, and under the Scope column, look for “LocalMachine”. Once you find its Execution Policy you will notice that it’s either set to Undefined or Restricted.
Step 4: Now that you’ve determined the Execution Policy, you need to set it to Unrestricted if it is set to Restricted. To do that, you have to enter the following command in the very same PowerShell window.
Set-ExecutionPolicy Unrestricted
Step 5: After you execute the command, you will see a message that asks for various permissions for which you either have to tap Y to say Yes to each one of the messages individually or tap the A key to say Yes to all the messages to once. However, if the command throws another error, you can just force the Execution Policy to change by executing the following command.
Set-ExecutionPolicy Unrestricted -Force
Step 6: Once you’re done, it will finally set the Execution Policy for the Windows PowerShell scripts as well as cmdlets to be Unrestricted and fix the “File cannot be loaded because running scripts is disabled on this system” error.
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 wuauservnet start cryptSvcnet start bitsnet 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 wuauservnet start cryptSvcnet start bitsnet start msiserver
After that, exit Command Prompt and restart your computer, and then try to run Windows Update once more.