Logo

System Image Backup 0x807800A1 & 0x800423F3

System image backup error 0x807800A1 & 0x800423F3 appears when you are trying to create a system image backup and the operation fails to do so.

If you’re faced with any of these error codes, try our recommended solutions in the order presented below and resolve the issue.

Check Volume Shadow Copy & Software Protection Services

To restart the Volume Shadow Copy Service (VSS) on Windows 10, do the following:

  • Press ⊞ Windows + X to bring up the Windows menu.
  • Click on command prompt (admin)
  • In the command prompt window, type the commands below and hit Enter after each line:

net stop vss

net start vss

Once the commands execute successfully, try the system image backup again. The operation should complete successfully.

You need to also check if the Software Protection Service is disabled. If it is, then Start it and ensure that it is set to default which is Automatic (Delayed Started).

Create System Image using PowerShell

Command lines are less prone to errors provided the syntax is correct, unlike GUIs that can suffer a glitch every now and then.

To create a system image with PowerShell do the following:

  1. Open the Windows PowerShell as administrator. To create a System Image in Windows 10 using PowerShell, you will have to run the Wbadmin command.
  2. Inside the Powershell window type, then press Enter: wbadmin start backup-backup target: E:-include: C:-quiet-allCritical
    E: is the target drive where you’re going to save the system image, and C: is the system root drive where Windows is currently installed
  3. To extract the created system image, starting over from Windows 10 USB installation media, select advanced startup or open run and type: C: \ Windows \ System32 \ Shutdown.exe / r / o

Use third-party imaging software

If the previous two solutions have not managed to solve the issue there is always an option to use a third-party imaging solution. There are free open source and buying options offering various advantages each. Find out which one works best for you and use it.

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

Radeon Settings are currently not available
One of the most common brands of GPUs that comes in a large number of computers is AMD’s Radeon Graphics processing units. AMD included the Radeon Settings panel so that users can control how the hardware functions. However, as of late, a lot of users reported that the Radeon Settings panel throws an error that says, “Radeon Settings are currently not available. Please try again after connecting AMD graphics” when they try to use it. This kind of error in the Radeon Settings panel is most likely caused by either corrupted drivers or incompatible drivers. If you are one of the users who are facing this problem, worry not for this post will guide you in fixing this error. You can either use the Device Driver Uninstaller or change the driver version. For more details, make use of the options provided below.

Option 1 – Try to use the Device Driver Uninstaller

The first thing you can do to fix the problem is to uninstall the AMD Radeon drivers by using the Device Driver Uninstaller software. After you’ve uninstalled the AMD Radeon drivers using this software, go to the official website of AMD to download the AMD Radeon drivers. Once you’ve downloaded them, you can install them by simply running the executable file. Once the installation of the new AMD Radeon drivers is done, try to open the Radeon Settings panel and see if the error is now fixed or not. If not, refer to the next given option below.

Option 2 – Try changing the Driver version

If you have followed the instructions in the first option then you can proceed to the next given steps below.
  • Now that you’ve completely uninstalled the AMD Radeon drivers and reinstalled their latest working versions, check if the drivers are still updating. If they are, you need to stop them.
  • To disable the drivers being automatically updated, you need to go to the Group Policy Editor by tapping the Win + R keys to open the Run utility and then type “gpedit.msc” in the field and tap Enter or click OK.
  • After opening the Group Policy Editor, navigate to this policy setting: Computer Configuration > Administrative Templates > System > Device Installation > Device Installation Restrictions
  • From there, double click on the “Prevent installation of devices that match any of these device IDs” policy setting to open a new window, and from this window, you will see the following description of the setting:
“This policy setting allows you to specify a list of Plug and Play hardware IDs and compatible IDs for devices that Windows is prevented from installing. This policy setting takes precedence over any other policy setting that allows Windows to install a device. If you enable this policy setting Windows is prevented from installing a device whose hardware ID or compatible ID appears in the list you create. If you enable this policy setting on a remote desktop server the policy setting affects the redirection of the specified devices from a remote desktop client to the remote desktop server. If you disable or do not configure this policy setting devices can be installed and updated as allowed or prevented by other policy settings.”
  • Now set the radio button of the policy setting to “Enabled”. This will turn off the delete confirmation prompt. Note that setting the radio button to either Not Configured or Disabled will turn off the driver being automatically updated.
  • Next, click on the Show button under the Options section. And in the field that pops up, type in the Hardware ID of your GPU and click OK. You can find the GPU’s Hardware ID under this location: Device Manager > <DEVICE NAME> Properties > Details > Hardware IDs
  • Once you’re done, click the Apply and OK buttons to save the changes made.
  • Close the Group Policy Editor and restart your PC and see if the “Radeon Settings are currently not available. Please try again after connecting AMD graphics” error is now fixed.
Read More
Fix Windows Update Error 0x80242006
If you are trying to update your Windows 10 computer using Windows Update but encounter an error code 0x80242006, then you’ve come to the right place as this post will guide you in fixing this particular Windows Update error. This kind of error might be due to mishandling by the operating system. It could also be caused by the antivirus program or security software installed in your computer. When you encounter this error, you will see the following error message on your screen as you try to run Windows Update:
“0x80242006, WU_E_UH_INVALIDMETADATA. A handler operation could not be completed because the update contains invalid metadata.”
Here are some troubleshooting tips you can try to fix Windows Update Error 0x80242006.

Option 1 – Try to reset the Windows Update components

If by any chance that the second option didn’t work, resetting the Windows Update components could also help you resolve the problem. How? Refer to the following steps:
  • Open Command Prompt with admin privileges.
  • After that, type each one of the following command and hit Enter after you key in one after the other.
    • net stop wuauserv
    • net stop cryptsvc
    • net stop bits
    • net stop msiserver
Note: The commands you entered will stop the Windows Update components such as Windows Update service, Cryptographic services, BITS and MSI Installer.
  • After disabling WU components, you need to rename both the SoftwareDistribution and Catroot2 folders. To do that, type each one of the following commands below and don’t forget to hit Enter after you type one command after the other.
    • ren C:WindowsSoftwareDistribution SoftwareDistribution.old
    • ren C:WindowsSystem32catroot2 Catroot2.old
  • Next, restart the services you’ve stopped by entering another series of commands. Don’t forget to hit Enter after you key in one command after the other.
    • net start wuauserv
    • net start cryptsvc
    • net start bits
    • net start msiserver
  • Close Command Prompt and reboot your PC.

Option 2 – Run the Windows Update Troubleshooter

If resetting the Windows Update components didn’t work, you could also try running the Windows Update Troubleshooter as it could also help in fixing any issues related to Windows Update including this one. To run it, go to Settings and then select Troubleshoot from the options. From there, click on Windows Update and then click the “Run the troubleshooter” button. After that, follow the next on-screen instructions and you should be good to go.

Option 3 – Try to disable your antivirus program

Disabling the antivirus program or any security software installed in your computer is always a good idea you can try when the Windows Update process does not go smoothly. So before you try updating your computer again, make sure to disable the antivirus or security program and once the Windows Update is done, don’t forget to enable the antivirus program back again.

Option 4 – Check the Background Intelligent Service and the Cryptographic Service

  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “services.msc” in the field and hit Enter or click OK to open Services.
  • From the list of Services, look for the following services and make sure that their Startup type is as follows:
    • Background Intelligent Transfer Service – Manual
    • Cryptographic Service ­– Automatic
  • After that, check if the Service status of the listed services above are set to Running. If they’re not, click on the Start button to start these services and then check if you can now enable the Windows Update service or not.

Option 5 – Run the System File Checker Scan

System File Checker or SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files to good system files. To run the SFC command, follow the steps given below.
  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few while before it finishes. Once it’s done, you could get the following results:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
  • Restart your computer.

Option 6 – Try running the DISM tool

You can try running the Deployment Imaging and Servicing Management or DISM tool to fix the Windows Update error 0x80242006. Using this built-in tool, you have various options such as the “/ScanHealth”, “/CheckHealth”, and “/RestoreHealth”.
  • Open the Command Prompt with admin privileges.
  • Then type in the following commands and make sure to hit Enter right after you type each one of them:
    • Dism /Online /Cleanup-Image /CheckHealth
    • Dism /Online /Cleanup-Image /ScanHealth
    • exe /Online /Cleanup-image /Restorehealth
  • After that, wait until the process is finished and do not close the window as the process will probably take a couple of minutes.
  • Once it’s done, restart your computer.
Read More
How to Fix Plugin.dll Error

Plugin.dll Error - What is it?

Plugin.dll is a dynamic link library file associated with Adobe Photoshop CC powered by Adobe Systems Incorporated for the Windows Operating System. DLL are small programs similar to ‘exe’ files which allow multiple software programs to share the same functionality. It is used to call commands, load applications, and successfully execute applications. Plugin.dll error messages may appear during program installation, while a plugin.dll related software program (Adobe Photoshop CC) is running, during startup and shutdown.

Solution

Restoro box imageError Causes

Plugin.dll errors may occur due to multiple reasons such as:
  • Missing or corrupt Plugin.dll files
  • Viral infection
  • Issues in the Windows registry
  • Broken registry keys
Plugin.dll errors may appear on a Windows-based computer as the following:
  1. “Plugin.dll not found."
  2. “The file Plugin.dll is missing."
  3. “Cannot register Plugin.dll."
  4. "Cannot start Adobe Photoshop CC. A required component is missing: Plugin.dll. Please install Adobe Photoshop CC again."
All the causes of the plugin.dll error code are associated with the registry. It is advisable to repair this error before it causes serious damages to your system.

Further Information and Manual Repair

To repair the plugin.dll error on you system, you don’t have to hire a technician or be adept at computer programming. The best way to resolve this error code is to download Restoro. This is a new, innovative, high and multi-functional PC fixer integrated with powerful and performance-driven multiple utilities. It includes a registry cleaner, and system stability scanner. So, whether the cause of the error code Plugin.dll error on your system is missing DLL files or even broken registry keys, Restoro can help you repair all these issues in no time. It is user-friendly and can be operated by users of all levels. Dll files go missing and registry gets corrupt because of the data overload in the RAM/the hard disk. This happens due to poor PC maintenance. The registry tends to save all the activities performed on the PC this includes even the junk files, invalid registry entries and files from uninstalled programs. If the registry is not cleaned regularly, such files accumulate a lot of disk space which leads to registry malfunctioning. It damages .dll files and eventually corrupts the registry. By scanning your PC with a powerful registry cleaner, you can easily wipe out the files cluttering your PC and clear your disk space. Additionally, it also repairs the damaged plugin.dll files, fragmented disk and corrupt registry.  Thereby restoring your PC to its normal condition and resolving the plugin.dll error code on your system. Besides this, you can also run Restoro on your PC to resolve speed issues and Active X and class errors. It is safe, efficient and compatible with all Windows versions. Click here to download Restoro and resolve the plugin.dll error.
Read More
How To Fix Error 0x00000050

0x00000050 - What is it?

0x00000050 is a type of stop error code. It is also known as a Blue Screen of Death error. It usually occurs when you try to start your PC or load a program. It can also occur while running a program. This error may also pop up when you restart your PC after installing Windows XP Service Pack (SP1) on your computer. Unlike some PC related errors, 0x00000050 error code occurs without any warning. The stop 0x00000050 error is displayed in a blue screen and interrupts you from carrying your desired activities on your PC smoothly. This error message is prompted in the following format:

Stop 0X00000050 (parameter1, 0, parameter3, parameter4) PAGE_FAULT_IN_NONPAGED_AREA”

Solution

Restoro box imageError Causes

Stop 0x00000050 error code may pop up on your Windows computer screen due to multiple causes. The most common causes for this error code include:
  • Poor PC maintenance
  • Registry issues- Bad registry keys, invalid entries, corrupt and damaged registry
  • Incompatible DLL files
  • Corruption of system files- Pool corruption in the Srvnet.sys file
  • Spyware and viruses
  • Overheating of PC components
  • The conflict between Windows XP SP1 and the display adapter drivers that are currently installed on your PC.
It is advisable to resolve 0x00000050 error code on your PC right away. BSOD errors are fatal errors and can pose serious threats to your PC. If not fixed timely it can lead to system crash, failure and valuable data loss.

Further Information and Manual Repair

To prevent data loss and system failure, there are some effective methods to resolve Stop 0x00000050 error code on your PC.  To implement these solutions on your PC, you don’t need to be a technical whiz or a computer programmer.

Method One

