Logo

Cannot save media from Microsoft Photos

The Microsoft Photos app is a useful tool that allows users to view, edit, as well as create videos on their Windows 10 computers. Although it works just fine most of the time, there are some instances when you might encounter some issues when using it. One of these issues is when you cannot save media from the Photos app after you’ve edited an image. This is most likely related to a permission issue. However, according to some users, they got the error where the edited media file can’t be saved. When you encounter this kind of error, you will see the following error in your Photos app:

“It looks like you don’t have permission to save changes to this file.

Try saving a copy instead.”

There are several options you can explore to resolve this error. You can try updating the Microsoft Photos app or verify the ownership of the destination folder. You can also re-register and reinstall the app. For more detailed instructions, make use of the options provided below.

Option 1 – Try to update the Microsoft Photos app

The first thing you can do to fix the problem is to update the Microsoft Photos app.

  • Open the Microsoft Store and click on the three horizontal dots for the menu located on the top right portion of the window to see the options.
  • Next, select Downloads and updates and then click the Get updates button in the top right. This will install any pending updates for all the apps including the Microsoft Photos app using the Microsoft Store.

Option 2 – Try to verify the ownership of the destination folder

The next thing you can do to fix the error is to verify the ownership of the folder because chances are, the location where you’re trying to save the file might not have enough permissions to read and write the file to the disk. Thus, you need to take ownership of the folder by following these steps:

  • Type “command prompt” in the Windows Search bar and then right-click on the relevant search result and select “Run as administrator”.
  • After that, if a User Account Control or UAC prompt appears, just click on Yes to proceed.
  • Next, type and enter this command: TAKEOWN /F <path>
  • Note that the <path> is the location of the folder or file in File Explorer.
  • Now type and enter this second command: ICACLS <path> /grant administrators:F
  • Finally, once the command has been executed, restart your computer and then see if you can now access the folder or file.

Option 3 – Try resetting the Photos app

If the first option of restarting the background process of the Photos app didn’t work for you, you can try to reset the Photos app so that it will use the default factory settings. Note that this option works when you are experiencing this issue after making a couple of changes in the Photos app.

  • To get started in resetting the Photos app, open the Windows 10 Settings.
  • Then go to Apps > Apps & features.
  • After that, scroll down until you see the Photos app option – click on it and open its Advanced options.
  • From there, you will see the Reset button, click on it and click and then click on it once more to confirm.

Note: The process may take a couple of minutes to complete. Once it’s done, open the pictures again using the Photos app.

Option 4 – Try reinstalling the Photos app

If none of the first two options given above worked, then you might want to consider reinstalling the Photos app. Unlike what most users think, it isn’t really that hard reinstalling preinstalled apps as you have the Windows PowerShell for that. To use this program in reinstalling the Photos app, follow these steps:

  • Open the Windows PowerShell program with admin privileges and key in the following command:

Set-ExecutionPolicy Unrestricted

  • After that, execute this second command to re-register and reinstall the Microsoft Photos app.

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}

Note: In the command given, do not forget to replace the “PackageFullName” with the actual package name for the Photos app. After executing the command, it will uninstall the Photos app from your computer so you need to install it again from the Windows Store by simply looking for it. Once you found it, just click on install to start the installation process.

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

Fix BAD_SYSTEM_CONFIG_INFO error in Windows
If you encounter the BAD_SYSTEM_CONFIG_INFO Blue Screen error in your Windows 10 PC, then read on as this post will guide you in fixing this issue. Usually, this kind of Blue Screen error is caused by some issues with the Boot Configuration Data file. The main issue inside of the Boot Configuration Data file is that either some boot order files or older files might be in conflict with the newer ones or the stable ones and thus triggering the BAD SYSTEM CONFIG INFO Blue Screen error. This kind of Stop error also indicates that there is an error in the Windows Registry which is why you need to update potential culprit drivers as well as edit some entries in the Registry if need be. But before you get started, make sure that you create a System Restore Point first. After creating a System Restore Point, try to boot your computer into Safe Mode and then restart your computer normally. However, if it doesn’t work, proceed to the given options below.

Option 1 – Run System Restore

Performing System Restore might help you in fixing the BAD SYSTEM CONFIG INFO 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.

Option 2 – Update or rollback your device drivers

If the first option didn’t work for you, then it’s time to either update or roll back the device drivers. It is most likely that after you updated your Windows computer that your driver also needs a refresh. On the other hand, if you have just updated your device drivers then you need to roll back the drivers to their previous versions. Whichever applies to you, refer to the steps below.
  • Open the Devices Manager from the Win X Menu.
  • Then locate the device drivers and right-click on them to open the Properties.
  • After that, switch to the Driver tab and click on the Uninstall Device button.
  • Follow the screen option to completely uninstall it.
  • Finally, restart your computer. It will just reinstall the device drivers automatically.
Note: You can install a dedicated driver on your computer in case you have it or you could also look for it directly from the website of the manufacturer.

Option 3 – Try fixing the Windows Registry files

