When the system prompts, "network access to the Distributed Transaction Manager (MSDTC) has been disabled. Use the component service management tool to enable DTC for network access in MSDTC security configuration ." You can follow these steps.
Save the following parts as a. BAT file and run it.
@ Echo off
Setlocal
@ Echo % WINDIR % \ system32 \ msdtc.exe-uninstall
% Windir % \ system32 \ msdtc.exe-uninstall
Call: delkey "hkcr \ Cid"
Call: delkey "HKLM \ System \ CurrentControlSet \ Services \ MSDTC"
Call: delkey "HKLM \ System \ controlset001 \ Services \ MSDTC"
Call: delkey "HKLM \ System \ controlset002 \ Services \ MSDTC"
Call: delkey "HKLM \ Software \ Microsoft \ MSDTC"
@ Echo % WINDIR % \ system32 \ msdtc.exe-install
% Windir % \ system32 \ msdtc.exe-install
Endlocal
Goto: EOF
: Delkey
Set key = % 1
Call: delkeyq % key %> NUL 2> & 1
@ Echo.
Goto: EOF
: Delkeyq
Reg Delete % key %/F
Enable network COM + access.
Enable transaction Internet protocol and XA transaction.
Verification is not required.
Enable network DTC Access.
Restart your computer.