If the error cause is the conflict between Windows XP SP1 and the display adapter drivers then here’s what you need to do to resolve it:
  1. First start Windows in safe mode. To do this, restart your computer and press F8. On the Windows Advanced Options Menu, use the arrow keys to select Safe Mode.
  2. Once you select it press enter. Now use the arrow keys to select the operating system, press enter to start your computer in safe mode.
  3. Go to Start, click Run and then type ’msinfo32’ in the open box and press OK to continue. Then under the System Summary option, expand Components and then click Display to note the information that corresponds to the INF File Item. And then simply quit the utility.
  4. After that, go to the start menu again and then the My Computer and Properties option.
  5. Press the Hardware Tab and then click the Device Manager tab. Go to the ‘Display Adapters’ option and press the option ‘Uninstall. To confirm action press OK.
  6. Once again, go to the start menu and run and then type the following commands as illustrated below and after each command press enter.
  • ren %systemroot%infINF file name from Step 5.inf *inf.old
  • ren %systemroot%infINF file name from Step 5.pnf *pnf.old
This procedure may look pretty lengthy but it is worth it. Once you insert the commands, close all open windows and then reboot your system. Now download the latest drivers for your display adapter and install them. This will hopefully resolve the 0x00000050 error code on your system.

Method Two

Sometimes 0x00000050 BSOD error may occur due to temporary issues like overheating PC components. In times like these, all you need to do to fix the issue is to switch off your computer and allow the components to cool down. Try starting your PC after a few hours.

Method Three

If the issue is triggered by malware, then it is advisable to download a powerful antivirus. Scan your entire PC to detect and remove viruses affecting your PC and generating BSOD errors on your system.

Method Four

However, if the error still persists after trying all the methods stated above, then this means the cause of the error is deep-rooted. It is related to the Windows registry. Registry stores all your system files and activities performed on your PC. It usually gets damaged and corrupt if it is not cleaned frequently. The registry loads with unnecessary and obsolete files like junk files, cookies, internet history, bad registry keys and invalid entries. These files if not removed, accumulate and damage the registry, DLL files, and system files too thereby generate BSoD errors like 0x00000050 error messages. You can clean and repair the registry manually but it requires a great deal of expertise. The ideal and easiest way to clean it is to download Restoro. This is highly functional and easy-to-use software. It is embedded with multiple powerful utilities including such as a registry cleaner, an antivirus and a system optimizer. The registry cleaning feature scans for all errors related to the registry. It removes obsolete files, invalid entries, restores damaged DLL and system files. The antivirus feature simultaneously detects and removes all kinds of malware. These include viruses, Trojans, spyware, and adware affecting your PC. While the system optimizer feature ensures that your PC functions at its optimum speed. It is a safe and powerful PC Fixer. It has a user-friendly interface and compatible with all Windows versions. Click here to download Restoro and Fix Error 0x00000050
Read More
0x80071771, The specified file could not ...
If you are tried encrypting or decrypting a file using the default EFS engine but you receive an error message instead saying, “Error Applying Attributes, An error occurred applying attributes to the file: The specified file could not be decrypted”, read on as this post will help you sort out the problem. If you encounter this error you can use the error code in it. You will most likely get error code 0x80071771. This kind of error occurs when the File Explorer’s copy and paste feature was not able to read the source file being encrypted or decrypted. It could also occur if you try to access a file that has been on another computer previously.

To fix error code 0x80071771 when decrypting or encrypting a file, refer to the instructions provided below.

Step 1: You need to check first if you can decrypt the files encrypted by EFS. However, if you can’t, just proceed and then take full control of the file. Step 2: To take control of the file, open File Explorer and right-click on the partition, and then click on Properties. Step 3: After that, click on the Edit button under the Security tab. Step 4: Next, make sure that “Everyone” is selected under the Group or user names section. Step 5: Afterwards, the Permissions for Everyone section will be activated. Just make sure that all the checkboxes for Allow are checked and then click on the Apply button. Step 6: Once you’re done, click on the Advanced button. This will open a new window labeled Advanced Security Settings. From there, click on the Change link under the Owner section. Step 7: Now type your account name in the field and click on Check Names to verify the account name and click OK. Step 8: After that, select the “Replace owner on sub-containers and objects” option and then click OK. Step 9: Next, select Administrators in the Group or User names list and select Full Control in the Permissions for Administrators panel and click OK.
Read More
Quick Fix for Error Code 100

What is Error Code 100?

Error Code 100?? Whenever a Setup error contains error codes in the message, this indicates what the setup was operating on, let’s say copying files. The text in the error message will determine whether that it is fatal or not. An error code 100 is a system error that is displayed as ‘ERROR_TOO_MANY_SEMAPHORES’ or as a value 0x64. This error means that the system ‘cannot create another system semaphore.’ A semaphore is used in controlling access to parallel programming or a multi-user platform through multiple processes. This error can prevent certain features of your Windows to perform properly, like trying to get a print, copying files, deleting files, or any other routine computer activities.

Solution

Restoro box imageError Causes

Error code 100 can affect a wide range of activities that you normally perform on your PC. This error can occur for a number of reasons, of which some of the common ones include:
  • When the Microsoft SQL Server fails to start the service
  • When the account used for starting AOS does not match the database in SQL Server
  • When the AOS licenses have exceeded their limit
  • When the SQL Server database is incorrectly case sensitive
Though these are the common causes for error code 100, there can be other ways through which this error can occur. To find out the specific cause for error code 100, follow these steps:
  • Go to Start and select All Programs. Go to Administrative Tools and click Even Viewer
  • Click Application in Even Viewer
  • Locate the error message in the right pane by scrolling down
  • Click on the error message and see if the message applies to the error code.

Further Information and Manual Repair

In order to manually repair this error, you will have to work with your Network Administrator as they will have security privileges to take the steps. However, there are more than one ways to resolve this issue, for instance:
  1. Starting SQL Server Service
    • A likely cause of an error code 100 can be that your SQL Server service is not started. To activate it, follow these steps:
    • Got to Start and Click on All Programs, go to Administrative Tools and click on Services
    • Find SQL/MSSQLServer service
    • Right Click on it and click Start to activate the service
  2. Network Resolve
If you are connected to a network, then you can work with your network administrator to fix error code 100. Follow these steps to resolve this error:
  • Got to Start and then Run. Type dcomcnfg and press Enter
  • Locate Default Security and click it
  • Find Default Access Permissions and click Edit Default
  • You should locate System and Interactive, listed in the Allow Access. If they’re not listing, you can add them by clicking Add
  • Find the local computer in the list and click on Allow Access
  • Click Ok on the following three steps
  • Log off the computer and log in again.
Read More
How to Download Steam saves
Steam is one of if not the largest online store for the digital distribution of games on the PC platform. The game gets downloaded to your PC when you are planning to play it and its saves are synched in the Steam cloud. They get automatically downloaded when you install the game but you can also get your saves by directly downloading them from Valve's website in your browser. If Steam isn’t automatically downloading your old save games after you install a game, ensure Steam Cloud is enabled for that game within Steam. Locate the game in your Steam library, right-click it, and then select Properties. Click the Updates tab and ensure the Enable Steam Cloud synchronization option is checked for the game. If this option isn’t checked, Steam won’t automatically download your cloud saves. If you don’t see a Steam Cloud option for a game here, that game doesn’t support Steam Cloud. Not all games on Steam do, it’s up to each game developer.

Download the Files in Your Web Browser

Valve lets you download your Steam cloud save files via a web browser, too. You can download just your saved files without re-downloading the entire game. To find your saved files, visit Valve’s View Steam Cloud page in your web browser and sign in with your Steam account. You’ll see a list of games using your Steam Cloud storage. Locate the game in the list and click Show Files to see all the files for a game. Each game has a page showing all the files it’s storing in Steam Cloud, as well as the date they were modified. To download a file, click Download. Download all the save files for your game, and you’ll have a copy of its save games. This feature is especially useful for multi-platform games that don’t automatically synchronize save files between platforms.
Read More
How to Fix Socket Error 10013

Socket Error 10013 - What is it?

Socket error 10013 is an error code that often pops on the screen when you try to access the server. This error code restricts your permission to access. It shows that your permission request was denied. The error message is displayed in the following format:
“Socket.error: [Errno 10013] an attempt was made to access a socket in a way forbidden by its access permissions”

Solution

Restoro box imageError Causes

Narrowing down a particular reason for the cause of socket error 10013 is difficult, typically because this error code can be generated due to several reasons. Here are some of the common reasons for its occurrence on your PC:
  • High-security set up- Firewall or an antivirus program
  • Too many functions tied to the same driver confuses the socket
  • Outdated drivers
  • Malware
