Logo

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.

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

Downloads folder loads slowly in Windows
If you are frequently experiencing slow loading of folders in your Windows 10 computer, Downloads folder for instance, then you’ve come to the right place as this post will help you resolve such issue. Slow loading of folders is a common problem faced by many users even when they are using the latest hardware like SSDs. So if you experience the same thing, be it with the Downloads folder or other folders on your computer, there is a way to resolve that issue and make the folder load faster. Slow-loading means when you attempt to open the folder, it takes a couple of seconds before it displays its contents. In such cases, you’ll see a green loading address bar that says “Working on it” which can get quite annoying especially if you are in a hurry. And if you notice that this only happens in the Downloads folder, there certainly is something wrong. This kind of problem can occur on SSDs and normal hard drives. The main reason behind the occurrence of this problem is that the folder may have been optimized for viewing photos or other media formats which is why it takes quite longer than usual to load all the files and their thumbnails. However, since the Downloads folder usually contains all kinds of files like documents, zip files, audio/video files, etc. there is no need to optimize this folder for media files only because doing so is only going to make the Windows File Explorer slow in loading the folder’s contents and thumbnails which does not exist for many files.

Option 1 – Configure the Downloads folder

  • Right-click on the Downloads folder or the folder you’re having trouble opening.
  • Then click on Properties and go to the Customize tab.
  • After that, click on the “Optimize this folder for” option in the drop-down menu.
  • Next, select General items from the drop-down which might have been set by default to Pictures or Video.
  • You also have the option to apply this template to all the subfolders, that is if your folder has any subfolders.
  • Now apply the settings and restart Windows Explorer.
Note: Once you’ve completed the steps above, it should now make the folder content display a lot faster than before. Now try to open the Downloads folder which would not take much time as you will see the changes right away.

Option 2 – Run CHKDSK to check your disk for errors

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 File System Error -2147219196.
  • 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 /r /f
  • 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.
  • Once your computer has restarted, try accessing the file and check if the error persists.
Read More
Fix Your system requires SMB2 or higher Error
SMB which stands for “Server Message Block”, is a protocol used for file sharing. It provides the Read and Writes operating on network devices. Thus, it is why it is widely used when accessing a server-based in Linux. Its latest version is the SMB2 which follows after SMB1. The SMB2 contains more fixes to vulnerabilities that were found in SMB1. The predecessor was vulnerable since it served as a gateway to various modern ransomware which is why Microsoft disabled it by default starting with Windows 10 v1709. When you try to share a file, you will get the following error message:
“Microsoft Windows Network: You can’t connect to the file share because it is not secure. This share requires the obsolete SMB1 protocol, which is unsafe and could expose your system to attack. Your system requires SMB2 or higher.”
In this post, you will be guided on how to check if the SMB2.0 version can be installed on your Windows 10 computer. To get started, follow the steps below. Step 1: Tap the Win + X keys to open the Device Manager. Step 2: After that, click on the Windows PowerShell (Admin) option. Step 3: In the Windows PowerShell window, type the following command and hit Enter:
Get-SmbServerConfiguration | Select EnableSMB2Protocol
Note: After entering the command, you will see the following content on your screen which means that your Windows 10 computer is now capable of running the SMB2 protocol Now all that’s left for you to do is to enable the SMB 2 protocol on your Windows computer by enabling the SMB 1 protocol first and then upgrading it to SMB 2 afterward. Refer to the steps below for more details. Step 1: Tap the Win + I keys to open the Settings app. Step 2: Then type in “control panel” in the search area and click on Control Panel from the search results. Step 3: After opening Control Panel, click on Programs. From there, select the “Turn Windows features on or off” option under the larger menu of Programs and Features. Step 4: After that, Windows Features will appear on your screen. And from there, make sure that you select SMB 1.0/CIFS File Sharing Support and then click on OK. Step 5: Now let it install all the required files and then restart your computer to apply the changes made successfully. After your computer has restarted, the SMB 2 protocol should now be supported on your Windows 10 computer. Note: On the other hand, you can also enter the following command in the Windows PowerShell window. Just make sure you have admin rights to enable it.
Set-SmbServerConfiguration –EnableSMB2Protocol $true
Read More
Logitech lift ergonomic mouse

Recently Logitech has released a new line of ergonomic mouse products on market, strangely shaped and lifted on a vertical axis Logitech claims that these devices will fix your issues and ease your hand pains for prolonged use of the computer.

Logitech ergonomic vertical mouse

The first time I saw this mouse I was not really impressed with its looks and somehow I thought it will not feel good. This all changed when I actually started using it, surprisingly altho strange in looks it does feel much more natural and much less stressful on hand. Also, it felt like I have used it before, personally, I did not need any adjustment period in order to use it fully.

All of that being said I will admit that using it for gaming is still not an option for me, someone might find it ok, especially if they play some games that do not need to be responsive like strategies or similar but for RTS and FPS I will still stick to the typically shaped mouse. This might be just a habit for me but somehow I feel more responsive with the typical mouse, but for anything else, this is the mouse that will keep your hands stress-free.

Now in order to get the mouse to be really recommended it needs to have some good technical specifications as well, looks are not all. The less important detail is that the mouse comes in 3 different colors: Black, white and pink, and its technical specifications are:

Specs & Details

Dimensions

Height: 71 mmWidth: 70 mmDepth: 108 mmWeight: 125 g

Technical Specifications

Sensor technology
  • Sensor type: Logitech Advanced Optical Tracking
  • Dpi range: 400-4000 dpi (Fully adjustable with 100DPI increments)
  • Nominal value: 1000 dpi
Buttons
  • Number of buttons: 6 (Left/Right-click, Back/Forward, Middle button, Scroll-wheel with a middle click)
Battery
  • Battery type: 1x AA battery (included)
  • Battery life: up to 24- months Battery life may vary based on user and computing conditions.
Connection type support
  • Logi Bolt USB receiver (included)
  • Bluetooth® Low Energy Technology
Wireless range
  • 10-m wireless range

Personally, I would recommend this mouse for anyone who does work in front of the computer during the whole workday since it really does loosen grip and strain on hands.

Read More
Excluding a folder from Windows Defender scan
The Windows Defender program can both scan and monitor almost the entire folder on a Windows 10 computer. So if you have a folder that may have files that could trigger an alarm to Windows Security, then it would be better if you add an exclusion to Windows Security. Note that it is okay to do this as long as you’re certain that the contents of the folder you want to exclude are safe and that Windows Defender is only throwing out warnings for nothing. This way, Windows Defender won’t scan those folders in the future. And besides, there are also some Windows folders and files that you may exclude from the Antivirus scans, especially if you want to save your scan time. This kind of feature also comes in handy when you trust a file type or folder or any process that you believe is safe but the Windows Security considers as malicious. To exclude a folder or a file or process or a file type from the Windows Security scan, here are some steps you can follow. Make sure to do them carefully. Step 1: Search for “Windows Security” in the Search box and then click on it from the search results to open it. Step 2: Next, click on Virus & threat protection > Manage settings > Add or remove exclusions. Step 3: After that, on the next screen, click on Add an exclusion > Folder. It will show you a list that includes File, Folder, File Type, and Process. Step 4: Now click on “+Add and exclusion” on the next window and then select a folder you want to exclude and click OK to add it in the Exclusions list. Step 5: Click on the down arrow button to remove it and then click on the Remove button. Note: If you want to only ignore a few file types, it’s better if you configure your antivirus program to ignore these files with a specific extension. This way, it will ignore all of them no matter what their location is. Also keep in mind that when you select a folder, all the subfolders in it will also be excluded from the scan. Thus, you need to understand what you’re about to do. Once you’re done excluding the folder, it is recommended that you protect the folder using the Controlled Folder Access since this folder is not monitored for threat. The Controlled Folder Access will ensure that an external program does not alter it. This way, you can be sure that even though this folder is not included in the scan, it is still secure.
Read More
Can the Adobe.Dll Error Be Fixed?
Adobe.DLL is one of the numerous Dll files you are going to encounter on your Personal Computer. This isn't a system-established service and is usually the consequence of the sort of applications you install on your own Personal Computer. Because adobe.dll is a low-program process, in the event that you find it present on your pc, you can easily end it. It isn't required for the normal working of your OS but might trigger permanent harm if left unchecked. Don't forget that the Computer uses the AdobePDF.dll file for assorted tasks, and you need to make sure it's installed correctly.

