<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://freemwiki.com/index.php?action=history&amp;feed=atom&amp;title=Openai%2F694562f4-9158-8001-8764-12c0f1ed968a</id>
	<title>Openai/694562f4-9158-8001-8764-12c0f1ed968a - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://freemwiki.com/index.php?action=history&amp;feed=atom&amp;title=Openai%2F694562f4-9158-8001-8764-12c0f1ed968a"/>
	<link rel="alternate" type="text/html" href="https://freemwiki.com/index.php?title=Openai/694562f4-9158-8001-8764-12c0f1ed968a&amp;action=history"/>
	<updated>2026-05-27T20:16:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://freemwiki.com/index.php?title=Openai/694562f4-9158-8001-8764-12c0f1ed968a&amp;diff=594677&amp;oldid=prev</id>
		<title>Lukegao: by freem.ai...</title>
		<link rel="alternate" type="text/html" href="https://freemwiki.com/index.php?title=Openai/694562f4-9158-8001-8764-12c0f1ed968a&amp;diff=594677&amp;oldid=prev"/>
		<updated>2025-12-20T05:32:33Z</updated>

		<summary type="html">&lt;p&gt;by freem.ai...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
{{DISPLAYTITLE:Remove Skype for Business}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;This conversation was exported from ChatGPT&amp;#039;&amp;#039;&amp;lt;ref&amp;gt;{{cite web|title=Remove Skype for Business|url=https://chatgpt.com/share/694562f4-9158-8001-8764-12c0f1ed968a|publisher=ChatGPT|access-date=2025-12-20}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== gpt-5-2 ==&lt;br /&gt;
=== User: I recently installed Office because I needed it for some university assignments and I realized Skype For Business was i… ===&lt;br /&gt;
I recently installed Office because I needed it for some university assignments and I realized Skype For Business was installed too, but unlike Outlook and and some other apps, I can&amp;#039;t uninstall it and it doesn&amp;#039;t even show up on either Settings or Control Panel. Furthermore, it now runs on startup (because I accidentally opened it once), and, although I already turned it off in the app options, it doesn&amp;#039;t show up in the task manager.&lt;br /&gt;
&lt;br /&gt;
Is there any solution? Do I have to reinstall/repair Office for it to show up properly? Is there any way to remove everything besides word, powerpoint and excel?&lt;br /&gt;
&lt;br /&gt;
=== Assistant: This is expected behavior with Skype for Business SfB when it is installed as part of a Microsoft Office / Microsoft 36… ===&lt;br /&gt;
This is expected behavior with Skype for Business (SfB) when it is installed as part of a Microsoft Office / Microsoft 365 suite, especially university-licensed builds. It is not a standalone app, which is why it does not appear in Apps &amp;amp; Features or Control Panel and cannot be uninstalled individually.&lt;br /&gt;
&lt;br /&gt;
Below is the correct, supported way to deal with it—no guesswork or unsafe registry hacks required.&lt;br /&gt;
&lt;br /&gt;
==== Why you cannot uninstall it normally ====&lt;br /&gt;
* Skype for Business is installed inside the Office Click-to-Run package&lt;br /&gt;
* It does not register itself as a separate Windows application&lt;br /&gt;
* Startup behavior is controlled by Office + registry, not Task Manager&lt;br /&gt;
* Disabling it in the app UI does not fully stop auto-launch in all builds&lt;br /&gt;
&lt;br /&gt;
Reinstalling or repairing Office will not make it appear separately. That will not help.&lt;br /&gt;
&lt;br /&gt;
==== Option 1 (Recommended): Prevent Skype for Business from ever starting ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1: Disable via registry (effective even if Task Manager does not show it) =====&lt;br /&gt;
# Press Win + R&lt;br /&gt;
# Type regedit and press Enter&lt;br /&gt;
# Navigate to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Lync&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(If &amp;lt;code&amp;gt;Lync&amp;lt;/code&amp;gt; does not exist, create it)&lt;br /&gt;
# Create or modify the following DWORD (32-bit) value:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;Name: DisableAutoRun&lt;br /&gt;
Value: 1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
# Close Registry Editor and reboot&lt;br /&gt;
&lt;br /&gt;
This stops Skype for Business from starting for good.&lt;br /&gt;
&lt;br /&gt;
===== Step 2: Ensure Outlook is not launching it (if Outlook exists) =====&lt;br /&gt;
&lt;br /&gt;
Even if you never open Outlook, Office can still wire them together.&lt;br /&gt;
&lt;br /&gt;
Open Outlook → File → Options → Advanced&lt;br /&gt;
* Uncheck: - Register Skype for Business as the IM app&lt;br /&gt;
&lt;br /&gt;
Restart.&lt;br /&gt;
&lt;br /&gt;
==== Option 2: Remove Skype for Business from Office entirely (clean solution) ====&lt;br /&gt;
&lt;br /&gt;
This is the only way to truly remove it.&lt;br /&gt;
&lt;br /&gt;
===== You must reinstall Office using a custom configuration =====&lt;br /&gt;
&lt;br /&gt;
Microsoft intentionally hides component-level uninstalls from the GUI.&lt;br /&gt;
&lt;br /&gt;
====== What this does ======&lt;br /&gt;
* Removes Skype for Business permanently&lt;br /&gt;
* Keeps Word, Excel, PowerPoint&lt;br /&gt;
* No hacks, fully supported&lt;br /&gt;
&lt;br /&gt;
===== High-level steps =====&lt;br /&gt;
# Uninstall Office&lt;br /&gt;
# Reinstall using Office Deployment Tool (ODT) with Skype excluded&lt;br /&gt;
&lt;br /&gt;
====== Minimal config example ======&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&amp;lt;Configuration&amp;gt;&lt;br /&gt;
  &amp;lt;Add OfficeClientEdition=&amp;quot;64&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;Product ID=&amp;quot;O365ProPlusRetail&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;ExcludeApp ID=&amp;quot;Lync&amp;quot; /&amp;gt;&lt;br /&gt;
      &amp;lt;ExcludeApp ID=&amp;quot;Outlook&amp;quot; /&amp;gt;&lt;br /&gt;
      &amp;lt;ExcludeApp ID=&amp;quot;OneNote&amp;quot; /&amp;gt;&lt;br /&gt;
      &amp;lt;ExcludeApp ID=&amp;quot;Access&amp;quot; /&amp;gt;&lt;br /&gt;
      &amp;lt;ExcludeApp ID=&amp;quot;Publisher&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/Product&amp;gt;&lt;br /&gt;
  &amp;lt;/Add&amp;gt;&lt;br /&gt;
&amp;lt;/Configuration&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This installs only Word, Excel, PowerPoint.&lt;br /&gt;
&lt;br /&gt;
If you want, I can:&lt;br /&gt;
* Generate the exact XML for your Office version&lt;br /&gt;
* Tell you which Product ID your university license uses&lt;br /&gt;
* Provide copy-paste commands to reinstall cleanly&lt;br /&gt;
&lt;br /&gt;
==== Option 3: Hide it and forget it exists (lowest effort) ====&lt;br /&gt;
&lt;br /&gt;
If you do not want to reinstall:&lt;br /&gt;
* Registry method (Option 1)&lt;br /&gt;
* Ignore the files on disk&lt;br /&gt;
* No performance impact once auto-run is disabled&lt;br /&gt;
&lt;br /&gt;
==== Summary (what you should do) ====&lt;br /&gt;
&lt;br /&gt;
| Goal                     | Best Option               |&lt;br /&gt;
| ------------------------ | ------------------------- |&lt;br /&gt;
| Stop startup             | Registry fix (Option 1)   |&lt;br /&gt;
| Fully remove Skype       | Reinstall Office with ODT |&lt;br /&gt;
| Keep Word/Excel/PPT only | ODT reinstall             |&lt;br /&gt;
| Repair Office            | ❌ Will not help           |&lt;br /&gt;
&lt;br /&gt;
===== Bottom line =====&lt;br /&gt;
* No, repairing Office will not fix this&lt;br /&gt;
* No, Skype for Business cannot be uninstalled alone&lt;br /&gt;
* Yes, you can remove everything except Word/Excel/PowerPoint&lt;br /&gt;
* Yes, you can permanently stop it without reinstalling&lt;br /&gt;
&lt;br /&gt;
If you want, tell me:&lt;br /&gt;
* Windows version&lt;br /&gt;
* Office version (365 / 2019 / 2021)&lt;br /&gt;
* University license or personal&lt;br /&gt;
&lt;br /&gt;
I will give you the exact commands with zero trial-and-error.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:ChatGPT Shares]]&lt;br /&gt;
[[Category:openai]]&lt;/div&gt;</summary>
		<author><name>Lukegao</name></author>
	</entry>
</feed>