Logo

Mapped network drives are not working

When you have to connect to a drive that’s on a different computer or on external storage, that’s where the mapped network drives come in. Mapped network drives make accessing files a lot easier. However, there are times when it won’t work for some reason.

Windows will notify you about the unavailability of mapped network drives in several ways. For one, Windows might display a red X on the network drives or it could be that its status will be unavailable when you try to use it from the Command Prompt or via a notification.

It is recommended that you run a few scripts when you log in to your PC as it may so happen that the network drive takes more than usual to connect. Before you start troubleshooting the problem using the given options below, keep in mind that some workouts might only work under certain scenarios. You might need some network access at logon or you might need access to the Group Policy settings. So you need to choose what you prefer more.

You can try the given workarounds below if the mapped network drives are not showing or connecting or working on your Windows 10 computer. These workarounds use scripts to make sure that you are connected to them as soon as you start to use your PC.

As mentioned, before you can troubleshoot, you need to create scripts first. There are two scripts here namely MapDrives.ps1 which is executed by the second script named MapDrives.cmd and is done at a regular and non-elevated Command Prompt. Follow the steps below to get started.

  • You have to create a script file named “MapDrives.cmd” first and then save it on a place where the files are safe. To do that, open a text editor like Notepad and then copy and paste the following script:

PowerShell -Command "Set-ExecutionPolicy -Scope CurrentUser Unrestricted" >> "%TEMP%StartupLog.txt" 2>&1

PowerShell -File "%SystemDrive%ScriptsMapDrives.ps1" >> "%TEMP%StartupLog.txt" 2>&1

  • After that, save the file and name it “MapDrives.cmd”.
  • Next, create a script file named “MapDrives.ps1” and then copy and paste the following content. Just make sure to save both scripts in the same folder.

$i=3

while($True){

    $error.clear()

    $MappedDrives = Get-SmbMapping |where -property Status -Value Unavailable -EQ | select LocalPath,RemotePath

    foreach( $MappedDrive in $MappedDrives)

    {

        try {

            New-SmbMapping -LocalPath $MappedDrive.LocalPath -RemotePath $MappedDrive.RemotePath -Persistent $True

        } catch {

            Write-Host "There was an error mapping $MappedDrive.RemotePath to $MappedDrive.LocalPath"

        }

    }

    $i = $i - 1

    if($error.Count -eq 0 -Or $i -eq 0) {break}

    Start-Sleep -Seconds 30

}

Note: Now that you’ve created the script files, it’s time for you to proceed to the options given below.

Option 1 – Try creating a startup item

Note that this option only works on devices that have network access at login. So if it’s not there, the script will fail to reconnect the network drivers automatically. To create a startup item, here’s what you have to do:

  • Open the Startup folder located at %ProgramData%MicrosoftWindowsStart MenuProgramsStartUp.
  • From there, copy and paste the MapDrives.cmd.
  • After that, open the Scripts folder located at %SystemDrive%Scripts copy-paste MapDrives.ps1 and then copy and paste MapDrives.ps1 in there.

Note: After you complete the steps above, a log file named “StartupLog.txt” will be created in the %TEMP% folder. Now all that’s left for you to do is to log out of your computer and then log back in. This will ensure that the mapped drives are open.

Option 2 – Create a scheduled task

It is possible to create a scheduled task that runs as soon as you log in to your computer. To create a scheduled task, follow the steps below.

  • You have to copy the MapDrives.ps1 script file to the scripts folder of Windows located at %SystemDrive%Scripts.
  • After that, open the Task Scheduler and select Action > Create Task.
  • Next, type a name and description of the task in the General tab.
  • Then click on the Change User or Group button and select a local user group and click OK.
  • Now check the box labeled “Run with highest privileges” and switch to the Triggers tab.
  • From there, create a new trigger with the “At Logon” option in the Begin the task drop-down menu and then click OK.
  • After that, switch to the Actions tab and create a new action then choose to Start a program.
  • Next, type “Powershell.exe” in the Program/Script field, and in the Add arguments (optional) field, type the following:

-windowsstyle hidden -command .MapDrives.ps1 >> %TEMP%StartupLog.txt 2>&1

  • And in the Start in the (optional) field, type “%SystemDrive%Scripts” as the location of the script file.
  • Now under the Conditions tab, select the “Start only if the following network connection is available” option and then select Any connection and click OK.
  • Restart your computer or log off from your account and then log back in so that the task will be executed.