Solution

Restoro box imageError Causes

When the adobe.dll is left un-fixed, you may shortly have to deal with sluggishness on your Computer. Simply put, this impedes the standard and amount of work you do while using your PC and impacts your productivity. Sometimes, adobe.dll happens because your computer experiences an overload. As a result, while resolving the malfunction, you've got to look for methods of decreasing the system overload. It's possible that lots of processes are functioning on your PC concurrently. Quit these processes. Lousy setup of the adobe.dll file causes this error too. Check and fix the files and settings that Adobe.Dll requires to run and you may not have to content with these error anymore.

Further Information and Manual Repair

Even though the adobe.dll may severely influence the functioning of your Computer, it is really a trouble or malfunction that one can fix manually.
  • Permanently Un-Installing the Adobe.dll Component is one of the better methods for repairing the malfunction.
Yes, you are able to completely eliminate the adobe.dll issue. The thing you really need to do is un-install it from your own computer fully, and for good.
  • Quit the many processes operating on your Computer and you may get rid of the adobe.dll malfunction.
Adobe.dll regularly happens due to system overload. Thus, the first thing you need to assess is if several processes are operating on the device. If they're, search for methods to stop them, and you'll not have to worry about the adobe.dll error anymore.
  • Utilize Microsoft System Configuration Utility
The MS System-Configuration Utility will settle the system overload problem, thus freeing up space for your programs to run smoothly and possibly avoid malfunctions, including adobe.dll. The Microsoft System-Configuration Utility manually locates and eliminates all running processes.
  • Perform Scans On Your Computer
Running scans on your own Computer may enhance or increase its operation. This technique may also aid in examining your Computer for adobe.dll, or such associated malfunctions, and resolve them forever.
  • Repair Adobe.Dll Files and Settings' Errors.
Considering that the adobe.dll malfunctions can be a result of the existence of malfunctions on your own PC's files and options, fix these properly. Begin by fixing the settings on the files and options utilized by your Computer to perform the adobe.dll, and you may have removed this issue completely. Finally, establish the source of the error message to effectively solve it. Once you do that and fix it, your PC will resume normal operations and even boost your work and productivity.
Read More
Fix Mfplat.dll missing on Windows 10
Recently, a number of users reported that they were not able to run PLEX and other similar streaming services ever since a Windows Update was automatically installed in the system. The error in these streaming services has something to do with a missing Mfplat.dll DLL file from the Windows Media Feature Pack. On the other hand, some users also reported that the mfplat.dll error occurred on several games as well which used the Media Feature Pack. Usually, the mfplat.dll error is caused by the missing Media Feature Pack in Windows 10. Although most of the time the Media Feature Pack is installed by the application that needs it or through Windows Update automatically, there are just certain installers that do not have it. It could be that the Media Playback service was disabled by a particular Windows Update. Aside from that, the error might be because your computer is using Windows 10 N – a Windows 10 version that does not include the Media Feature Pack by default. Whatever the cause may be, you can troubleshoot the problem with the help of the options given below. But before you go on, keep in mind that downloading the missing DLL file and copying it to the folder of the program where you encounter the error won’t really help and will only make things even more complicated.

Option 1 – Install the Media Feature Pack for Windows 10 N version

As mentioned, the Windows 10 N version does not come with Windows Media Player. Meaning to say, the Media Feature Pack is also not installed by default or won’t be updated by the Windows Update component. So if you are not quite sure what Windows 10 version you currently have installed, refer to these steps:
  • Tap the Windows key + S and then type “about” in the search box.
  • From the search results, click on the “About your PC” to open the About tab of the Settings app.
  • Afterward, scroll down to the Windows specifications and check your Windows version under Edition.
Note: If you’ve determined that your computer is using the Windows 10 N version, you need to install the appropriate Media Feature Pack for your computer. How? Refer to the steps below:
  • Click this link to download and install the Media Feature Pack from Microsoft’s official website.
  • Upon installation, select the edition you want to install using the drop-down menu and then click on Confirm. Take note that there are few reasons why you’d want to install the older version since most streaming services like PLEX and most games usually require version 1803.
  • After that, wait until the request is validated. The download should begin in a few minutes automatically.
  • Once the download is completed, open the installation executable file and follow the next on-screen instructions to install the Media Feature Pack on your computer.
  • Restart your computer. After your computer has rebooted, open the application where you’re getting the mfplat.dll missing error and then check if the problem is now fixed.

Option 2 – Enable Media Playback via Command Prompt

If you encounter the mfplat.dll missing error when you attempt to run PLEX or other similar streaming service and you’ve already verified that the Media Feature Pack is indeed installed, you might want to try enabling it using an elevated Command Prompt. There are cases when a particular Windows Update ends up disabling the feature and creates the grounds which results in the mfplat.dll missing error. Thus, you can have to enable the feature via Command Prompt.
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “cmd” in the field and hit Enter to open an elevated Command Prompt.
  • Next, click on Yes if a User Account Control prompt pops up.
  • After opening Command Prompt, copy and paste the following command and hit Enter to execute it:
dism /online /enable-feature /featurename:MediaPlayback
  • Close Command Prompt and then open the app once again to check if the problem is now fixed.

Option 3 – Try extracting a copy of the mfplat.dll file from the windows.old directory

If you encounter the error shortly after you just upgraded to Windows 10 from an older version, the best thing you can do to resolve the problem is to use windows.old directory to fetch an old copy of the mfplat.dll file. To do so, follow the steps below.
  • Go to the Windows drive and then look for the windows.old directory where it preserves a copy of your old operating system as well as associated files in case something goes out of hand during the upgrade process.
  • After that, open the windows.old folder and then go to the syswow64 folder.
  • Next, from the syswow64 folder, copy the mfplat.dll file and paste it to C: windows syswow64.
  • Restart your computer and check if the error is now resolved or not.
Read More
Disable password asking in Windows 10
To turn password login in Windows 10 you will need approximately one minute of your time. So let's do it fast and efficient Press ⊞ WINDOWS + X to open the secret menu keyboard with windows and x markedClick on command prompt (admin) Windows menu command prompt adminType in command prompt following:
powercfg /SETDCVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 0
press ENTER
powercfg /SETACVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 0
press ENTER And you are done! Next time when you open your laptop from sleep you will no longer need to type in the password.
Read More
Display isn't compatible with Windows Error
Upgrading your computer from Windows 7 or Windows 8 to Windows 10 or even upgrading Windows 10 to a new version is not that simple. The setup initially checks for all the drivers and other software utilities installed on your computer and verifies and blockages or upgrade or upgrade blocks with respect to any of those drivers or any of those software utilities regardless if you use the Windows 10 ISO or the Windows 10 Upgrade Assistant. One of these common errors, when you upgrade or update your computer, is the “The Display is not compatible with Windows 10” error. This kind of Windows Upgrade error is related to the compatibility of the Graphics Driver installed in your computer. But worry not for this post will guide you in fixing this problem. The “The display is not compatible with Windows 10” error has the same workarounds as the following errors:
  • These devices aren’t fully compatible with Windows 10.
  • The display is not compatible with Windows 10. Check with the manufacturer for support.
  • The display manufacturer hasn’t made your display compatible with Windows 10. Check with the manufacturer for support.
To resolve this Windows Upgrade error, here are some suggestions that could help:

Option 1 – Check for incompatible drivers in your computer

  • Open the Device Manager from the WinX Menu.
  • Then expand the list for Display Adapters.
  • Next, right-click on the NVIDIA Graphics Card list and select Enable.
  • After that, right-click on it again and click on the “Update Driver Software…” option.
  • After doing so, a new window will appear and from there, click on the “Search automatically for updated driver software” option.
  • Then check if Windows is now able to detect your Graphics Card as well as the latest driver for it. If not, proceed to the next step.
  • Right-click on the driver again and click on the “Update Driver Software…” option.
  • Now click on the Browse my computer for driver software option and then click on Let me pick from a list of device drivers on my computer.
  • Afterward, select a compatible driver for your computer named NVIDIA Graphics Card and then proceed.
  • Wait for the whole process to be completed and restart your computer to successfully apply the changes made.

Option 2 – Get the latest version of Graphics drivers from the manufacturer’s website

In case you don’t know the manufacturer of the Graphics Processing Unit or GPU of your computer, you need to check first. They’re usually NVIDIA, Intel, or AMD. So if your computer’s Graphics Processing Unit is manufactured by NVIDIA, you need to get the latest version from their official website.

Option 3 – Try to install the latest Graphics driver in Compatibility Mode

If you’re not able to install the Graphics drivers you’ve downloaded, you can try installing them again but this time using Compatibility mode. Follow the steps below to do so:
  • You need to download the driver and place it on your desktop.
  • After that, right-click on it and select Properties.
  • Next, switch to the Compatibility tab where you should see two options:
    • Compatibility troubleshooter, and let Windows figure out what works best for you. If it fails, follow the next.
    • Manually choose the version of Windows it was correctly working.
  • You also have the option to change the DPI settings and see if that helps. Then click the Apply and OK buttons.
  • Now right-click on the file and select the “Run as administrator” option to install. After that, you should now be able to change your screen aspect ratio to what you were using early on.
Note: If you have other programs that won’t work on the existing version of Windows, then make sure to run the program in a Compatibility mode.

Option 4 – Try to run the Program Compatibility Troubleshooter

You might also want to run the Program Compatibility Troubleshooter. This built-in troubleshooter is available in the Windows Update & Security section. From there, select Troubleshoot. This will find a list of programs for you and since you have already downloaded the driver files, just click on Not Listed located at the top of the program list. After that, browse and select the driver files and then let the program do its job.
Read More
How to choose default applications in Windows
Hello everyone and welcome to another tutorial on errortools.com, Windows itself when it is installed has a general idea about certain file types and how to open them, for example, image files would be opened with application photos, web links with the edge, etc. So when we double click on the known file type, Windows will start the default application for that type and open the file in it. But what if we do not want to open files in applications Microsoft thinks we should? What if we want to open the website in firefox or images in photoshop, or whatever. Luckily we can easily change which application Windows uses for which file type. Click on ⊞ WINDOWS to open the start menu and choose settings. Windows 10 Star menu with marked settings iconOn the settings screen, choose Apps. Windows settings apps section markedWhen the Apps screen opens on the left click on Default apps. Windows settings default apps markedOn right, you will get a list of Windows default applications for certain types of files. Click on any application you would like to change and choose from the drop-down list a new one. Click on it and you are done.
Read More
Finding out which GPU is in your computer
Every computer has to have a graphic card, it is one of the essential components in order for the computer to work. If you have a second-hand computer, got one as a gift, or similar, there is a high chance that you do not really know which components are inside. Luckily finding out which graphic card you have inside is quite easy. Right-click the taskbar and select Task Manager Click the Performance tab at the top of the window, if you don’t see the tabs, click “More Info.” Select “GPU 0” in the sidebar. The GPU’s manufacturer and model names are displayed at the top right corner of the window. You’ll also see other information, such as the amount of dedicated memory on your GPU, in this window. Windows 10’s Task Manager displays your GPU usage here, and you can also view GPU usage by application. If your system has multiple GPUs, you’ll also see “GPU 1” and so on here. Each represents a different physical GPU.
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