The good news is that the socket error 10013 is not fatal. However, it is advisable to fix and resolve the issue to avoid inconvenience.

Further Information and Manual Repair

Here are some of the best, quickest and easiest methods to work around the problem and resolve socket error 10013 without any hassle or delay.

Method 1 - Turn off Firewall

Believe it or not, a high level of internet security measures like Firewalls and anti-virus programs are a common cause of socket error 10013. Firewalls are made to protect a computer from harmful connections but sometimes it may also restrict server connections, considering them as a threat to your system security. Due to this, permission access is adamantly denied. To resolve this issue on your PC, the best way to go about is to turn off your Firewall or any other anti-virus programs installed on your system. Once you turn off these programs, try accessing the server again. The majority of the time the issue is resolved by carrying this step. Nonetheless, if the error still persists, try the methods given below.

Method 2 - Check the Permissions section of the Firewall Program

Another way to resolve this is to check the permission section of the Firewall program and check for the server. If the server is not listed, contact the Internet Service Provider (ISP) and ask for help in adding the server to the list.

Method 3 - Update Drivers

The outdated driver may sometimes be the reason for the socket error 10013.  The socket may no longer use the drivers installed on your PC which is why permission to access the server is not granted. When this is the reason, try updating the drivers to resolve. For new drivers, visit the software manufacturers’ website, download, and install.

Method 4 - Scan for Viruses and Malware

Another alternative is to scan for viruses and malware. Sometimes the cause for the error is a viral infection. Therefore, remove them to resolve. The best way is to download Restoro. This is a user-friendly and next-generation PC Fixer embedded with 6 scanners including a powerful anti-virus. It scans your entire PC and removes all types of viruses including malware, adware, spyware, and Trojans in seconds. Click here to download Restoro.
Read More
Fix Remote Desktop: Your credentials ...
Experiencing issues while using Remote Desktop connections is not uncommon. One of the issues that users encountered recently while trying to connect to their Remote Desktop network is the error saying, “Your credentials did not work, The login attempt failed”. If you are one of these users, then you’ve come to the right place as this post will walk you through fixing the problem. When facing this kind of problem, the first thing you can try before you do some troubleshooting steps is to verify the credentials. But if you are certain that you’ve entered the correct credentials just like what other users reported, then it’s completely a different matter. Based on the reports, this error is common on newly installed versions of Windows 10 or after reinstalling the operating system which could mean that the problem might be due to the Windows security policies or the username might have been recently modified. The latter case is a possibility especially if you’ve reinstalled Windows 10 and had entered a new username. In such a case, you will really have a difficult time connecting to your Remote Desktop connection since its credentials do not really automatically change. If you’ve verified that your credentials are correct, then now’s the time you troubleshoot the problem with the help of the potential fixes provided below. Just make sure that you follow each one of them in sequence.

Option 1 –Try to run the Network Adapter troubleshooter

To run the Network Troubleshooter, refer to these steps:
  • Open the Search bar on your computer and type in “troubleshoot” to open the Troubleshoot settings.
  • Next, scroll down and select the “Network Adapter” option from the right pane.
  • Then click on the Run Troubleshooter” button.
  • After that, your computer will check for any possible errors and will pinpoint the root cause of the problem if possible.
  • Restart your computer.

Option 2 – Try to change the network profile from public to private

According to some reports, this error occurs on systems where the network profile was set to public. Thus, you need to change the network profile to private to resolve the problem. How? Refer to these steps:
  • Go to Start and from there click on Settings > Network & Internet > Status.
  • Next, click on the “Change connection properties” option.
  • After that, set the radio button of Network Profile from Public to Private.
  • Wait for a couple of seconds until the system is done applying the changes you’ve made and then see if you can now connect to the Remote Desktop connection.

Option 3 – Try changing the account username

As mentioned, one of the possible causes for this error is the reinstallation of the operating system. You might have changed the username for the system but it does not really change the username of the Remote Desktop connection as well. Thus, you have to change the username back to what it was before you’ve reinstalled Windows 10.

Option 4 – Try modifying the Windows Security Policy