Option 3 – Use the Group Policy settings

You need this option if the mapped network drives are defined via Group Policy settings. You have to update the action of the drive maps to Replace. As a result, it will delete the existing mapped drive and create the mapping on each logon again. However, any settings on the mapped drive that are changed from the Group Policy settings will be gone on each logon. So if the changes don’t work, you need to run the gpupdate command together with the /force parameter in order to refresh the Group Policy setting quickly.

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

Dangerous GriftHorse Trojan found on Android
There has been recently discovered in the field of malware targeting Android devices. Affecting more than 10 million users of Android phones, the malware GriftHorse is doing its attacks via phishing and premium services scams. A lot of applications have been discovered that are hosts for this malware and many of them are inside the Google store and available for download. GriftHorseAccording to Zimperium zLabs, this malware that was recently detected has been doing its scams and attacks even in November of 2020 and has thus far accumulated hundreds of thousands of dollars in its scam. On the surface it looks very harmless, asking for typical permissions like internet access, calls, and other related needed functions, and then it waits. After few months the real attack happens when users get charged with premium service they never subscribed to in the first place.

List of Infected Applications that Carry GriftHorse Trojan

Zimperium zLabs listed out some of the apps with this malware. Users are advised to avoid installing them.
  •     Amazing Video Editor
  •     Bag X-Ray 100% Scanner
  •     Bus – Metrolis 2021
  •     Call Recoder Pro
  •     Call Blocker-Spam Call Blocker
  •     Cinema Hall: Free HD Movies
  •     Coupons & Gifts: InstaShop
  •     GPS Phone Tracker – Family Locator
  •     Fingerprint Changer
  •     Fitness Point
  •     Free Calls WorldWide
  •     Geospot: GPS Location Tracker
  •     GPS Phone Tracker – Family Locator
  •     Handy Translator Pro
  •     Horoscope : Fortune
  •     iCare – Find Location
  •     iConnected Tracker
  •     Instant Speech Translation
  •     Lifeel – scan and test
  •     My Chat Translator
  •     My Locator Plus
  •     Plant Camera Identifier
  •     Racers Car Driver
  •     Safe Lock
  •     Screen Mirroring TV Cast
  •     Slime Simulator
  •     Smart Spot Locator
These are only some of the many infected apps available on the internet. Zimperium zLabs also warned that GriftHorse Trojan exists in over 70 countries worldwide. The infected app quickly changes the language and displays content depending on the user’s IP address.
Read More
How to Fix DCOM Error 1084 on Windows
Distributed Component Object Model or DCOM is a module on Windows computers that allows computers to run programs over a network to another computer. It is a software component from Microsoft that allows COM objects to communicate with each other while that program is remotely running over the network. The COM Model is another extension of the DCOM model which both work together in order for the intended task to be executed. To make this module work, there are three components needed such as the Class Identifier or CLSID, the Programmatic Identifier or PROGID, and the Application Identifier or APPID. However, DCOM does not always work as expected as it could still encounter some errors. One of them is error 1084. Because of this error, the execution of programs in a remote computer on the network would be interrupted. So if you encounter the DCOM error 1084 when you try to start a service like running the DISM tool or in other scenarios on your Windows 10 computer, then this post could help you. Refer to the instructions given below to start troubleshooting the problem.

Option 1 – Try checking the status of DCOMLAUNCH Service or DCOM Server Process Launcher and its 3 dependencies

The DCOM Server Process Launcher service launches both COM and DCOM servers in response to object activation requests. This is why if this service is stopped or disabled, the programs that are using COM and DCOM won’t properly function. So you need to make sure that the DCOMLAUNCH service is running.
  • In the Cortana search box, type “services” and click on the Services icon to open the Services Manager. Alternatively, you can also tap the Win + R keys to launch the Run prompt and then type “services.msc” in the field and hit Enter to open the Services Manager.
  • Next, check the following services:
    • DCOM Service Process Launcher
    • Background Tasks Infrastructure Service
    • Local Session Manager
    • Remote Procedure Call (RPC)
  • Then right-click on each one of the services and click on their Properties.
  • After that, select Automatic from the drop-down menu of Startup Type and make sure that all the aforementioned services are Running.
  • Now click OK for each one of the services.

Option 2 – Troubleshoot the problem in a Clean Boot State

There are instances that some conflicting programs installed in your computer might be the one that’s causing DCOM error 1084. To identify which program is causing the problem, you need to put your computer in a Clean Boot State. To do so, follow the steps below.
  • Log onto your PC as an administrator.
  • Type in MSConfig in the Start Search to open the System Configuration utility.
  • From there, go to the General tab and click “Selective startup”.
  • Clear the “Load Startup items” check box and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
  • Next, click the Services tab and select the “Hide All Microsoft Services” check box.
  • Click Disable all.
  • Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)
  • From there, start to isolate the problem by checking which one of the programs you installed recently is the root cause of the problem.

Option 3 – Try to use the DISM tool

You might want to repair potentially corrupted files in your system as having them could also trigger the DCOM error 1084. To repair these corrupted system files, you can run the DISM commands:
  • Tap the Win + X keys and click on the “Command Prompt (Admin)” option.
  • After that, input each one of the commands listed below sequentially to execute them:
    • Dism /Online /Cleanup-Image /CheckHealth
    • Dism /Online /Cleanup-Image /ScanHealth
    • Dism /Online /Cleanup-Image /RestoreHealth
  • Once you’ve executed the commands given above, restart your computer and check if the DCOM error is now fixed.

Option 4 – Reset your computer

  • Tap the Win key or click on the Start button located in the Taskbar.
  • Then click on the Power button at the bottom right portion of the screen.
  • Next, press and hold the Shift key on your keyboard and then click on Restart. This will restart your Pc into the Advanced Startup options.
Note: Once you have access to the Advanced Startup options, you have to go to the setting which allows you to Reset your Windows 10 PC. All you have to do is select Troubleshoot > Reset this PC to reach the following screen Afterward, select either the “Keep my files” option and then proceed to the next on-screen instructions that follow to reset your Windows 10 computer without losing your files.
Read More
Fix Windows defender 0x800700AA Error
Windows defender error 0x800700AA, service can not be started comes when the user is trying to run Windows defender scan on their system. This kind of behavior happens for two reasons mostly, third-party application conflict or corrupted system files. In this article, we will tackle both scenarios and provide you with solutions in both cases.

Third-party application conflict

In this rare scenario when Windows defender can not start scan due to conflict with installed service or application in the system solution is quite simple. Restart your PC into safe mode and run the scan from there. In a safe mode environment, minimum drivers and services are only loaded eliminating any conflicts that might occur when everything is booted. If Windows defender can not run the scan in safe mode and you get the same 0x800700AA error then you can eliminate application conflict as a reason and move to the next solution which will tackle corrupted system files. If you, however, managed to run a scan then you have a rare third-party application conflict, you can boot normally into windows and try to eliminate one by one to see which one is causing the issue. The safest bet would be to start with security software because most of the time that is what causes conflicts in running services and applications.

Corrupted system files

If the previous solution has not provided you with results then you have system file corruption that needs to be fixed. Move from one solution to another as presented below:
  1. Run SFC scan

    SFC scan is a built-in Windows tool for solving corrupted system files issues, it is fully automated and does not require from the user any kind of knowledge or information. To run it and scan the system do the following: Press ⊞ WINDOWS + X to open the secret menu Left-click on the command prompt (admin) In command prompt type SFC /SCANNOW and press ENTER Wait for the process to finish, do not interrupt it and once it is done, restart your computer
  2. Run DISM scan

    DISM scan is similar to SFC scan but it tackles different types of system file corruption and it is recommended to run it also after SFC has been completed. Please note that for DISM scan to be successful you will need a stable internet connection since DISM will replace corrupted files with new ones downloaded from Microsoft. To run it do the following: Press ⊞ WINDOWS + X to open the secret menu Left-click on the command prompt (admin) inside command prompt type: exe /online /cleanup-image /scanhealth followed by ENTER, then type: Dism.exe /online /cleanup-image /restorehealth also followed with ENTER. Leave scan to finish and reboot your PC
