SQLSERVER SQLSERVER 2005 COM+ 目录要求
发布时间:2020-12-12 14:28:05 所属栏目:MsSql教程 来源:网络整理
导读:@echo offsetlocal@echo %WINDIR%/System32/msdtc.exe -uninstall%WINDIR%/System32/msdtc.exe -uninstallcall :delkey "HKCR/CID"call :delkey "HKLM/SYSTEM/CurrentControlSet/Services/MSDTC"call :delkey "HKLM/SYSTEM/ControlSet001/Services/MSDTC"cal
@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 创建一个bat文件运行即可/
? 摘要: http://blog.csdn.net/yaday/article/details/4099223(编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |