卸载服务时出现问题?

Srb*_*711 3 service windows-server-2012

我正在尝试卸载最近安装的服务,我在命令行中运行它:

c:\Windows\Microsoft.NET\Framework\v4.0.30319>installutil.exe /u "C:\inetpub\www
root\xxx\xxx\xxx.exe"
Run Code Online (Sandbox Code Playgroud)

但是我得到了这个:

The uninstall has completed.
An exception occurred while uninstalling. This exception will be ignored and the
 uninstall will continue. However, the application might not be fully uninstalle
d after the uninstall is complete.
Run Code Online (Sandbox Code Playgroud)

还有这个:

Removing EventLog source xxx.
An exception occurred during the uninstallation of the System.Diagnostics.EventL
ogInstaller installer.
System.Security.SecurityException: Requested registry access is not allowed.
An exception occurred while uninstalling. This exception will be ignored and the
 uninstall will continue. However, the application might not be fully uninstalle
d after the uninstall is complete.
Run Code Online (Sandbox Code Playgroud)

我不知道从哪里开始,我真的需要卸载这些,所以任何帮助表示赞赏

小智 14

我面临同样的问题.

以管理员身份打开命令提示符即可解决此问题.