As you know, Microsoft Store is the ultimate source of applications for Windows 10 devices and it’s turning to be the hub for various applications. In fact, aside from applications, it has also become a source for movies, books, TV and even buying hardware directly from Microsoft and many more. Although downloading goes smoothly most of the time, depending on your internet connection, there are also times when you might experience slow download speeds while downloading apps and other things in the Microsoft Store.
There are several factors that could be causing this kind of issue. It can be due to the Microsoft Store app itself or it could be enforced speed limiter on the application or it could be due to a corrupted Microsoft Store cache, or it could be due to the Windows Update service running in the background, and so on. To fix this problem, you can try to reset the Microsoft Store cache, or set the bandwidth limit for downloads, or try to re-register the Microsoft Store app via Windows PowerShell.
Before you proceed with the troubleshooting options provided below, make sure that your internet connection is stable enough to download apps and games. You also have to check if there is an update or a massive download in progress. Once you have these things covered, follow the given options below.
Option 1 – 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, “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 2 – Try to set the bandwidth limit for downloads
Tap the Win + I key combination to open the Windows Settings app.
After that, navigate to Update & security > Windows Update.
From there, select the Advanced options located on the right-side panel.
Next, select Delivery Optimization and check the box for “Limit how much bandwidth is used for downloading updates in the background under the Download settings section and then set the slider to 100%.
Option 3 – Try to re-register the Microsoft Store app via Windows PowerShell
Tap the Win + X key combination or right-click on the Start button and click on the Windows PowerShell (Admin) option.
If a User Account Control or UAC prompt appears, just click on Yes to proceed and open the Windows PowerShell window.
Next, type in or copy-paste the following command to re-register the Microsoft Store app and tap Enter:
Recently, several users reported an issue on their Windows 10 computers where the taskbar is not visible when they tried to connect to a computer via Remote Desktop Protocol or RDP. The Remote Desktop Connection feature uses the RDP which allows users to access a computer remotely. This is actually different from the taskbar being hidden automatically until the pointer hovers on it since, in this scenario, the taskbar is completely not accessible which makes using the remote computer entirely difficult, if not impossible.
There are several suggestions you can check out to resolve this problem, you can try to restart the process of Windows Explorer via Task Manager or you could clear the cache for multiple processes. You could also try to reinstall the Shell Experience components or show the local taskbar in the Remote desktop. Moreover, you could also try to update, uninstall or roll back the display driver/graphics card driver. For more details, refer to each one of the options given below.
Option 1 – Try to restart the Windows Explorer process
The first option you have to try to fix the problem with the taskbar is to simply restart the Windows Explorer process in the Task Manager.
Tap the Ctrl + Shift + Esc keys to open the Task Manager.
Next, go to the Processes tab and find the process of Windows Explorer.
Once you find it, right-click on it and select Restart to restart its process.
After that, restart your computer and see if you can now see the Taskbar.
Option 2 – Try clearing the cache of multiple processes
The next thing you can do to resolve the problem is to clear the cache of many processes in your computer. To do so, follow these steps:
Open the Notepad app and paste the following content in the text area:
After that, tap the Ctrl + S keys to save the changes you’ve made in Notepad and select the “All files” as its file type, and then name it “CacheClearTWC.bat”.
Next, go to the location where you saved the file using File Explorer and then run it. This will run a couple of batch scripts which will clear the cache of multiple processes in the system.
Tap the Win + X keys and select the “Windows PowerShell (Admin)” option to open PowerShell as admin.
Next, execute this command in the command line: Get-appxpackage -all *shellexperience* -packagetype bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + “appxmetadataappxbundlemanifest.xml”)}
After the command has been executed, this will reinstall the Shell Experience components and should fix the problem with the taskbar.
Option 4 – Update, uninstall or rollback the Graphics card drivers
First, boot your computer into Safe Mode.
After that, tap the Win + R keys to launch Run.
Type in MSC into the box and tap Enter or click OK to open the Device Manager.
After that, a list of device drivers will be displayed. From there, look for the Display Adapters and click on them.
After that, right-click on each entry under the Display Adapters and select the “Uninstall Device” option from the menu.
Now restart your computer.
After restarting your computer, go to the Settings app and Check for Updates in the Windows Update section.
Note: You also have the option to go directly to the website of your graphics card manufacturers like NVIDIA, Intel, or AMD and go to the section called Drivers then check if there’s a new available update – if there is, download and install it.
If you were trying to open File Explorer but it suddenly stopped working and you encounter an error message that states, “An attempt was made to reference a token that does not exist”, read on as this post will guide you in fixing this problem. This problem was initially reported after the April Update and Microsoft was able to fix it right after correcting the build. However, this effort seems futile for some users as recently, some reported getting the same error when they try to open not just Windows File Explorer but also with utilities like Microsoft Management Console or MMC, Visual Studio, Task Manager, Printer, Recycle Bin, etc.
Two of the most likely causes of this error are a troublesome Windows Update and corrupted system files. Whatever the cause is, here are some suggestions you can follow to fix the “An attempt was made to reference a token that does not exist” error.
Option 1 – Try to re-register the problematic DLL file
You may have to re-register the ntdll.dll file using the regsvr32.exe before you can successfully install the program and fix the ntdll.dll file crash error. The Regsvr32 tool is a command-line utility that can be used to register and unregister OLE controls like DLL and ActiveX (OCX) control in the Windows operating system. Follow the steps below to use it.
Open Command Prompt as admin from the WinX menu.
Next, type the following commands in the elevated Command Prompt and hit Enter to execute the command. This will re-register the affected DLL file using the Windows operating system tool, regsvr32.exe.
exe /[DLL file]
exe [DLL file]
Note: Replace “[DLL file]” with the name of the DLL file that was pointed out in the error.
After you execute the given commands, you should see a message saying, “DllRegisterServer in vbscript.dll succeeded” if the Regsvr32 tool was able to run successfully. After that, try to install the program again and see if it now works.
Option 2 – Replace the DLL file from a trusted source
First, you need to get the new DLL file from another computer with preferably the same file version number.
After that, you need to boot your PC into Safe Mode and navigate to the paths listed below and then replace the file using a USB drive or other external storage devices.
x86: This PC > C:/Windows/System32
x64: This PC > C:/Windows/SysWOW64
Next, type “cmd” in the Cortana search box and right-click on Command Prompt, and select “Run as administrator” to open it with administrator privileges.
Now type the “regsvr32 ntdll.dll” command and hit Enter.
Restart your PC and check if the error is now fixed.
Option 3 – Perform a System File Checker scan
The System File Checker or SFC scan could detect and automatically repair damaged system files that could be causing the “An attempt was made to reference a token that does not exist” error to pop up. 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:
Windows Resource Protection did not find any integrity violations.
Windows Resource Protection found corrupt files and successfully repaired them.
Windows Resource Protection found corrupt files but was unable to fix some of them.
Option 4 – Try reverting back to the previous build of Windows
This kind of error might have something to do with a Feature Update so you can try to revert your computer to a previous build of Windows 10 as it could help you fix the problem. In this case, it would better if you refrain from updating your Windows 10 computer until this problem is completely resolved by Microsoft.
Error Code 45 is a common device manager problem that users encounter on any Windows 2000 and later operating system versions.
The error occurs when your Windows system fails to acknowledge the connected device by either stating that the device is not present or that it was previously attached to a computer.
The error pops up and appears on your computer screen with the following message:
“Currently, this hardware device is not connected to the computer” (Code 45)
Solution
Error Causes
The error is prompted either due to a temporary system file malfunction or a problem in the Windows registry system files. In the latter case, it could be due to a damaged or corrupted Windows registry.
Further Information and Manual Repair
While it may appear that Error Code 45 is a serious threat to your computer, it cannot be farther from the truth. Error Code 45, unlike other error codes, is the easiest one to fix. Here is how you can do it.
Method 1 – Reconnect the device to your computer
Unplugging and plugging the USB cable of the device into the computer is the easiest way to solve the error.
Doing this will help refresh the system and increase the likelihood of the device driver files loading and function properly.
It is often only a case of reconnecting the device back to your computer which helps eliminate the error and does not require any particular resolution other than this.
Method 2 – Install DriverFIX
Although reconnecting the disconnected device is all you need to fix the error code, it is always safer to fix your Windows registry system files by using a program like DriverFIX.
DriverFIX, with its user-friendly approach to help you fix your PC issues, comes with an integrated database that detects which drivers you need to reconfigure within just a few seconds and downloads it automatically.
It further ensures that your drivers are installed in their entirety leaving no room for any corrupted or damaged registry.
It also has the added advantage of being able to backup and restores your files should there be the slightest possibility of system file damage.
Thus, registry damage can be averted by letting the software roll back the system files to an earlier healthy checkpoint. DriverFIX is the answer to fixing your PC error codes accurately and quickly.
If you have a laptop that is slowing down and some usual tasks are sluggish you probably mean that it is time to change it and get a new one. Altho it is a good solution and it will guarantee that you will be able to do your tasks with more speed and comfort, straight purchasing is not always the best thing to do.
There are things you can do and some upgrades that are cheaper and will bring your laptop back into the game and extend its usage for a few more years.
1. Clean it
The most common issue for slowing down of computer is dust and dirt that accumulates over time and usage. If the laptop has not been properly cleaned in a while, cleaning it and placing new thermal paste on the CPU can do wonders. If you are not keen on doing this yourself or do not possess the required skillset take it to your local IT center for cleaning.
2. Uninstall software that you are not using
Various software can have speeding effects on computers, it can have some services running in the background and thus take precious resources slowing the whole system. If you are not using software, uninstall it.
3. Do not install the latest software
If you are using your computer for basic tasks there is no really need to install the latest and best. A lot of new software will require new hardware and things that offer are not so much better nor even required to justify the upgrade. Let us take office, for example, if you are using it to just write some text and not using any advanced options there is really no need to switch to a newer version, the old one will do just fine tasks that you are in need of.
4. Replace HD
Now this fits in the domain of upgrading your hardware but still it is much cheaper than replacing the whole laptop. Windows 10 works much better with SSD and SSD itself is faster than your standard HD, especially if it is slower model spinning in only 5400RPM. Operation of HD replacement is simple and straightforward and anyone can do it but the benefits of replacement will be visible right away. With a new SSD instead of an old mechanical one, you will have the feeling that you actually bought a new laptop.
5. Add more RAM
This is basically the last thing you can do in order to speed up your old laptop that will not break your bank account. Upgrading RAM was always the thing that can push your computer to have more power and to behave better while you are doing tasks. One important thing here is to first see how much RAM you have in your computer. If you are packing already 8GB then upgrading will not do much but if you have only 4GB, raising it to 6GB or 8GB will be beneficial. Also, check if the model of the laptop supports more RAM in the first place.
Conclusion
We have covered here a vast array of options in order to get your laptop back into the game with variability between hardware upgrades to taking care of your software. Whatever option you choose to do it will speed up your computer but among all of them, replacing the hard drive will do the most.
Microsoft has released Windows 11 as a public beta release for all the people that are not willing to be in the insider program.
Beta release as of this moment is identical to Insider Preview build 22000.100. and updates will not roll so fast as in insider preview and it is marked as unstable release, same as insider build.
I would not install Windows 11 beta on the main PC since some drivers still have issues and may lead to some blue screens.
Be aware that the beta build will have all Windows 11 system requirements including TPM 2.0. This is a big difference from insider build which can be installed on systems lacking official requirements.
So basically if you have a spare PC that could run Windows 11 install it so you can see what it brings and feel it so you can make a decision will upgrade once it is released later this year.
Although the Google Chrome browser is one of the most used browsers, a lot of things could still go wrong when browsing the web using it. One of the errors you might encounter is the “ NETWORK_FAILED ” error. This kind of error in Chrome indicates that Chrome wasn’t able to send your request through the network connection. It could be that your computer has trouble connecting to a stable internet connection or there is some plugin in your Chrome browser that is causing the issue. The worst-case would be malware. But worry not for this post will guide you on what you can do when you encounter the NETWORK_FAILED error in Google Chrome. Make sure to follow each one of the options given below and see which one of them worked best for you.
Option 1 – Disable or remove any unwanted extensions in Chrome
As you know, browser extensions help in enhancing the browsing experience but there are also times when it does exactly the opposite, and such is the case with the NETWORK_FAILED error in Chrome. It could be that one of the extensions in your browser is the one that’s causing the trouble. To disable or remove these unwanted extensions, here’s what you have to do:
Launch Google Chrome, press Alt + F, move to More tools, and click Extensions.
Look for Search.tb.ask.com or any other unwanted add-ons, click the Recycle Bin button, and choose Remove.
Restart Google Chrome, then tap Alt + F, and select Settings.
Navigate to the On Startup section at the bottom.
Select “Open a specific page or set of pages”.
Click the More actions button next to the hijacker and click Remove.
Option 2 – Run the Malware Scanner and Cleanup tool in Chrome
If removing or disabling the unwanted extension didn’t help in fixing the error, you can try using the built-in malware scanner and cleanup tool in Google Chrome. These tools help you get rid of any unwanted pop-ups, ads, unusual Startup pages, toolbars, and even malware.
Option 2 – Run the Malware Scanner and Cleanup tool in Chrome
Launch Google Chrome and then tap the Alt + F keys.
After that, click on Settings.
Next, scroll down until you see the Advanced option, once you see it, click on it.
After clicking the Advanced option, go to the “Restore and clean up the option and click on the “Restore settings to their original defaults” option to reset Google Chrome.
Now restart Google Chrome.
Option 3 – Try to disable the Proxy
If you are using a proxy, you might want to consider disabling it as it could have something to do with the NETWORK_FAILED error.
Tap the Win + R keys to open the Run dialog box.
Then type “cpl” and hit Enter or click OK to open the Internet Properties.
After that, go to the Connections tab where you should see the LAN settings. Click on it.
Next, uncheck the “Use a Proxy Server for your LAN” and ensure that the “Automatically detect settings” option is checked as well.
Then click Ok and then Apply to save the changes made.
Restart your PC.
Option 4 – Flush DNS and reset TCP/IP
Click the Start button and type in “command prompt” in the field.
From the search results that appear, right click on Command Prompt and select the “Run as administrator” option.
After opening Command Prompt, you have to type each one of the commands listed below. Just make sure that after you type each command, you hit Enter
ipconfig /release
ipconfig /all
ipconfig /flushdns
ipconfig /renew
netsh int ip set dns
netsh winsock reset
After you key in the commands listed above, the DNS cache will be flushed and the Winsock, as well as the TCP/IP, will reset.
Now restart your computer and open Google Chrome then try opening the website you were trying to open earlier.
Option 5 – Delete the WLAN Profiles
Deleting the WLAN Profiles might be a good idea if you are not able to connect to the internet on your computer and if you’re using Wi-Fi. It could be that the networks that were connected previously have gone rogue which is why it is not connecting properly. And so deleting the WLAN profiles would be for the best.
That should do it.
If you receive an error message saying, “Windows Update cannot currently check for updates because updates on this computer are controlled”, while trying to change the Windows Update preferences or manually update, then read on as this post will guide you in fixing it.
You can mostly encounter this error in managed systems where an Administrator controls the permission on the operating system. The reason why you are not able to modify the Windows Update preferences or manually update your system is that a group policy prevents you from doing so and that the only user who can do these things is none other than the administrator of the system.
Troubleshooting this kind of problem is the same as when you troubleshoot an error message that says, “Some settings are managed by your organization”. In such cases, you need to check both the Windows Update Group Policy and Registry settings.
If you’re just a standard user, you have to contact your system administrator regarding this issue and if you are the administrator, you can make adjustments to the system settings via the Registry Editor and the Group Policy Editor. Refer to the instructions given below for detailed instructions.
Option 1 – via the Registry Editor
If you are using the Home edition of Windows 10 and you want to change the policy for non-admin users on your local computer, then you can use the Registry Editor for that. Here’s how you can do it:
Tap the Win + R keys to open the Run dialog box.
Then type “Regedit” in the field and hit Enter to open the Registry Editor.
After that, navigate to the following registry key:
From there, look for the key named “WindowsUpdate” in the Windows folder and if it does not exist, you can just right-click on the Windows folder and select New > Key.
Now name the new key “WindowsUpdate” and create a new sub-key under the newly created key and input “AU” as its name.
Keep AU selected and then right-click anywhere in the right pane and select New > DWORD (32-bit) Value.
Then name the Value as “AUOptions” and right-click on AUOptions and select Modify.
Next, change the value of the Value data to “5” and click OK to save the changes made to the settings. Note that the Value Data of 5 refers to the policy to allow the local admin to choose the setting.
Now restart your computer once you’re done and check if non-admin users can now modify the Windows Update settings or update Windows.
Option 2 – via Group Policy Editor
Tap the Win + R keys to open the Run dialog box and then type “gpedit.msc” and hit Enter to open the Group Policy Editor.
Next, navigate to this folder: Computer Configuration > Administrative Templates > Windows Components > Windows Update.
Now look for the “Configure Automatic Updates” policy on the right pane and double click on it to open its Properties.
After that, shift the Radio button to “Enabled” and from the drop-down menu for Configure automatic updating, select option 5: Allow local admin to choose the setting.
Then click on Apply and OK to save the changes made to the settings.
Restart your computer and check if the problem’s fixed or not.
Error 126 is a Windows PC error that mostly occurs either during program installation or removal. It is commonly experienced by Vista, XP and Windows 7 users. When the error 126 is generated, it usually terminates the program installation process, immediately.
It is advisable to take corrective error repair measures immediately to ensure that you are easily able to install your desired program and you don’t encounter the error again.
Solution
Error Causes
There are multiple reasons for the occurrence of the error code 126 including. The reasons are listed below:
Dll file corruption
Missing or damaged dll files
Corrupt and misconfigured system files
Improper program installation
Viral infection
Corrupt registry
Improper hardware
Further Information and Manual Repair
To resolve the error 126 on your PC, you don’t always have to hire a technician or be a computer programmer yourself. Though this error is critical the good news is that it is very easy to resolve. You can fix the error even if you are not technically sound.
Try the solutions that we have listed below to help you resolve error 126 immediately:
Solution 1: Disable Firewall Protection
Sometimes Firewall protection may stop you from installing new programs on your PC successfully and this may display the error 126 on your PC. In such a scenario, disable Firewall protection and then try installing the desired program again. See if it works.
Solution 2: Restore Points
Sometimes dll files can go missing due to program removals and you may come across the error 126. To resolve it, restore points.
This will help you restore your PC back to the way it was functioning before you removed a program and will also help you recover the lost and missing dll files.
This can be done, by clicking the start menu.
Now go to all programs, then accessories, and then system tools.
Here you will see the ‘System Restore’ option. Simply click on it.
This will help you open a new window. Here select the option ‘Restore My Computer to an Earlier Time’ point.
As you select it, it will show you a list of restore points.
Choose the latest restore point you see in the list and click ‘Next’ to continue. Now confirm to finish restoration.
Restart your PC to activate the changes.
Solution 3: Scan for Viruses
The underlying cause for the error could also be related to viruses on your PC. To remove the viruses, you will have to download a powerful antivirus and scan your entire PC.
Please note, anti-viruses are notorious for slowing down system performance, so you might have to compromise on the speed of your PC.
Solution 4: Run a Hardware Diagnostic
To find out which hardware is causing the error message to pop up, you will have to run a hardware diagnostic. For this, simply go to the start menu, type Memory Diagnostic in the search bar.
Now access this tool and click on Diagnose your Memory problems. As you click on it, it will ask you to perform the check by either restarting the PC immediately or on the next restart.
Select the immediate one to get going. The system will carry a scan on the memory and show you the list of problematic errors detected during the scan. To resolve this error then all you have to do is replace the piece of faulty hardware. Nonetheless, if no faulty hardware is detected, this means the error is related to the registry.
Solution 5: Clean and Restore the Registry
The error 126 is also sometimes generated due to poor PC maintenance which leads to registry issues.
The registry basically saves and stores all the data and activities performed on the PC. This also includes junk files, invalid registry entries, bad keys, temporary files, internet history, and cookies.
This accumulates a lot of disk space. If not removed, they damage the registry and corrupt other important files like system and dll files, thereby generating PC-related error codes like error 126.
The best way to resolve this error on your PC in seconds is to download Restoro on your PC. This is an advanced and multi-functional PC repair tool embedded with multiple powerful utilities including an intuitive registry cleaner, an antivirus, and a system optimizer.
The registry cleaning feature detects all registry issues and errors. It wipes out all the unnecessary and obsolete files cluttering the system, fixes the damaged dll files, and restores the registry back to normal.
Simultaneously, the antivirus utility scans for all privacy errors and malicious software infecting your system. This includes malware, adware, spyware, and Trojans.
The system optimizer feature ensures your PC performance does not slow down. It boosts the speed of your PC to its optimum level.
This PC fixer is safe, user-friendly, and efficient. It can be downloaded on any Windows version.
Click here to download Restoro on your system and resolve error 126 right away!
Spying via some malicious app on the target phone is not a new thing but it can be very uncomfortable and even against the law in some countries.
Infecting the target phone can be done in various ways, another person can intentionally download and install applications on it, and you can install them via some phishing attacks or by an online scam. Once installed this piece of software presents a very serious invasion of privacy since it can track text messages, track phone location in real-time, record calls in real-time, eavesdrop on calls, take control of the camera and microphone, and many other applications.
Here are some common symptoms of mobile phones infected with spyware.
Symptoms of spyware
Random reboots Slow performance Strange text messages Overheating Unusual high data usage Non-familiar apps in the app list The fast drain of the battery Long shutdown time Strange interference and sounds during calls Signs of activity during standby mode
If your phone exhibits any of these symptoms you might have a spyware app installed and running on it.
Common spy apps
There are many apps that have been designed to spy on people that can be downloaded in the app store or on Google Play today. Most of these spyware apps are aimed at parents wanting to keep an eye on and protect their children. However, these can be used by anyone in order to spy on a target person via their phone.
Below is a list of common apps that can be used to spy on you. Many spyware apps require a phone to be ‘jailbroken’ or ‘rooted’ before being installed, this is when the phone’s operating system is changed to allow the phone to become unlocked and customizable.
mSpy : An undetectable spying app for iOS devices. It can be used to read your chats, see your location, view your email, check your call history, record your keystrokes, and more.
Spyera : This app requires rooted and jail-broken iPhones to work. It can go undetected and monitors phone calls and your call history. It even allows call recording and eavesdropping on live calls.
Flexispy : Flexispy prides itself as the #1 phone monitor for parents and can monitor everything from calls to social texts.
Umobix : This powerful spyware app has a dashboard that allows users to easily monitor someone’s location, calls, texts, keystrokes, all major social media, and more. You can detect Umobix because it heats up the infected phone and greatly affects the battery life of the infected device.
Ikey Monitor : Although it requires the device to be rooted for Android or jailbroken for iPhones, this spy app captures keystrokes, passwords, and screenshots, allows for call recording and supports multiple languages.
Clevguard : Available for both iOS and Android, Clevguard allows users to track GPS and Wi-Fi locations, capture screenshots remotely, and more. Due to a recent update, the spy app drains the target phone’s battery significantly.
Remove spyware from your phone
If any of the beforementioned apps are present on your phone you need to remove them right away.
Go to your phone settings and remove the malicious applications, then download some protection suite and scan the whole phone for any other trace of software remains or other malware apps.
If you suddenly encounter a PNP_DETECTED_FATAL_ERROR Blue Screen error, then this post can help you out. The PNP_DETECTED_FATAL_ERROR BSOD usually occurs when any new hardware that is mostly the Plug and Play type is attached. In such cases, when the device is plugged, and the driver for that device crashes or isn’t found or is not compatible, you will most likely encounter this particular BSOD error.
There are several error codes that come under this category, some of them are 0x000000CA (0x01681690, 0xEA96A7BE, 0x938A81AD, 0xF8362881. This BSOD error can also occur at any time. However, the only constant thing here is when you plug a PNP device like earphones, microphones, USB drives, and many more.
The PNP_DETECTED_FATAL_ERROR bug check has a value of 0x000000CA which indicates that the Plug and Play Manager encountered some severe error which is most likely have something to do with a problematic Plug and Play driver. To fix this error, here are some possible solutions that could help.
Option 1 – Run the Blue Screen Troubleshooter
The Blue Screen troubleshooter is a built-in tool in Windows 10 that helps users in fixing BSOD errors like PNP_DETECTED_FATAL_ERROR Blue Screen error. It can be found on the Settings Troubleshooters page. To use it, refer to these steps:
Tap the Win + I keys to open the Settings panel.
Then go to Update & Security > Troubleshoot.
From there, look for the option called “Blue Screen” on your right-hand side and then click the “Run the troubleshooter” button to run the Blue Screen Troubleshooter and then follow the next on-screen options. Note that you might have to boot your PC into Safe Mode.
Option 2 – Try disabling or removing newly installed hardware
In this option, you will have to disable or remove the hardware you’ve just installed recently since external devices could be the one that’s causing the Blue Screen of Death error to appear. To do that, just disconnect any external device that’s connected to your computer physically and then check if it fixes the PNP_DETECTED_FATAL_ERROR Blue Screen error.
Disabling the BIOS Memory options such as Caching and Shadowing can help you in fixing the PNP_DETECTED_FATAL_ERROR Blue Screen error. All you have to do is enter the BIOS first and then use the Arrow and Enter keys to select your choices. And if you can’t seem to find it, look for specific instructions from your OEM or you could also look out for instructions from the manufacturer of your motherboard.
Option 4 – Try to run the CHKDSK utility
Running the CHKDSK utility might also help you resolve the PNP_DETECTED_FATAL_ERROR Blue Screen error. If your hard drive has issues with integrity, the update will really fail as the system will think that it’s not healthy and that’s where the CHKDSK utility comes in. The CHKDSK utility repairs hard drive errors that might be causing the problem.
Open Command Prompt with admin privileges.
After opening Command Prompt, execute the following command and hit Enter:
chkdsk /f /r
Wait for the process to be completed and then restart your computer.
Option 5 – Try to uninstall programs you’ve installed recently
Chances are, some programs that you just installed might be the one that’s causing the BSOD error. Thus, you need to uninstall the program to resolve the problem.
In the search box, type in “control” and then click on Control Panel (desktop app) among the search results.
After that, select Programs and Features from the list which will give you a list of all the programs installed on your computer.
From there, look for the concerned program and select it and then uninstall it.
Option 6 – Update the Device drivers
Tap the Win + R keys to launch Run.
Type in devmgmt.msc into the box and tap Enter or click OK to open the Device Manager.
After that, a list of device drivers will be displayed. Look for the device driver you and then select either “Update driver” or “Uninstall device”. And if you find any “Unknown device”, you need to update it as well.
Select the “Search automatically for updated driver software” option and then follow the instructions to complete the process.
If you have chosen to uninstall the driver, follow the screen options to complete the process and then restart your PC.
Connect the device and Scan for hardware changes – you can see this option under Device Manager > Action.
Option 7 – Perform a System Restore
Performing System Restore might help you in fixing the PNP_DETECTED_FATAL_ERROR Blue Screen error. You can do this option either by booting into Safe Mode or in System Restore. If you are already in the Advanced Startup Options, just directly select System Restore and proceed with the next steps. And if you have just booted your PC into Safe Mode, refer to the steps below.
Tap the Win + R keys to open the Run dialog box.
After that, type in “sysdm.cpl” in the field and tap Enter.
Next, go to the System Protection tab then click the System Restore button. This will open a new window where you have to select your preferred System Restore point.
After that, follow the on-screen instructions to finish the process and then restart your computer and check if the problem is fixed or not.