RPC Endpoint Mapper (RpcEptMapper) Service Defaults in Windows 8
Resolves RPC interfaces identifiers to transport endpoints. If this service is stopped or disabled, programs using Remote Procedure Call (RPC) services will not function properly.
Default Settings
Startup type: | Automatic |
Display name: | RPC Endpoint Mapper |
Service name: | RpcEptMapper |
Service type: | share |
Error control: | normal |
Group: | COM Infrastructure |
Object: | NT AUTHORITY\NetworkService |
Path: | %SystemRoot%\system32\svchost.exe -k RPCSS |
File: | %SystemRoot%\System32\RpcEpMap.dll |
Registry key: | HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RpcEptMapper |
Privileges: |
|
Default Behavior
RPC Endpoint Mapper is a Win32 service. In Windows 8 it is starting automatically during the operating system startup. Then the RPC Endpoint Mapper service runs as NT AUTHORITY\NetworkService in a process of svchost.exe, sharing it with other services. If RPC Endpoint Mapper fails to start, the error details are added to Windows 8 error log. When the operating system startup is complete, the user is being notified that the RpcEptMapper service hasn't been started.
Dependencies
All the services listed below will not start if RPC Endpoint Mapper is disabled:
- ActiveX Installer (AxInstSV)
- Application Identity
- Application Information
- Background Intelligent Transfer Service
- Background Tasks Infrastructure Service
- Base Filtering Engine
- Bluetooth Support Service
- Certificate Propagation
- CNG Key Isolation
- COM+ Event System
- COM+ System Application
- Computer Browser
- Credential Manager
- Cryptographic Services
- Device Setup Manager
- DHCP Client
- Distributed Link Tracking Client
- Distributed Transaction Coordinator
- DNS Client
- Encrypting File System (EFS)
- Extensible Authentication Protocol
- Family Safety
- Fax
- File History Service
- Function Discovery Provider Host
- Function Discovery Resource Publication
- Group Policy Client
- Health Key and Certificate Management
- HomeGroup Provider
- IKE and AuthIP IPsec Keying Modules
- Internet Connection Sharing (ICS)
- IP Helper
- IPsec Policy Agent
- KtmRm for Distributed Transaction Coordinator
- Link-Layer Topology Discovery Mapper
- Local Session Manager
- Microsoft Account Sign-in Assistant
- Microsoft Software Shadow Copy Provider
- Netlogon
- Network Access Protection Agent
- Network Connected Devices Auto-Setup
- Network Connections
- Network Connectivity Assistant
- Network List Service
- Network Location Awareness
- Network Store Interface Service
- Optimize drives
- Performance Logs & Alerts
- Portable Device Enumerator Service
- Printer Extensions and Notifications
- Print Spooler
- Program Compatibility Assistant Service
- Quality Windows Audio Video Experience
- Remote Access Auto Connection Manager
- Remote Access Connection Manager
- Remote Desktop Configuration
- Remote Desktop Services
- Remote Desktop Services UserMode Port Redirector
- Remote Procedure Call (RPC)
- Remote Registry
- Routing and Remote Access
- Security Accounts Manager
- Security Center
- Server
- Shell Hardware Detection
- Smart Card Removal Policy
- Software Protection
- Still Image Acquisition Events
- Superfetch
- System Event Notification Service
- Task Scheduler
- Telephony
- Touch Keyboard and Handwriting Panel Service
- User Profile Service
- Virtual Disk
- Volume Shadow Copy
- Windows All-User Install Agent
- Windows Audio
- Windows Backup
- Windows Biometric Service
- Windows Color System
- Windows Connection Manager
- Windows Connect Now - Config Registrar
- Windows Defender Service
- Windows Firewall
- Windows Image Acquisition (WIA)
- Windows Installer
- Windows Management Instrumentation
- Windows Media Player Network Sharing Service
- Windows Remote Management (WS-Management)
- Windows Search
- Windows Store Service (WSService)
- Windows Update
- WinHTTP Web Proxy Auto-Discovery Service
- Wired AutoConfig
- WLAN AutoConfig
- Workstation
- WWAN AutoConfig
- System Events Broker
Restore Default Startup Configuration of RPC Endpoint Mapper
1. Run the Command Prompt as an administrator.
2. Copy the commands below, paste them into the command window and press ENTER:
sc config RpcEptMapper start= auto
sc start RpcEptMapper
3. Close the command window and restart the computer.
The RpcEptMapper service is using the RpcEpMap.dll file that is located in the C:\Windows\System32 directory. If the file is removed or corrupted, read this article to restore its original version from Windows 8 installation media.