# Windows - Stop Skype for Business from auto starting


The past few companies I have worked at have used Skype for Business in one form or the other. Some for IM and others for telephony. It's a good communication tool but just like the consumer Skype version it really likes to start every time your PC powers on.

<!--truncate-->

This is fine for work computers but I sometimes use another Windows PC when i'm working from home and I want to control when I use and login to SFB.

## The problem

Whenever I restart/turn on my PC SFB always likes to start and automatically log me in. There are some configuration settings within the the app itself, as well as within Windows. This post will outline what can be done to stop SFB from auto starting every darn time.

Work through a section at a time. You can restart after you complete each section to see if that resolves your problems. For me I had to do all 3 items before SFB behaved.

## Configuration within the app

1. Open the **Skype for Business** application
2. Go to **Settings** \> **Tools** \> **Options** (or press the cog icon)
3. Under **Personal** \> **My account** you have two options that are usually checked by default:
    1. **Automatically start the app when I log on to Windows**
        1. This will attempt to open the app whenever login happens. Always **Uncheck** this first and see if that fixes your issue
    2. **Start the app in the foreground**
        1. If this is checked the app window will always open on startup, otherwise it will start in the background and be available in the system tray. Decide which you prefer, it doesn't really matter.
4. Press **OK** to save your changes.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1706035590077/5659e92c-06a1-43dc-930f-9b8ecc5591a2.png)

## Startup in Task Manager (Windows 10)

In Windows 10, you can configure what apps execute at startup in the Task Manager.

1. Open the **Task Manager** application (Ctrl + Shift + Esc or Right click on Windows task bar then select Task Manager)
2. Under the **Start-up** tab, see if **Skype for Business** is listed (it wasn't for me). If it is, then right click on the row and select **Disable**.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1706035591644/be75f291-6260-4967-a403-bcb0c0d76ba6.png)

## Sign-in options in Settings (Windows 10)

Windows 10 has a feature that is enabled by default that will attempt to reopen any apps after an update or restart. Whilst this is great for most apps (looking at you Excel), SFB is usually always running the background so will normally always be reopened at login. You can get around this by disabling this native feature or remembering to exit/kill the SFB application before you power down/restart. I'm lazy so I always forget to exit the app manually so the first option was the only real choice for me.

1. Open the **Settings** application
2. Go to **Accounts** > **Sign-in options**
3. Under the **Privacy** heading, toggle the following option to **Off**:
    1. **Use my sign-in info to automatically finish setting up my device and reopen my apps after an update or restart.**

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1706035593247/2c4c0163-6cd1-49c2-9102-2189dbde3791.png)

And there you have it! Hopefully after all this Skype for Business should no longer automatically start at login. If you have a simple/better way please share in the comments below!