In order to fix the Windows Registry files, you need to make a bootable Windows 10 USB drive and then boot your PC using it. To do so, refer to the steps below.
  • Once you see the Welcome Screen, click on Next.
  • Then click on the “Repair your computer” option located on the bottom-left section of the window.
  • Next, click on Troubleshoot > Advanced Options > Command Prompt.
  • After opening Command Prompt, execute each one of the commands listed below in the sequence that they are given:
    • CD C:WindowsSystem32config
    • ren C:WindowsSystem32configDEFAULT DEFAULT.old
    • ren C:WindowsSystem32configSAM SAM.old
    • ren C:WindowsSystem32configSECURITY SECURITY.old
    • ren C:WindowsSystem32configSOFTWARE SOFTWARE.old
    • ren C:WindowsSystem32configSYSTEM SYSTEM.old
  • After executing the commands given above, type in the next ones below and make sure to execute them in the given sequence below.
    • copy C:WindowsSystem32configRegBackDEFAULT C:WindowsSystem32config
    • copy C:WindowsSystem32configRegBackSAM C:WindowsSystem32config
    • copy C:WindowsSystem32configRegBackSECURITY C:WindowsSystem32config
    • copy C:WindowsSystem32configRegBackSYSTEM C:WindowsSystem32config
    • copy C:WindowsSystem32configRegBackSOFTWARE C:WindowsSystem32config
  • Now type “exit” to close Command Prompt.
  • Restart your PC for the changes to take effect.

Option 4 – Run a Memory Check to test RAM

On the other hand, you can also fix the BAD SYSTEM CONFIG INFO Blue Screen error by running a Memory Check using the Windows Memory Diagnostic. Refer to these steps to do so.
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “mdsched.exe” in the field and hit Enter to open the Windows Memory Diagnostic.
  • After that, the Windows Memory Diagnostic will give out two options such as:
  1. Restart now and check for problems (recommended)
  2. Check for problems the next time I start my computer
  • Select any of the given options. After that, your computer will restart and check for memory-based issues upon the restart. If there are any issues, it will automatically them.

Option 5 – Rebuild BCD files and repair MBR files

Like what you did on the third option above, you also have to make a bootable Windows 10 USB drive for this option and then boot your Windows 10 PC using it.
  • Once you get to the Welcome Screen part, click on Next.
  • Afterward, click on the Repair your computer option located on the bottom-left part of the window.
  • Then click on Troubleshoot.
  • Next, select the Advanced Options and then Command Prompt.
  • Once Command Prompt has been pulled up, enter each one of the following commands and in the sequence that they are given to rebuild BCD files and repair MBR files:
    • bootrec /repairbcd
    • bootrec /osscan
    • bootrec /repairmbr
  • Now type “exit” to close Command Prompt and then restart your computer to successfully apply the changes made.
Read More
How to personalize STEAM with custom skin
steam skinSkinning of applications is not new to PC users, but did you knew you could skin Steam? With skin, you can customize the UI and style of the client to what you want making it more personal and to your liking. First thing is to find the skin that you would like to install. There are a lot of sites where you could find custom made Steam skins but we would recommend steamskins.org The site itself is organized in tabs with different sections, once you click on the tab you will get a list of skins available for chosen section. If you click on the skin you will be taken to skin page detail where you can find what skin is aiming for, its legibility, a record of how the skin has been altered over time, or some mix of these aspects. Note that some skins might have issues like some buttons might be missing from big picture mode but so far none of the skins has any kind of client breaking feature, only functionality one.

Downloading skin

Once you have chosen desired skin and while on the skin details page, scroll to the middle of the page just above the Related Skins sections with two options: Direct Download and External Download. Now usually I would recommend Direct download but in this case, I would advise going with External Download for the simple reason that the External link will send you to the developer's website where there is a higher chance to get the latest updated skin.

Installing it in Steam

Once the skin is downloaded you will first need to create a skin folder inside your Steam installation location. Navigate to your Steam installation folder (default: C:\Program Files (x86)\Steam) and create a new folder inside it. Give new folder name Skins and confirm. Extract the skin zip file in the newly made folder. Once the file is extracted you can delete the ZIP file if you wish. Go to your Steam client and go to Steam>Settings. In settings select Interface on the left bar and on the right part then click the Select the skin you wish Steam to use the drop-down menu and select the skin that you wish to use. Confirm and restart your Steam client

Reverting to old skin

If you found skin unappealing or, unfortunately, has some functions missing you can always choose another skin or revert back to default Steam skin. Default Steam skin is named in the drop-down menu as < default skin >.
Read More
Boot Selection Failed Because A Required Device Is Inaccessible Error in Windows 10
If you have or are currently getting a troublesome error saying, “The boot selection failed because a required device is inaccessible” when you boot your computer, then continue reading as this post will give you some suggestions that may help you resolve the error. This pesky error pops up during the booting process of your computer and prevents you from booting to your Windows 10 PC and displays the error message on a black screen instead. To fix this problem, here are some suggestions you need to check out.

Option 1 – Try checking the boot order in BIOS

  • Turn on your PC and repeatedly tap the Setup key right away about once every second until you see the Computer Setup Utility or the BIOS settings.
  • Then use the right arrow key to select the Security menu and then use the down arrow key to select the Secure Boot Configuration option and then tap Enter.
  • Just a heads up, before you can use Secure Boot Configuration, a warning will pop up. Simply tap F10 to continue to the menu. After opening it, use the down arrow key to select Secure Boot and then the right arrow key to set the setting to Disable.
  • Next, select the Legacy Support option using the down arrow key and then the right key to set the setting to Enable.
  • Now tap F10 to confirm the changes and then use the arrow key to select File menu and then the down arrow key to select Save Changes and then Exit and tap Enter to select Yes. From there, your computer should restart and once it does, use the power button to switch it off.
If you are now able to boot from your hard drive, you need to know which option to choose once the boot menu pulls up. Refer to the steps below to easily boot from your hard drive.
  • Tap the power button to boot your PC. Once your PC starts, a message will appear indicating that the boot mode has now changed.
  • Next, you’ll see a security screen displaying a four-digit code. Type in this four-digit code and tap Enter.
  • After that, tap the power button to turn the computer off and wait for a couple of seconds and then turn your PC on and tap the ESC key right away repeatedly until you see the Startup menu.
  • Now tap F9 to open the Boot Menu and use the down arrow key to select the hard disk and make sure to select it by tapping Enter on your keyboard.
  • Restart your PC and check.

Option 2 – Try running the DSKCHK Check from the Recovery Media.

The DSKCHK utility scans your hard drive for any errors, bad files, or corrupt sectors so this should help in fixing the problem.
  • The first thing you need to do is to download the Media Creation Tool from Microsoft and then open it after the download. The file should be “MediaCreationTool.exe”.
  • Then tap Accept to agree to the terms and conditions and then from the initial screen, select the “Create installation media (USB flash drive, DVD, or ISO file) for another PC” option. Keep in mind that the language, architecture, and edition of the bootable drive will be selected based on your PC’s settings but you have to uncheck the Use the recommended options for this PC in order to choose the correct settings for your own computer that’s getting the error.
  • Now click Next and then click the USB drive or DVD option once prompted to select between USB or DVD depending on what device you are using to store this image on. Then click Next and select the required drivers from the list of storage devices currently connected to the computer.
  • Click Next. After that, the Media Creation Tool will proceed to download the files needed to install and create the installation device.
  • The next thing you have to do is to insert the installation drive.
  • After that, you will see the “Choose your keyboard layout” window so select the one you prefer and then the Choose an option screen will pop up.
  • Go to Troubleshoot > Advanced Options > Command Prompt. After opening Command Prompt, input the following command and hit Enter.
CHKDSK /R /X C:
  • Now boot your PC without the recovery drive and check if the problem’s fixed or not.

Option 3 – Try resetting the BIOS

  • Open the computer case and then look for the battery in the motherboard. If you can’t find it, you can seek out the motherboard or computer documentation of your PC as well as browse the web or contact the manufacturer for further assistance.
  • Removing the battery should be easy especially if your computer uses a coin cell battery. Just use your fingers to grab on the edge of the battery then pull it up and out of the socket that’s holding it in place.
  • Keep the battery removed for about 10 minutes and then insert it back and try booting into the BIOS.

Option 4 – Try using the Startup Repair

  • Inject the installation drive you created earlier and boot your PC.
  • Select the keyboard layout from the Choose your keyboard layout window.
  • From there, the Choose an option screen pops up. Navigate to Troubleshoot > Advanced Options > Startup Repair.
Read More
How to Fix Backup Error 0x80070002

What is Backup Error 0x80070002?

Error 0x80070002 shows once you’re done backing up files through the Windows Backup program on a system running Windows 7, you see a notification that pops up with a message that reads something like: “Check your backup results. The backup completed but some files were skipped.” You try finding out the reason and you hover over to the Options button beside the message, then you get to read the following lines: “Check your backup results. The backup completed but some files were skipped. View skipped files.” Upon clicking the “View Skipped Files” option, the backup error 0x80070002 pops up on your screen and you’re left scratching your head, wondering what you’re going to do now.

Solution

Restoro box imageError Causes

There are multiple error logs that you will encounter in backup error 0x80070002 as per different conditions. The two most common cases in which this error shows up are stated below:

Case 1

You will see the following message when you press “View skipped files”: “Backup encountered a problem while backing up file C: Windows/System32/config/systemprofile. Error: (The system cannot find the file specified. (0x80070002))” You will face this case if you have backed up a library that included custom folders that were located in your user profile.

Case 2

