Questions tagged [dcom]

19 questions
4
votes
0 answers

WMI-Activity Event ID5858, ResultCode = 0x80041032 & DCOM Event 10010 timeout errors

I've been trying to eliminate two types of errors for about a month now. First are WMI Event 5858 result code: 0x80041032 and the Second are DCOM Event 10010 server timeout errors. Read 100s of articles and threads - many here. Maybe/likely the…
Mes
  • 41
4
votes
0 answers

WMI query fails with "A security package specific error occurred." Exception 80070721

Problem In Powershell after executing the following command ... Get-WmiObject Win32_ComputerSystem -Credential second.nl\administrator -ComputerName srv02.second.nl ... the following exception is thrown ... Get-WmiObject : A security package…
3
votes
2 answers

Component Services Error Log - SQL Server Distributed Replay Client

I am getting the following error on a Windows Server 2008 x64 R2 Virtual Machine install: Log Name: System Source: Distributed COM Event ID: 10016 Level: Error Date: 2/20/2013 8:22:14 AM The application-specific permission settings do not grant…
Richie086
  • 5,351
3
votes
3 answers

How do I find "who" started my broswer via BrokerInfrastructure to show ads?

Abstract -- I am trying to find out a "criminal" process that opens ads automatically when I am not using my Windows 10 PC. I tried Process Monitor but the Process trace ended at a system service called Background Tasks Infrastructure Service. I am…
bfrguci
  • 565
2
votes
1 answer

DCOM Running Processes Dump Location

In DCOM user security (dcomcnfg), under Console Root Component Serveices My Computer Running Processes if I right-click a running process and select Dump from the menu, I get the following dialog box: The dump of the selected process…
1
vote
5 answers

How can I remove a DCOM virus?

How to remove a DCOM virus? Payload is it goes and downloads Trojans from a Russian ip. Microsoft Security Essentials detects access to the Windows Temp folder, but how do I remove the DCOM server virus?
abmv
  • 325
1
vote
1 answer

How to prevent Service Control Manager hanging at start of Windows 7?

I had a third NAS added to my home system this summer. At that time, I started to develop and issue wherein the start of my Win 7SP1 becomes a two-step process. MOST stuff seems to load immediately from my SSD. Then, about 16 minutes later, a couple…
1
vote
1 answer

How to decode DCE RPC stub data in WireShark

I need to compare connection session of 2 OPC DA clients connecting to a remote server. Under the hood they uses DCOM and DCE RPC. Fortunately, WireShark provides dcerpc dissector, but it doesn't decode stub data.
devaskim
  • 121
1
vote
0 answers

Edit button grayed out for "Launch and Activation permissions" in DCOM Config -> Properties -> Security -> Customize

So my Windows 11 computer is currently randomly rebooting. Following the instructions at https://www.windowscentral.com/how-find-reason-pc-shutdown-no-reason-windows-10 I traced it back to this: The process C:\WINDOWS\system32\winlogon.exe…
neubert
  • 7,574
  • 39
  • 94
  • 156
1
vote
0 answers

Unable to start a DCOM Server

Windows jump lists and Cortana WinKey+C command are not working. The jump list issue is also documented in the Broken jump lists on Windows 10. Searching through the Event Viewer, I found two errors. For Jump lists (Event ID 10000): Unable to start…
Igor Ševo
  • 421
  • 2
  • 9
  • 20
0
votes
0 answers

How to disable/setup same name and same password authentication between two windows PCs on the same network?

So I set up a simple network with two computers. Both of them are in the same Workgroup. I Created a LOCAL user 'A' with password 'A' in Computer 1. And then I created an identical named LOCAL user 'A' with identical password 'A' on Computer 2.…
0
votes
1 answer

DCOM Server Process Launcher service is in disabled state in Windows 7

Due to a long battle with a computer virus, my DCOM Server Process is disabled from services.msc in Windows 7. Is there any way to bring it back? I don't want to: Reformat - lost time Do an in place upgrade - lost time System Restore - get…
0
votes
0 answers

Windows Administrator doesn't have access to edit Component Services: dcom

The Administrator (and others in the admin group) can edit the registry, but can't edit configurations in Component Services. I'm trying to configure dcom. I see that Administrators have full access for COM Launch and Activate (at Component…
Bret Hess
  • 119
0
votes
1 answer

DCOM configuration for Win 10

Where can I find up-to-date information on configuring remote DCOM access on a modern Windows 10 Pro or Enterprise system? The last time I did this was for Windows 7 and I dare say that a lot has changed. Searching online for information turns up a…
0
votes
0 answers

DCOM automation batch file

I wrote a batch file that changes settings in Component Services on the my computer properties. (I also just realized I need to make this for individual operating systems which is OK but time consuming.) In Component Services there are DCOM…
1
2