Read More
Fix Power surge on the USB port
USB ports, just like any other ports, also comes with a power rating. The default power output of a standard USB port is 0.5 amperes and if you notice, mobile phones charge slowly on USB ports which explains why. There are times when Windows may throw an error or warning that says, “Power surge on the USB port”. This kind of error occurs when a connected device tried to draw more power and the error comes as a part of that notification so when you select it, it will say,
“A USB device has malfunctioned and exceeded the power limits of its hub port. You should disconnect the device”.
To easily fix the problem, you can try to disconnect the device and click on Reset and if you click on Close, the port will not work until you unplug it and then restart your computer. On the other hand, if disconnecting the device did not resolve the problem, you can try running the Hardware & USB troubleshooter or use a USB hub. You can also try to reinstall, uninstall or roll back the USB drivers or run the OEM diagnostics. For more information, refer to each one of the potential fixes provided below.

Option 1 – Try to run the Hardware & USB troubleshooter

  • The first thing you need to do is click on Start and then on the gear-like icon to pull up the window for Settings.
  • After opening Settings, look for the Update and Security option and select it.
  • From there, go to the Troubleshoot option located on the left-hand side of the list.
  • Next, select Hardware and Devices from the list and open the Troubleshooter and run it. Once it is doing its job, wait for it to complete the process and then restart the system.
  • After the system restarts, check if the problem’s now fixed. If not, refer to the next option given below.
Note: You could also try to run the USB troubleshooter as it could also resolve the problem.

Option 2 – Try to use a USB hub

If you’ve encountered the error on a specific device, then it is possible that the device requires more voltage. To fix this error, you can try to use the same device on another computer and if you still got the same error, you might want to use a USB hub that comes with its power source. USB hubs come with high-speed charging ports that should be able to supply the power needed for the device.

Option 3 – Update, rollback or reinstall the Universal Serial Bus Controller driver

If updating the drivers of the device did not fix the “The device is not ready” error, you can try to update, rollback, or reinstall the Universal Serial Bus Controller drivers instead of using the Device Manager. Refer to the following steps:
  • First, click the Start button and type “device manager”.
  • Then click on the “Device Manager” from the search results to open it.
  • From there, look for the “Universal Serial Bus controllers” option and then right-click on each one of the USB drivers and select the Update Driver from the menu.
Note: If it is a regular USB drive, then it will be listed as a USB Mass Storage Device but if you have a USB 3.0 device, then look for a USB 3.0 Extensible Host Controller.
  • Restart your PC and then click the “Search automatically for updated driver software” option.
Note: If updating the USB Controller drivers didn’t work, you can try to reinstall them instead.

Option 4 – Try running OEM Diagnostics if you have any

If the laptop or desktop computer you are using is a branded one, OEMs usually include software to diagnose issues in the computer like the USB port error. So if you have this software, try to run it for diagnosis and use any given suggestions to fix the error.
Read More
Fix Minecraft Realms Internal Server Error 500
Many Minecraft players are experiencing Realms internal server error 500, luckily for all of that players, we are offering you solutions.

Preliminary Fixes

Before heading towards the fixes here it is suggested to try some quick tweaks that might work in your case to fix Minecraft Internal Server Error 500. Restart your PC – Very first it is suggested to shut down your computer and after that restart the system. This worked for many players to get rid of the server outages issue. Update your Windows version – Check if you are running an outdated Windows version then make sure to install the latest Windows update and then run the game. Update Your Game Version – Also make sure you are running an updated version of Minecraft Realms. Installing the latest updates not only makes the game more stable but also helps you to solve common glitches and issues with the game. So, check if any recent updates are available to make sure to download and install them Modify the Game Settings – Check if you have tweaked some of the game settings then this might be the reason for the problem. So try to reconfigure the settings to default. This may work for you. Now after following the preliminary solutions check if the Minecraft Realms Internal Server Error 500 is resolved or else head to the next solution.

Check your Internet Connection

As said above if the internet connection is not working properly or it is preventing you from accessing the servers, then this can also cause the Internal Server Error 500 in the Minecraft server. So, very first make sure your internet connection is stable and working properly. Also if you are using Wi-Fi then use a wired connection to get a stable network. Moreover, if your internet connection is working fine then there is a possibility that your internet connection is causing interruption and preventing you from accessing the Minecraft Realms server. So, if this is the case then here it is suggested to use a VPN connection to get exceptionally fast & reliable speeds without getting detected.

Check for the Minecraft Server Outage

Well, there is a possibility the Minecraft servers are down and if this is the case then you don’t have any other option than just waiting for the servers to get restarted and the service becomes available again. Also, the service outages can affect the ability of the game and as a result, you are unable to play the game. Additionally, you can also inquire about Minecraft’s server status by visiting the Downdetector website. But if you find the services are running fine then the issue is from your side.

Disable Background Applications

If you are still getting the Minecraft Realms Internal Server Error 500, then there are chances that other applications running in the background are causing a limit to your internet bandwidth. It is suggested to disable the internet-connected apps and after that try connecting to Microsoft Realms again.
  • Hit CTRL + SHIFT + ESC keys > to open the Task Manager.
  • Then under the Process tab,> right-click on unwanted background process, > click on the End Task 
After disabling the applications running in the background, relaunch Minecraft and check if the internal server error 500 still appears or not.

Delete UUID Files in Minecraft

If you are still getting the Minecraft Realms Internal Server Error 500 then here it is suggested to delete the UUID files in Minecraft.
  • First, visit the website by clicking the https://mcuuid.net/ and enter all the credentials to get the player’s UUID
  • Then login to the server > proceed to server files > head to the world
  • Here locate the PlayerData folder > click to open it.
  • And from here choose the file containing the same name like the player’s Username or UUID > after that hit the Delete
  • Lastly, restart your server to save the changes

Remove Resource Packs & Mods

If you are getting the Minecraft realms internal server error 500 after the installation of a particular mod or the resource pack then this is what causing the issue while playing the realm. So, here it is suggested to delete it immediately, also uninstall the mod as well as the resource pack you installed recently. It is estimated this works for you but if you have a doubt related to any specific mod or the resource pack causing an error you should uninstall then also and check if the Minecraft internal error 500 is fixed.

Disable the Plugins

If you are still encountering the error then check for the plugins installed on your PC. Many times the installed plugin starts causing issues with the game as they are not compatible with the game version. So here it is recommended to try disabling the plugins on the PC and check if this works for you.
  • On your system > open the plugin window > rename the plugins files from “[plugin name].jar to [plugin name].jar.disabled”.
  • Next restart the server and check if the Minecraft Realms Internal Server Error 500 problem is resolved or not.

Uninstall & Reinstall Minecraft

If none of the above-given solutions works for you then here it is suggested to uninstall and reinstall Minecraft. Well, it is suggested to uninstall the game using the third-party uninstaller. Manually uninstalling the program won’t remove it completely, some of its registry entries, junk files are left behind and causes interruption when the next time you install it. If you are looking to uninstall it manually then follow the steps given:
  • Hit Window + R key > to open the Run box
  • And in the run box type appwiz.cpl command > hit Enter
  • Now the application manager window pops up on your screen > locate the Minecraft application > right-click to Uninstall
And as the uninstalling process is completed > head to the Minecraft official website and tries downloading and installing the game. Check if the Minecraft Realms Internal Server Error 500 is resolved or not.

Contact Support Center

If after trying all the solutions given you are still unable to fix the error then the only option left is to contact the Customer Support Center and fill the form in the link and describe the problem in a detailed way. And within few days you will get feedback from them to fix Minecraft Realms internal error 500.
Read More
Backup and Restore pinned Taskbar Items
Pinned Windows 10 Taskbar Items. One of the most used interfaces in the Windows environment is the Taskbar. It is where users like to pin their most-used programs as well as shortcuts with extra privileges and automated tasks. In fact, it’s a lot better than the Start Menu. So if any Windows Update messes up with your computer, or if you’ve just switched to a different computer, setting up the Taskbar with the very same set of programs you used to have is definitely not an easy task. But worry not as this post will guide you on how you can backup and restore the items on your Taskbar either manually or automatically.

Manual Backup:

  • Tap the Win + R keys to open the Run prompt.
  • Then type “%AppData%MicrosoftInternet ExplorerQuick LaunchUser PinnedTaskBar” in the field and hit Enter to open the folder where you can see all the shortcuts or pinned items in the Taskbar.
  • After that, copy all the files in the folder and paste them somewhere else as a backup. For instance, E:\Pinned Items Backuppinnedshortcuts.
  • Next, tap the Win + R keys to open the Run prompt once more, and then type “Regedit” in the field and hit Enter to open the Registry Editor. When the User Account Control dialog box appears, click Yes.
  • After opening the Registry Editor, navigate to this key – HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerTaskband
  • Then right-click on the Taskbar folder and select Export.
  • Now save the file with the .reg extension to another location like the E:\Pinned Items Backup folder and then name it.
  • Close the Registry Editor.

Manual Restore:

Make sure to copy all the files to one of the drives if you are using another computer and then refer to the following steps.
  • Tap the Win + R keys to open the Run prompt.
  • Then type “%AppData%MicrosoftInternet ExplorerQuick LaunchUser PinnedTaskBar” in the field and hit Enter to open the same folder where you just copied all the shortcuts. Make sure to keep it open.
  • Then open the backup folder where you saved all the pinned items and copy all the files there.
  • Next, go to the Taskbar folder (%AppData%MicrosoftInternet ExplorerQuick LaunchUser PinnedTaskBar) and then paste your files in there. If you encounter a problem while doing so, just replace it with your own set of files.
  • After that, go to E:\Pinned Items Backuppinnedshortcuts and then double click on tb-pinned-items.reg. If a User Account Control prompt appears, click Yes. This will add the registry file into the main registry hub. You will also get a dialog box that will confirm that data has been added to the registry successfully. Click OK.
  • You should now see the items on the Taskbar. You have to restart Windows Explorer. To do so, end its process in the Task Manager.

Automatic Backup:

Backing up and restoring the pinned Taskbar items in your Windows 10 computer can be done automatically as well. But before you get started on the process, you need to understand what’s going on behind the hood first. First, you need to create two bat files and name them “Backup Pinned Taskbar Items” and “Restore Pinned Taskbar Items”. After you have that covered, refer to the following steps:
  • Open the Notepad app and paste the following details and save it as “Backup Pinned Taskbar Items.bat.
REG EXPORT HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerTaskband “E:\Pinned Items Backuptb-pinned-items.reg” xcopy “%AppData%MicrosoftInternet ExplorerQuick LaunchUser PinnedTaskBar” “E:\Pinned Items Backuppinnedshortcuts” /E /C /H /R /K /Y
  • After that, run the newly created bat file with admin privileges.

Automatic Restore:

  • Open the Notepad app and paste the following details and save it as “Restore Pinned Taskbar Items.bat”.
REGEDIT /S “E:Pinned Items Backuptb-pinned-items.reg” xcopy “E:Pinned Items Backuppinnedshortcuts” “%AppData%MicrosoftInternet ExplorerQuick LaunchUser PinnedTaskBar” /E /C /H /R /K /Y
  • After that, run the bat file with admin privileges.
Note: Just so you know, there is a drawback to this process as we’ve noticed that any pinned apps that were downloaded from the Windows Store don’t appear in these places and any items downloaded and installed separately from the internet and then pinned.
Read More
See if your Data is safe in Facebook breach
It is no secret that a few days ago Facebook has been breach and tons of user accounts have been compromised. These kinds of things are very unpleasant experiences for both users and the company itself. User trust lowers significantly in the company and it can greatly increase the chances of users migrating to another platform. This just shows how much a hacker or security breach can produce damage to the business. Sadly we can not offer you guidance or assistance in recovering your stolen data nor can we provide you with removing your data from the hands of the attacker. What we can do is to provide you with information has your data been stolen. Threat actor released the personal information for 533,313,128 Facebook users on a hacking forum, including mobile numbers, name, gender, location, relationship status, occupation, date of birth, and email addresses. This data was originally sold in private sales after being collected in 2019 using a bug in the 'Add Friend' feature on Facebook. Facebook had closed this vulnerability soon after it was discovered, but threat actors continued to circulate the data until it was finally released practically for free. Since then, Troy Hunt has added the leaked data to his Have I Been Pwned data breach notification service to help users determine if a Facebook member's data was exposed in the leak. Go to the site and enter your email address to check and see if your data has been compromised.
Read More
How to fix random Computer crashes
Computer crashes are one of the most annoying things that can happen to users. It often loses your data and work, you must spend extra time if you were in the middle of something and can even break Windows itself. Computer without crashes working fineBefore we move to the article I just want to say that technically there are no random crashes, there is always a reason why the system hangs up, why you received blue screen, annoying restarts out of nowhere and many more PC crashes. In this article, we will explore many possible reasons why something may occur and offer you straight forward solution on how to escape the situation and prevent it from happening again. Without further delay, let's begin:
  1. Check switch connectors and power outlets

    Yes, sometimes the most basic approach provides the best results, check to see if your power outlet is stable and providing you with constant voltage, if not, maybe you want to invest in a UPS system so you do not face random shutdowns and restarts during work, also while you are at it, check to see if that reset and power switch are connected properly and that they are not dirty or loose.
  2. Clean your PC and check connectors

    Dirt can cause many issues with computers, from overheating to shutdowns to blue screens and memory dumps, check to see if your computer is clean enough and that all connectors are connected tight into their respective sockets.
  3. Check the temperature of your CPU

    CPU overheating can cause so-called random freezes and blue screens, the computer might shut down or restart also without any visible reason. Check to see if your fan on the CPU is working properly and change the thermal paste if needed.
  4. Check the health of your hard drive

    If your hard drive is beginning to go down the path of dying out, many issues can come from this condition. There are many tools on the internet and in Windows itself to check if your hard drive is working properly.
  5. Run antivirus and firewall

    Random lock-ups or similar issues can also occur if by any chance you have some malware on your system, run protection software, and keep it updated to make sure the issue does not come from the computer being infected with malicious applications.
  6. Keep system clean

    Have a habit to clean regularly system files and registries, keep removing unnecessary files from your computer and regularly update your Windows and applications along with drivers.
  7. Run memory test

    Bad RAM bank can cause many issues during the work, check it out to be sure the problem is not RAM itself.
  8. Do not run applications that are too demanding for your system

    Some applications require stronger hardware, and some require the latest hardware, if your computer is a little outdated, running a demanding application can cause issues like freezing, restarts, etc.
  9. Remove applications you do not use

    This does not seem like anything important but if you are not using a specific application just remove it from the system, why? Sometimes an application has some ties to certain services and if it is outdated can cause issues for newer ones.
  10. Stop installing everything you find on the internet

    Yes, that extension for chrome looks cool, yes, that fancy new player seems sick but if it is from an unverified source and from the unknown publisher without any reviews maybe you are better off with it. You can never tell what you might be placing into your system from the internet.
And that's it, 10 reasons and solutions on what to do on random computer freezes, crashes, etc.
Read More
Software and hardware cleaning tips
Spring is almost here and with spring comes work, nature wakes up, people wake up, no more heating bills, time to start working, and time to start cleaning your PC. Good day everyone and welcome to another tip & trick for your PC. This time we are talking about cleaning your PC and keeping it up to software tight so you are ready for the upcoming spring season. Thank you for being with us and let's start:

Uninstall applications that you are not using

The unused applications can cause many issues for PC, from taking unnecessary disk space to even causing slower boot times if they have active services that require to be all-time up and running. They could slow down other applications like file explorer if they have extensions installed into them and can take RAM space with their background processes. If you are not using a particular application anymore or do not plan to use it soon it is always best practice to delete it from the system and thus removing all services and processes that go with it freeing so much-needed RAM and disc space.

Remove browser extensions you do not need

Browser extensions like applications can cause some issues with PC performance. if you spend a lot of time on the internet browser extensions can slow down browser and page loadings, they can make browsers take up more RAM memory and if they are outdated they could even present a serious security threat. Best practices are to keep only the extensions that you need all time, maybe some password managers or similar, extensions that you use on a daily basis, the rest should be uninstalled.

Remove things from the startup

Many services are booted along with Windows itself, some of them are crucial to the system even working, some not so. By eliminating not-needed services from the startup menu you will make sure that your boot times and overall performance of the system are in healthy form and that your PC is more responsive.

Organize files, folders, and desktop

The speeding of computer is not the only thing that you need to take care of, in order to be prepared and have maximum efficiency you will need to organize your files and folders as well. In a working environment, we often tend to save and place files all over the place, and in time they clog up desktop and hard drives. If the files are not well organized we will lose precious time trying to find anything that we need and require, so instead of wasting your time in locating files, why not organize them for easy and logical search so you can access them easily when needed.

Clean taskbar and start menu

Taskbar and start menu as well can be clogged with icons and non-organized application shortcuts and document shortcuts. Remove everything you do not need for that tidy and easily accessible access.

Sort bookmarks

It is very likely that you have plenty of bookmarks saved in our browser. It is also very likely that these bookmarks are not sorted and organized and now would be a great time to do it. Like files bookmarks also can cause you a lot of time loss if you need to find a specific one in a sea of many.

Run disc cleanup

Built-in disc cleanup utility will find temporary files, unused ones, and plenty of other junk on your hard drive. Now would be a great time to run it and get rid of junk files from your system.

Physically clean your computer

Now when we have taken care of the software part of our computer and system, it is time to clean up the computer itself. Unplug your computer and clean it, we will not go into details of this procedure, there is already an article on our site which deals with this part in detail so look it up if you need assistance with this part.

Clean your peripherals

Besides the computer for effective and pleasant work take care of your screen, keyboard, mouse, printer, etc. All of these devices need to be dust-free and clean if you expect them to behave on top of their game. If you would like to read more helpful articles and tips about various software and hardware visit errortools.com daily.
Read More
The request failed due to a fatal device hardware error
When you are copying some files from your computer to your hard disk and vice versa or when you have several disks connected to your Windows 10 computer and you suddenly receive an error message saying, “The request failed due to fatal device hardware error”, then this means that there is some issue with the hardware of your computer. This issue might be caused by various reasons but whatever they may be, this post will guide you on how you can fix the “The request failed due to fatal device hardware error”. To fix the error, here are some suggestions that could help.

Option 1 – Check for any hard disk errors

  • On your desktop, right-click on the “This PC” or computer icon and then select Manage to open the Disk Management. Here you get to check your drive’s health.
  • Next, click on Disk Management on the left side panel.
  • From there, check the state of your drives. If it shows that all your partitions are healthy then it means all is good and that the problem may have something to do with some physical issues with your hard drive.

Option 2 – Run the CHKDSK utility

When it comes to some issues concerning the hard drive or removable devices, there is a utility in Windows that might help which is called “chkdsk”. This error check utility can help with several issues in the system including “The request failed due to fatal device hardware error”.
  • Tap the Win + S keys to open the Search box.
  • Then type “command prompt” in the field and from the search results that appear, right-click on Command Prompt and select “Run as administrator”.
  • After opening an elevated command prompt, copy and paste the following command and hit Enter:
CHKDSK [volume [[path] filename]] [/F] [/V] [/R] [/X] [/C] [: size]]
Note: In the command given above, “[/F]” will try to fix the system errors while “[/R]” will be the one to fix the bad sectors.
  • Now if you are prompted to run CHKDSK after your reboot your PC, just tap Y and reboot your PC.
  • If CHKDSK is not able to find any errors, tap the Win + E keys and navigate the access window. From there, right-click on the concerned drive and click on Properties.
  • After opening Properties, click on the tab Tools and then click on the “Check” button under the Error-checking section.
  • Wait until the process is completed and then restart your computer

Option 3 – Verify the hard drive using SMART attributes

In case you don’t know, Windows has a built-in feature of SMART analysis which analyzes the hard drive/SSD and checks all the parameters by performing some minor operations. To use it, follow these steps:
  • Tap the Win + S keys and type “command prompt” in the field then right-click on the related search result and select the “Run as administrator” option.
  • After opening Command Prompt as admin, type the “wmic disk drive get status” command and hit Enter.
  • You should get a result after that, and if you see that it’s “normal”, proceed to the next option below.

Option 4 – Format your hard disk

You can try formatting your drive since this problem also occurs on removable hard drives. In addition, if your drive is not properly initialized, this error will really pop up. Thus, you need to make sure that the hard drive is initialized and that the correct partition style is selected.
  • To get started formatting your drive, tap the Win + E keys and then go to the access page of the drive.
  • Next, right-click on the drive and select Format.
  • After that, uncheck the “Quick Format” option and then format your drive properly.
  • Now once the formatting process is finished, unplug the drive and plug it back in afterward.
  • Check if the error is already fixed. If the drive is not initialized, tap the Win + R keys and hit Enter.
  • After opening the Run dialog box, type “diskmgmt.msc” and hit Enter to open Disk Management.
  • From there, right-click on the drive volume and select Initialize Disk.
  • Next, select the correct partition type and proceed.
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