Upon pressing “View Skipped files” you will encounter the below-mentioned messages: “Backup encountered a problem while backing up file C:/Users<User>AppDataLocalLow. Error: (The system cannot find the file specified. (0x80070002))” “Backup encountered a problem while backing up file C:/Users<User>Contacts. Error: (The system cannot find the file specified. (0x80070002))” “Backup encountered a problem while backing up file C:/Users<User>Searches. Error:(The system cannot find the file specified. (0x80070002))” You are likely to encounter any of these messages in case:
  • The Windows Backup program is trying to back up your files in either one or all of these folders (LocalLow, Searches, Contacts).
  • All three of these folders don’t exist in your system.
Keep in mind that all three of these folders exist due to the installation of certain programs and applications on your system.

Notes

The backup error 0x80070002 is also found to occur while using USB devices instead of storage devices. Other occurrences include the times when input/output (I/O) operations are performed on the USB device, which results in failure.

Further Information and Manual Repair

To make sure this issue is resolved, you will have to follow either one of the following solutions as appropriate to your situation:

Solution for Case 1

  1. Ignore the error. The store files of the custom library in your user profile will not be created as backups.
  2. Transfer the library folder from where it currently exists to a place outside its current folder (user profile). For instance, you can move the library folder to an entirely new destination such as “C: My Folders”
  3. Remove the library folder from the list of files that you are backing up using the Windows Backup program. Then, add the original place of the library’s content in the list.
  4. Go back and check step two. If carried out successfully then add a link to the folder you moved from the library. Check to see if the backup includes the library folder. To make sure, you have to do as follows:
  • Go to Start and select your username.
  • Hover across to the folder you wish to move, right-click on it and select “Cut”.
  • Head to the navigation pane and search for the area you will store the folder in, right-click and select “Paste” so that the folder is moved to that location.
  • Right-click on the folder that you just moved and select “Copy”.
  • Go back to Start, select your username, right-click any vacant space in your folder and select “Paste Shortcut”.
Note: If you want to store the folder in a different place other than the folder in which it currently exists (user profile), you will need to create a new folder. In order to do so, go to the Windows Explorer menu and look up the root of the drive. Hit “New Folder” and then choose edit to change its name. You can set it as any name for instance, “My Folders”.

Solution for Case 2

You can ignore this error safely. However, if you wish not to see this error in the future during your backup operations then you will need to carry out the following steps:
  1. Create all the folders listed in the error message including LocalLow, Contacts, and Searches.
  2. Remove all of these folders from the Backup settings to make sure they aren’t being backed up then add the folders which are in their original place. To carry out this procedure, you will have to follow the below-mentioned steps:
  • Head over to the Control Panel and open “Backup & Restore”.
  • Go to the Backup section and select “Change Settings”.
  • Click Next in the Setup backup dialog box.
  • Select “Let me choose” in the dialog box termed “What do you want to back up” then proceed by clicking Next.
  • Expand Data Files, expand <user> Libraries, expand Additional Locations then proceed by clearing out the AppData Folder, searches, and Contacts checkboxes.
  • Expand Computer as well as the item for your system drive (expand Local Disk (D:)), expand users, expand <user>, then go to AppData, Searches and Contacts and mark them if they are present.
  • Proceed by clicking next and select “Save Settings” then exit.
  • Back to Backup & Restore, select Back up now and your new backup will begin proceeding. The entire process will be complete without any errors now.
Read More
Setting a default printer in Windows 10
Windows 10 is by far the most personalized Windows so far, most of its personalization comes from him learning our habits on computers and setting future experiences taking them into account. One of these things that Windows likes to set for us is also the default printer. The default printer is set as one which is most used but sometimes we do not want that, we might like to use another printer as default despite Windows choosing one for us. Never worry, setting default printer is easy and this guide will take you to step by step journey of how you can do it in 5 min on your personal computer. Let us begin: First thing is to click on the windows icon on the bottom left and open start menu, from start menu click once on settings. Windows 10 Star menu with marked settings iconWhen the settings window opens, choose DEVICES on it. Windows settings with marked devices sectionOnce the device window opens, click once on printers and scanners, and on the right window go to the bottom and uncheck Let windows manage my default printer. Windows settings for printerUnchecking that box will let Windows know that we do not wish anymore for him to set our default printers according to their use. Once the checkbox is clear go up to your printer list and click on the printer you wish to use as the default one. I will choose Microsoft Print to PDF as my default printer and click on it. Once the printer is clicked option menu will appear. Windows settings manage printerWhen the option menu appears under the printer name, click on Manage which will take you to the printer management screen. When you are on the manage screen, click on the Set as default button, and you are done. Windows settings printer setting
Read More
Fix ERR_CONNECTION_RESET in Chrome
This post will help you fix the ERR_CONNECTION_RESET error in Google Chrome. This error indicates that the Chrome browser wasn’t able to establish a stable connection or that there really is no connection at all with the website you are trying to open. This error does not occur on all websites though. When you encounter this kind of error message you will see the following message on your Google Chrome browser:
“This website is not available, The connection to example.com was interrupted, Error 101 (net:: ERR_CONNECTION_RESET): The Connection was reset.”
Note: You need to follow the options given below to fix the ERR_CONNECTION_RESET error and make sure to reload the webpage each time you complete following each one of the fixes.