You can also try to edit the Windows Security Policy as it could help in resolving the error. This Windows Security Policy, when enabled, will not allow non-admin users to log on to the Remote Desktop connection. So if you want to allow non-admin users to use the Remote Desktop connection, then you need to modify this policy. Note that you can only do that if you are the admin of the system yourself.
  • Tap the Win + R keys to open the Run utility.
  • Then type “secpol.msc” in the field and tap Enter or click OK to open the Local Security Policy.
  • After opening the Local Security Policy window, select Local Policies > User Rights Agreement located on the left pane.
  • Next, double click on “Allow log on through Remote Desktop Services” located in the right pane.
  • And in the next window that appears, select Add user or group.
  • After that, type in the username of the intended non-admin user under the “Enter the object names to select” column.
  • Once done, click on the Check Names button to fix the username and then click OK to save the changes made.
  • Restart your computer.

Option 5 – Use the Group Policy Editor

  • Tap the Win + R keys to open the Run dialog box and then type “gpedit.msc” in the field and tap Enter to open the Group Policy Editor.
  • Next, navigate to this path: Computer Configuration > Administrative Templates > System > Credentials Delegation.
  • Double click on the “Allow delegating default credentials with NTLM-only server authentication” policy setting located on the right pane to edit it.
  • After that, shift its radio button to Enabled and click on Show.
  • Then type “TERMSRV/*” in the Value box and click OK.
  • Now repeat the same for the following policy settings:
    • “Allow delegating default credentials”
    • “Allow delegating saved credentials”
    • “Allow delegating saved credentials with NTLM-only server authentication”
  • Once you’re done, restart your computer and see if the problem is fixed.
Read More
Fatal error occurred while trying to sysprep
There are several kinds of errors you could encounter when you are running Windows 10 on a virtual machine. The Windows OS knows the difference between booting up in a standalone computer or in a virtual machine. This is why some specific drivers and system capabilities are used while emulating the Windows OS on software and during this phase, there are times when the System Preparation may throw up an error that says, “A fatal error occurred while trying to sysprep the machine”. This kind of error arises due to a race condition wherein the Sysprep command tries to stop the Microsoft Distributed Transaction Coordinator or MSDTC service and the VMware tool tries to start the MSDTC service. You may also see the following messages logged in the Setuperr.log file:
  • [0x0f0082] SYSPRP LaunchDll:Failure occurred while executing ‘C:Windowssystem32msdtcprx.dll,SysPrepDtcCleanup’, returned error code -2146434815[gle=0x000000b7]
  • [0x0f0070] SYSPRP RunExternalDlls:An error occurred while running registry sysprep DLLs, halting sysprep execution. dwRet = -2146434815[gle=0x000000b7]
  • [0x0f00a8] SYSPRP WinMain:Hit failure while processing sysprep cleanup providers; hr = 0x80100101[gle=0x000000b7]
To fix the 0x0f0082, 0x0f0070, 0x0f00a8 Sysprep errors, you can check out two potential fixes. First, you have to check the status of the MSDTC service and the second one is to check the settings in the Windows Registry. Note that these fixes are proven to be effective on many users and apply to several versions of Windows, including Windows 10.

Option 1 – Check the status of the MSDTC service via Command Prompt

As mentioned, the error could be caused by the malfunctioning of the MSDTC service or it. Thus, you have to uninstall and reinstall the MSDTC service to resolve the problem and you can do that using Command Prompt. Follow the steps below.
  • In the Start Search, type “command prompt” and from the results, right-click on Command Prompt and then select the “Run as administrator” option to open it with admin privileges.
  • If a User Account Control or UAC prompt appears, just click on Yes to proceed.
  • Once you’ve opened Command Prompt, execute this command: msdtc –uninstall
  • The command you just entered will uninstall the MSDTC service. After that, you need to execute this second command to reinstall the service: msdtc –install
  • Now exit Command Prompt and check if the error is now fixed.

Option 2 – Check the Registry settings

  • Tap the Win + R keys to open the Run dialog box and type “Regedit” in the field and click OK or hit Enter to open the Registry Editor.
  • After opening the Registry Editor, navigate to this registry path: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionSoftwareProtectionPlatform
  • From there, look for a DWORD value that’s named “SkipRearm” and double click on it.
  • Then change its value data to “1”.
  • Restart your computer to apply successfully apply the changes made and check if it was able to fix the error.
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