Como posso desinstalar o Skype for Business?

9

Eu gostaria de manter o Skype "normal" instalado.

Eu tenho visto muitas opções para "desativá-lo", de modo que ele não seja iniciado on-line, mas existe alguma maneira de simplesmente desinstalá-lo completamente?

edit: graças a The_IT_Guy_You_Don't_Like Parei com a inicialização automática, mas manterei essa questão em aberto, pois ainda gostaria de ser notificado se alguém encontrar uma solução para uma desinstalação completa

    
por user2813274 10.12.2015 / 00:44

2 respostas

1

Apenas adicionando que é possível excluir / desinstalar o Skype usando a ferramenta ODT. (fonte: link )

Download the Office 2016 Deployment Tool from this link
Run the downloaded .exe executable file
Select a local folder (for example C:\ODT2016) and extract the files to that folder
"You will get two files, setup.exe and configuration.xml"


Open "configuration.xml" in a text editor (like notepad)
Replace the complete content of the configuration.xml with the following lines:

<Configuration>

<Add SourcePath="C:\ODT2016" OfficeClientEdition="32">
 <Product ID="O365ProPlusRetail">
 <Language ID="en-us" />
<ExcludeApp ID="Lync" />
 </Product>
 </Add>

<Display Level="Full" AcceptEULA="TRUE" />

</Configuration>

Select all
Open in new window



Change OfficeClientEdition="32" to OfficeClientEdition="64" if you are on a 64-bit system
Save the changes and close your text editor
Open a 'Command Prompt window' as administrator
At the command prompt, type: (assuming that you extracted the files to "C:\ODT2016")


cd c:\ODT2016

Select all
Open in new window

Next, enter the following command:

setup.exe /download configuration.xml

Select all
Open in new window

Wait for the prompt to return. (Note that It may take a while for this command to complete)
Enter the following command:

setup.exe /configure configuration.xml

Select all
Open in new window

Confirm to close 'Skype for Business' when asked
Wait for the setup to finish
Close the 'Command Prompt window'
Remove the folder where you extracted the files
Restart your computer to test the result

For me this worked like a charm and Skype for Business was finally gone from my system. 

Also worth noting is that all of the remaining Office applications still work just fine. The procedure has had no impact of any of their settings.
    
por 23.08.2018 / 21:13
16

O Skype for Business ( Lync ) faz parte do MS Office agora.

You can only remove it if you have installed a MSI based Office, with Click-to-Run version installed, all you can do is disable.

Se você tiver o Office baseado em MSI instalado, vá para appwiz.cpl & escolha alterar para remover o Skype for Business.

SevocêtemoOfficebaseadonoClick-to-Runinstalado,sópodedesativá-lodainicializaçãoautomáticadesmarcando" Iniciar o aplicativo automaticamente quando eu fizer logon no Windows " ou usando ferramentas avançadas como Autoruns para Windows de sysinternals

Source 1 & ; Fonte 2

    
por 10.12.2015 / 01:10