Option 1 – Check the Network Cables and restart the router then reconnect

Of course, the first thing you can try is to check if the network cables connected to your computer or router are properly connected. And if your computer is connected via Wi-Fi, you need to make sure to restart your router once. In addition, you can also forget the Wi-Fi your computer is currently connected to and then try reconnecting again to see if it would work.

Option 2 – Try removing the Proxy

Removing the Proxy might also help you in fixing the ERR_CONNECTION_RESET error in Chrome. Here’s how you can do it:
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “inetcpl.cpl” in the field and hit Enter to pull up the Internet Properties.
  • After that, go to the Connections tab and select the LAN settings.
  • From there. Uncheck the “Use a Proxy Server” option for your LAN and then make sure that the “Automatically detect settings” option is checked.
  • Now click the OK and the Apply buttons.
  • Restart your PC.
Note: If you are using a third-party proxy service, you have to disable it.

Option 3 – Try to increase the Maximum Transmission Unit (MTU)

You can also try increasing the Maximum Transmission Unit to fix the error. To do so, follow these steps:
  • Open Settings and go to Network & Internet > Ethernet.
  • From there, take off the Active Wireless / Wired Network Connection.
  • Next, open Command Prompt as admin.
  • Then type the “netsh interface IPv4 set subinterface “Ethernet 4” mtu=1472 store=persistent” command and hit Enter to execute it.

Option 4 – Flush the DNS and reset TCP/IP

Flushing the DNS and reset TCP/IP could also help in fixing the ERR_CONNECTION_RESET error in Chrome. To do so, refer to these steps:
  • 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.

Option 5 – Disable the AppEx Networks Accelerator feature

The AppEx Networks Accelerator is known to slow down network connections. Some users reported that it slows down the network speed by 70% up to 80% which is why you need to disable it. Here’s how you can do it:
  • Go to Settings and select Network & Internet and from there select Ethernet > Change adapter options.
  • Next, right-click on the network connection and select Properties.
  • Then look for AppEx Networks Accelerator and uncheck its checkbox.
  • Now click the OK button to save the changes and then check if the error is now fixed.

Option 6 – 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 might help you in fixing the ERR_CONNECTION_RESET error.

Option 7 – Reinstall the Network Adapter Drivers

  • Tap the Win + R keys to launch the Run window and then type in the “devmgmt.msc” command and hit Enter to open the Device Manager window.
  • Under the Device Manager, you will see a list of drivers. From there, look for the Network Adapters and expand it.
  • Then right-click on each one of the Network drivers and select “Uninstall device”.
  • Restart your PC.

Option 8 – Try to disable the Wi-Fi Miniport

  • In the Cortana Search box, type “command prompt” then right-click on the search result and select “Run as administrator”.
  • After opening Command Prompt with admin privileges, type the commands listed below and hit Enter right after you key in each one of them.
    • netsh wlan stop hostednetwork
    • netsh wlan set hostednetwork mode=disallow
  • Now exit Command Prompt and tap the Win + R keys to open the Run dialog box.
  • Type “cpl” in the field and hit Enter to open Network Connections.
  • From there, look for Microsoft Virtual Wi-Fi Miniport and right-click on it, and then select Disable.

Option 9 – Start Chrome in Safe Mode

The same with Windows Safe Mode, starting Chrome in Sage mode will open the browser but without all the user settings and extensions. And then try opening the website you were trying to open earlier.

Option 10 – Reset Google Chrome

  • Open Google Chrome, 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.
Read More
Enable or disable Fast User Switching
When your computer is slow, you don’t have much choice but to wait until it gets done with a task at its own pace, albeit a slow one. So if you want to switch user accounts on your computer a couple of times daily, then a slow computer can get really irritating. What makes system processes slow is that the accounts have some programs or applications running and resources allocated to them. And besides, if your computer is already low on performance, it will kill the natural fluidic flow of the user. But worry not, for this post will guide you in switching user accounts with the help of some minor tweaks in your Windows 10 computer. To disable or enable Fast User Switching, you have two methods to do that using the Registry Editor and the Group Policy Editor. Either way, refer to the instructions laid out below.

Option 1 – Enable or disable Fast User Switching via Registry Editor

  • Tap the Win + R keys to open the Run dialog box.
  • After that, type “Regedit” in the field and tap Enter to open the Registry Editor.
  • Next, go to this registry key: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem
  • Then right-click on System and select New > DWORD (32-bit) Value and name this newly created DWORD as “HideFastUserSwitching”.
  • Now double click on it. If you want to enable Fast User Switching, input “0” as the value, and if you want to disable it, input “1” as its value.
  • Restart your PC to successfully apply the changes made.

Option 2 – Enable or disable Fast User Switching via Group Policy Editor

Take note that this option will not work if you are using the Windows 10 Home edition since the Group Policy Editor does not come with Windows 10 Home. Refer to the steps below to enable or disable Fast User Switching using Group Policy Editor.
  • Tap the Win + R keys to open the Run dialog box and then type in “gpedit.msc” in the field and hit Enter to open the Group Policy Editor.
  • Next, navigate to this path inside the Group Policy Editor: Computer ConfigurationAdministrative TemplatesSystemLogon
  • Now double click on the configuration listing labeled as “Hide entry points for Fast User Switching” to open the configuration page.
Note: On the configuration page, you will see the following description:
“This policy setting allows you to hide the Switch User interface in the Logon UI, the Start menu, and the Task Manager. If you enable this policy setting, the Switch User interface is hidden from the user who is attempting to log on or is logged on to the computer that has this policy applied. The locations that the Switch User interface appears in the Logon UI, the Start menu, and the Task Manager. If you disable or do not configure this policy setting, the Switch User interface is accessible to the user in the three locations.”
  • From there, you can choose to enable or disable the Fast User Switching depending on your preferences. After you’ve selected, click OK and exit the Group Policy Editor.
  • Now restart your PC to apply the changes made successfully.
Read More
Guide to Easily Fixing Error 1713

What Is Error 1713?

Error 1713 is essentially a programming error. It has specifically been designed in Microsoft applications. This is intended to allow customers to continue using the appropriate setup tool. The error can be quite annoying and is used by manufacturers to determine what caused the error so that counteractive methods can be employed. The number 1713 is simply the hexadecimal code that informs where the instruction was loaded when the error occurred.

Solution

Restoro box imageError Causes

As far as the causes of Error 1713 are in question, the primary cause is damaged, misconfigured, or corrupt windows system files. There are several other factors that lead to the occurrence of Error 1713. For instance, if the applications or hardware on your system has been improperly deleted, installed, or uninstalled, Error 1713 will occur. Similarly, Error 1713 is triggered when the computer has recovered from an attack by some virus, spyware, malware, or adware only recently. This attack corrupts the file and so the error appears. Incorrect system shutdown can also be blamed for this error. All the scenarios listed above actually damages the registry entries in Windows system files. The corrupt or damaged files will then lead to improperly linked or missing information. It goes without saying that such problems will keep the applications from performing in the desired manner and this makes it even more crucial to fix this error as soon as it appears.

Further Information and Manual Repair

Two of the most useful workarounds for Error 1713 are listed below.
  • This solution is for advanced users. Restart your computer. Log on to it as the admin in the safe mode. Now go to the Start button and follow this path All Programs-> Accessories-> System Tools->System Restore. Now an option will appear asking you to ‘Restore your computer to an earlier time’. Select it. This option will actually appear in a new window. Click Next. A list of restore points will be displayed to you. Select the most recent restore point before the occurrence of the error and press Next. Now click on the Next button that appears in the confirmation window. Restart your computer as soon as the restoration is finished.
  • This solution is for novice users. Download a 1713 repair utility available online. Install this program and use it to scan your system. After the scan is complete, click on repair to fix the error.
Read More
DailyLocalGuide Removal Guide

DailyLocalGuide is a Browser Extension developed by Mindspark for Google Chrome. This extension hijacks your default search engine, the home page, and new tab, setting them to MyWebSearch.com.

From the Author:

The Software and Services are sponsored by third-party advertisements and commercial offers and may also contain links to third parties websites, advertisements, products, offers, applications, and more. By downloading and using the Software you give your consent to display to you such Third Party Content (by using display ads, pops, coupons, price comparison, in-line text, and content recommendations) through Our or Our business partners’ technology.

While installed, this extension gathers user browsing activity and sends it back to ad servers. This information is later used to better target ads. When browsing the internet with DailyLocalGuide installed you will see additional injected ads and sponsored content throughout your browsing sessions.

About Browser Hijackers

Browser hijacking is actually a type of unwanted software program, commonly a web browser add-on or extension, which causes modifications in web browser’s settings. They are made to interfere with browser functions for a variety of purposes. It redirects you to the sponsored websites and inserts ads on the browser that helps its creator generate revenue. Nonetheless, it isn’t that innocent. Your online safety is compromised and it is also very irritating. When the malware attacks your computer, it starts to mess things up a whole lot that slows your system down to a crawl. In the worse case, you may be forced to tackle serious malware threats too.

Symptoms of browser hijacker malware

Symptoms that your web browser is hijacked include: your home page is reset to some unfamiliar website; you see new unwanted favorites or bookmarks added, typically directed to advertisement-filled or pornography websites; the essential web browser settings are modified and unwanted or unsafe sites are added to the trusted sites list; you find unsolicited new toolbars added; your internet browser will display endless pop-up ads; your web browser starts running slowly or presents frequent glitches; you have prohibited entry to particular webpages, for example, the website of an antivirus software manufacturer like SafeBytes.

Exactly how they get into the computer

Browser hijackers infect computer systems in numerous ways, including through a file-share, a drive-by download, or an infected e-mail. They can also be deployed through the installation of an internet browser toolbar, add-on, or extension. Some internet browser hijackers spread in user’s computers using a deceptive software distribution method called “bundling” (often through freeware and shareware). Popular examples of browser hijackers include Conduit, CoolWebSearch, Coupon Server, OneWebSearch, RocketTab, Searchult.com, Snap.do, and Delta Search.

Browser Hijacker Malware – Removal

Some browser hijacking could be simply stopped by discovering and removing the corresponding malware program from your control panel. However, most browser hijackers are hard to eliminate manually. Irrespective of how much you attempt to get rid of it, it can keep returning over and over. Apart from that, manual removal expects you to do many time-consuming and complicated actions that are hard to accomplish for novice computer users. An anti-malware program is extremely effective with regards to finding out and eliminating browser hijackers that normal anti-virus software has missed. SafeBytes Anti-Malware detects all types of hijackers – such as DailyLocalGuide – and eliminates every trace quickly and efficiently.

What To Do If You Cannot Install Safebytes Anti-Malware?

Malware can cause many different types of damage to PCs, networks, and data. Certain malware types modify internet browser settings by including a proxy server or modify the PC’s DNS configuration settings. When this happens, you’ll be unable to visit certain or all websites, and therefore unable to download or install the required security software to eliminate the computer virus. If you’re reading this, you probably have affected by malware that prevents you from installing a computer security application such as Safebytes Antimalware on your PC. There are some solutions you can try to get around with this particular problem.

Remove malware in Safe Mode

The Windows OS has a special mode referred to as “Safe Mode” where just the minimum required programs and services are loaded. In case the malware is set to load immediately when the computer starts, switching into this mode may well prevent it from doing so. To start the computer into Safe Mode, hit the “F8” key on your keyboard right before the Windows boot screen shows up; Or right after normal Windows boot up, run MSConfig, check Safe Boot under Boot tab, and then click Apply. Once you’re in Safe Mode, you can attempt to install your antivirus program without the hindrance of the malicious software. Right after installation, run the malware scanner to remove most standard infections.

Obtain the security software in an alternate internet browser

Some viruses might target vulnerabilities of a particular browser that obstruct the downloading process. If you appear to have malware attached to Internet Explorer, then switch over to a different internet browser with built-in safety features, such as Firefox or Chrome, to download your favorite antivirus program – Safebytes.

Create a portable antivirus for eliminating viruses

Here’s another solution which is utilizing a portable USB anti-virus software that can check your system for malicious software without the need for installation. Adopt these measures to employ a USB drive to fix your corrupted computer. 1) Download the anti-malware on a virus-free computer. 2) Plug the Flash drive into the uninfected computer. 3) Double-click the Setup icon of the antivirus software to run the Installation Wizard. 4) Choose a USB flash drive as the location when the wizard asks you where you intend to install the application. Follow the directions to finish the installation process. 5) Transfer the USB drive from the clean computer to the infected PC. 6) Run the Safebytes Anti-malware directly from the flash drive by double-clicking the icon. 7) Run Full System Scan to identify and clean-up up all types of malware.

Highlights of SafeBytes Anti-Malware

Do you wish to install the best anti-malware program for your laptop? There are numerous applications available that come in free and paid versions for Windows systems. A few of them are excellent, some are decent, while some will destroy your computer themselves! You have to look for a product that has got a good reputation and detects not just computer viruses but other sorts of malware also. With regards to commercial antimalware tool options, many people go with well-known brands, like SafeBytes, and they are very happy with it. SafeBytes anti-malware is a trustworthy tool that not only secures your computer permanently but is also very user-friendly for people of all ability levels. With its outstanding protection system, this software will automatically detect and remove most of the security threats, which include browser hijackers, viruses, adware, ransomware, PUPs, and trojans.

SafeBytes anti-malware offers an array of advanced features which sets it apart from all others. These are some of the highlighted features included in the product.

World-class AntiMalware Protection: Safebytes is based on the very best virus engine within the industry. These engines will detect and remove threats even during the initial phases of a malware outbreak. Real-Time Protection: SafeBytes gives round-the-clock protection for your personal computer restricting malware attacks in real-time. This tool will continuously monitor your computer for suspicious activity and updates itself regularly to keep abreast of the constantly changing threat scenarios. Internet Security: SafeBytes provides an instant safety rating about the web pages you’re going to check out, automatically blocking harmful sites and making sure that you are certain of your safety while browsing the world wide web. Fast Scan: SafeBytes Anti-Malware possesses a multi-thread scan algorithm that works up to 5x faster than any other protection software. Lightweight: SafeBytes is really a lightweight application. It uses up a very small amount of processing power as it operates in the background so you’re free to use your Windows-based computer the way you want. Premium Support: You can get high levels of support around the clock if you are using their paid version. Overall, SafeBytes Anti-Malware is a solid program as it has loads of features and can detect and eliminate any potential threats. Once you’ve downloaded and installed this software, you will no longer have to bother about malware or other security worries. If you need advanced forms of protection features & threat detections, buying SafeBytes Anti-Malware could be well worth the money!

Technical Details and Manual Removal (Advanced Users)

