delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:from:to:subject:date:message-id:references | |
:in-reply-to:content-type:content-transfer-encoding | |
:mime-version; q=dns; s=default; b=EWyAl0cmcLotM9GU50Th1F7S1Bo3h | |
AAtUfV8kQnSY359IAMADFM5DMA/2d4FBXBRpcjRIQVqlc6lsmXRz7UERmK9F1da9 | |
ezlo/+QvGDBBRcYlzcfP+f9iza+ZJ3ZEprOyyp1R4RRTb2nwlyvL6mlKREZXCQKG | |
EHouHoNUpQyH1Y= | |
DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:from:to:subject:date:message-id:references | |
:in-reply-to:content-type:content-transfer-encoding | |
:mime-version; s=default; bh=d44rZRt+zE5Ym+++NpM+TqbOHD4=; b=oRt | |
eq5KmpAIj5djGkAfVs7POv3Yh9AcQXJ+cLvZZZ/4daBIb6crcDtYk7oInn+oeMrf | |
OpTo5sacEs85j/dCeF/VCtVJsHbPU+Fdd3Rs7EPZCgrnjSheudz7Uz5LF+llX9+w | |
Z0dMMvQFLsg7vEEc5Eh7DhuIuZ96IYTSrDkcY1VA= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Authentication-Results: | sourceware.org; auth=none |
X-Virus-Found: | No |
X-Spam-SWARE-Status: | No, score=3.9 required=5.0 tests=AWL,BAYES_50,KAM_ASCII_DIVIDERS,MIME_BASE64_BLANKS autolearn=no version=3.3.2 |
X-HELO: | mailgw-e01.its.kfa-juelich.de |
From: | "Kiehl, Horst" <h DOT p DOT kiehl AT fz-juelich DOT de> |
To: | "cygwin AT cygwin DOT com" <cygwin AT cygwin DOT com> |
Subject: | RE: XWin Server fails to start with keymap failure, strace log attached. |
Date: | Wed, 10 Jun 2015 14:04:18 +0000 |
Message-ID: | <0f413bcd165e4ad7b3a6b04b2d1b6e59@IBTEXCHMB1.ibt.kfa-juelich.de> |
References: | <BAY180-DS1740AFF9F2B6C367D67761E0B10 AT phx DOT gbl> <55756A46 DOT 1050403 AT dronecode DOT org DOT uk> <BAY180-DS15092BF0B965BFDA4E2F7BE0BF0 AT phx DOT gbl> <5576E481 DOT 2050307 AT dronecode DOT org DOT uk> <BAY180-DS190A4008BADEE10DFA873CE0BD0 AT phx DOT gbl> |
In-Reply-To: | <BAY180-DS190A4008BADEE10DFA873CE0BD0@phx.gbl> |
x-ms-exchange-transport-fromentityheader: | Hosted |
MIME-Version: | 1.0 |
X-IsSubscribed: | yes |
X-MIME-Autoconverted: | from base64 to 8bit by delorie.com id t5AE5Pei019533 |
John T. Kerich wrote [text rewrapped]: > I am unable to successfully uninstalled "Lavasoft Web Companion". A secondary > program LavasoftTcpService64 is still installed and I can't get rid of it. I > am going to reinstall "Lavasoft Web Companion" and try again to uninstall the > two pieces. If that doesn't work I will have to reformat the disk and > reinstall the OS which will have to be done over the weekend. Perhaps you won't have to do that. You write you can't uninstall LavasoftTcpService64. The name suggests that it's a service. If it isn't properly stopped and removed as such, you might be able to can do so manually (from a Windows shell running "as administrator") with sc.exe stop LavasoftTcpService64 sc.exe delete LavasoftTcpService64 (if that's also its name as a service). If you can't find LavasoftTcpService64 in "Programs and Features" in Windows, you might be able to find and uninstall it from within PowerShell (also running "as administrator") with (this may take some time) Get-WmiObject -Class Win32_Product | Where-Object { $_.name -match "^LavaSoft" } If this finds an "IdentifyingNumber" then you can specify it to the Windows Installer to try uninstallation like this msiexec.exe /uninstall {12345678-90AB-CDEF-1234-567890ABCDEF} Horst ------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------ Forschungszentrum Juelich GmbH 52425 Juelich Sitz der Gesellschaft: Juelich Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498 Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender), Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt, Prof. Dr. Sebastian M. Schmidt ------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |