|
Getting your Trinity Audio player ready...
|
fix Windows error
Hello friends I am a computer software engineer. And I am very addicted to tech, AI, coding and computers. Whenever I am working on a computer.
Or then when I am learning coding? then I sometimes get stuck in some kind of Error. Many times, on my screen suddenly some long Error code appears (for example Error 0x80070005 or Null Pointer Exception).
And sometimes when the cause of some Error is not found then my mind also gets very much disturbed. And today I will tell you how to get out of this Error.
fix Windows error in just 2 minutes with the help of AI tools
Earlier whenever I used to get stuck in such Error then? for solution I used to wander on Google or Stack Overflow for hours, but now the times have changed.
If today at the time of installing Windows on your computer Error 0x80070005 or while coding your program crashes, then now you absolutely do not need to watch long videos on YouTube for hours or search Google for hours.
Today you can fix it in just 2 minutes with the help of ChatGPT (ChatGPT) or any AI tool. Let’s know its easy way.
What is Error 0x80070005?
Error 0x80070005 Error is a very common computer Error, which in technical language is called “Access Denied”. When does this Error come? Actually this Error can come anytime because there is no single fix pattern for it.
But with me this problem generally comes when I am installing New Windows.
Or when updating Windows. Microsoft Store, or some software system tries to access some necessary file of the system, but the computer’s security settings do not give it permission to access.
It locks its own necessary folders (like C:\Program Files).
This generally happens when some system file gets corrupt or it goes into some wrong folder. In simple words, when some settings in the computer get messed up, it locks its own necessary folders.
After that when any new software or Windows update wants to put its files into that folder,
the computer stops it and shows the ‘Access Denied’ Error.
In today’s digital era you can solve this Error in a jiffy by taking help of Advanced AI Tools (like ChatGPT, Claude or Microsoft Copilot). Let’s know how!
How to Fix Windows Error with AI’s help?

Step 1:
Whenever I get stuck in this trouble, I first take a screenshot of that Error.Or copy its text? For example if it is a Windows computer Error (for example: 0x80070005) then note
that Error code exactly or take a clear screenshot of it. And if it is a coding Error which is appearing in your code editor (like VS Code) terminal then you can copy the whole Error message.
Step 2:
Now you will have to write a good Prompt so that the AI understands the Error. Whichever AI you use like ChatGPT or Claude then do not send it just the Error code directly.
Give it a correct Prompt so that it tells you the easiest solution. I have written some good Prompts for you which you can directly copy paste and send and paste your whichever Error you have to the AI.
Prompt to fix Windows error:
My Windows laptop suddenly shows this Error code [Error 0x80070005]. I am a normal user who has absolutely no knowledge of computers. So please tell me an easy step-by-step method to fix it.
Prompt to fix coding Error:
I am writing code in Python (or name your language) and I am getting this Error [paste your error]. Please explain to me in simple language what it means and what changes I should make in my code to fix it?
Step 3:
As soon as you give the Prompt, the AI will from millions of solutions available on the internet extract and give you the easiest method. For example to fix Error 0x80070005 the AI will mainly tell you some of the methods given below
One important thing:
But first I want to tell you one important thing which you should remember well. If you search on the internet many old websites advise to download Microsoft’s old SubInACL tool to fix [Error 0x80070005].
But I want to tell you that Microsoft has now completely discontinued this old tool, because in Windows 10 and 11 now there are more advanced built-in features in its place.
So do not download it from any third-party site. Because it may happen that through such third-party site they make you download some virus or bug. Which you may have to suffer a lot of damage later. So therefore, I absolutely do not advise you to do this.
Method 1
Reset permissions from Command Prompt
- Press Windows Key + S on your keyboard and type CMD in the search bar.
- Now an app named Command Prompt will appear in front of you.
- Right-Click on that app with your mouse.
- As soon as you right-click you will see an option Run as Administrator. Click on it.
- Now a black screen will open on your computer. Just copy and paste the code given below there and press Enter on your keyboard:
- icacls “C:\Program Files” /reset /T /C /Q
Now brother what will happen is that this command will reset the wrong permissions of that entire folder of your computer to default. After that restart the computer once. This will remove the Error from your computer.
Method 2
Rename the Software Distribution folder
If this Error is specifically appearing while updating Windows, then it means that the folder which downloads updates has been locked.
- Naow s I told you above open CMD as Run as Administrator.
- Now enter the command given below and press Enter so that the Windows Update service stops for a while
- net stop wuauserv
- Now go to C:\Windows on your computer and rename the SoftwareDistribution folder present there to SoftwareDistribution.old.
- Come back to CMD and enter this command to start the service again
- net start wuauserv
- Now restart the system and check for updates, the Error will be fixed.
Official Windows download and repair links
If your system files have become too corrupted and the commands are not working at all then you can use these Microsoft official tools and links which I am going to tell you.
To manually download Windows updates:
If some particular update is repeatedly failing on your computer then note its KB number (for example KB50XXXXX) and you can manually download and install it directly from Microsoft Update Catalog by searching it and downloading it from this official link
👉 Click Here to Open Microsoft Update Catalog
Windows corruption repair tool (In-place Upgrade):
If you want to repair the entire operating system without losing your personal data, then go to the Official Microsoft Software Download page and download the Windows Media Creation Tool. And you can download Microsoft’s official ‘Media Creation Tool’ from this link:
👉 Download the Official Windows 10 Tool Here
👉 Download the Official Windows 11 Tool Here
Pro Tips
Always take a backup of old code:
Before pasting the code told by AI into your main project definitely keep a copy of your old code safe.
Do not run commands blindly:
If AI tells you to run some very strange or weird command which you do not know much about then first make sure that it is safe.
Cross-check:
If the first method told by AI does not fix the Windows error, then tell it this method did not work, please tell another easy method. It will immediately tell you another method. You can fix Windows error in 2 minutes with this trick
Written by Rohit Sharma
Founder, Writer & Editor — ENBC News
Rohit Sharma researches and writes about AI tools, technology guides, Windows solutions, and digital trends based on practical testing and research.
Learn more about the author → About Us