If you wish to perform the removal of DailyLocalGuide manually rather than employing an automated software tool, you can follow these measures: Navigate to the Windows Control Panel, click the “Add or Remove Programs” and there, select the offending program to uninstall. In cases of suspicious versions of browser plugins, you can actually remove it via your web browser’s extension manager. You will likely also want to reset your internet browser to its default configuration settings. If you decide to manually remove the system files and Windows registry entries, utilize the following checklist to ensure that you know exactly what files to remove before carrying out any actions. But bear in mind, this is often a tricky task and only computer professionals could accomplish it safely. Furthermore, some malware keeps replicating which makes it tough to remove. Carrying out this malware-removal process in Safe Mode is suggested.
Files: Directory %LOCALAPPDATA%\DailyLocalGuideTooltab. Directory %LOCALAPPDATA%\Google\Chrome\User Data\Default\Extensions\hkeaafmlcginkhibjjdijabnpfobeibe Directory %LOCALAPPDATA%\Google\Chrome\User Data\Default\Local Extension Settings\hkeaafmlcginkhibjjdijabnpfobeibe Directory %LOCALAPPDATA%\Google\Chrome\User Data\Default\Sync Extension Settings\hkeaafmlcginkhibjjdijabnpfobeibe Registry: key DailyLocalGuide at HKEY_CURRENT_USER\Software\ key DailyLocalGuideTooltab Uninstall Internet Explorer at HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall\
Read More
Fix Windows Update Error 0x80240034
There are cases when you encounter some issues while updating your Windows 10 computer. One of these issues is the error 0x80240034. This particular error is a Windows Update Error that appears on the Windows Update pane every time an update fails to install. When this happens, your Windows Update will only get stuck at 1% and nothing happens afterward and eventually fails. If you click on the View Installed Update History, you will see the error code 0x80240034 for the failed updates. You will see this error each time you try to update your Windows PC. Take note that this issue doesn’t only happen to a specific version of the Windows Update but on various different Windows builds based on many users. What’s more, is that some users are also seeing a different error code when their Windows Update fails but they still end up seeing the error code 0x80240034 when they check the Windows Update history. At the time of writing, it isn’t determined yet what really causes this error but it’s most likely due to some corrupted files in the computer which is why the most common solution you can try is resetting the Windows Update cache. On the other hand, other users also resolved the issue by using the ISO and selecting the “Do not keep previous settings” option during the Windows Update so it might be something to do with transferring the previous settings through the update client. For clear instructions in fixing this issue, refer to the two options provided below.

Option 1 – Try to clear the Windows Update Cache/Distribution Folder

As mentioned earlier, a lot of users tried clearing the Windows Update cache to fix the problem and so far it has worked. Like them, you can try clearing the Windows Update cache by simply deleting the contents of the folder named “SoftwareDistribution” since Windows apparently can’t clear and re-download the update contents once they are corrupted. Thus, deleting the contents of this folder will make Windows download the contents again which will fix the problem. To do that, follow the steps below.
  • Step 1: Tap the Windows key once.
  • Step 2: Next, type in “command prompt” in the Windows Start Search, and from the search results that appear, right-click on Command Prompt and select the “Run as administrator” option from the context menu.
  • Step 3: After opening Command Prompt, type in “net start wuauserv” and hit Enter.
  • Step 4: Then type in “rmdir %windir%SoftwareDistribution /S /Q” and hit Enter.
  • Step 5: Now type in “net start wuauserv” and hit Enter. Once it’s done, try updating your Windows PC again, it should now work just fine.

Option 2 – Update Windows via ISO file

If option 1 didn’t work for you, you can try this second option of updating your Windows 10 computer using an ISO file which means that you will have to create a Windows 10 bootable media and use it to install the latest Windows 10 version. The most user reported that this option works and the reason why it does have something to do with the Windows Update client since the Windows Updates downloaded from the regular Windows Update client seems to create issues such as the error 0x80240034. However, issues like this one don’t occur when the very same Windows Updates are downloaded and installed via an ISO file. Take note that when using a Windows ISO file, you will be asked to choose what you want to do with the previous settings and apps. A lot of users opted for the “Not to keep the old Windows settings” option which has resolved the issue. So if you want to keep the previous settings then you must try to update Windows first while keeping the old settings. However, if it doesn’t work, you have to try installing the latest version of Windows without keeping the previous settings.
  • Step 1: Click this link and then click the Download Tool Now button.
  • Step 2: Next, click the “Use the tool to create installation media (USB flash drive, DVD, or ISO file)…” option and follow the next given instructions on the screen.
  • Step 3: Now select the ISO file option in step 5.
  • Step 4: After that, you should now have an ISO file.
  • Step 5: Next, go to the location where you’ve downloaded the ISO file.
  • Step 6: Then right-click on the Windows 10 ISO file and select the Open with an option and then select File Explorer.
  • Step 7: Now click on “setup.exe” and follow the next instructions that appear on the screen. When asked, you have to select either: Nothing (clean install) or Keep personal files only option. Take note that you must not select the “Keep personal files, apps, and Windows settings since it doesn’t really work.
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