Skip to content

Instantly share code, notes, and snippets.

@jaddie
Created May 12, 2015 10:18
Show Gist options
  • Save jaddie/b11f2e631a1aec71c747 to your computer and use it in GitHub Desktop.
Save jaddie/b11f2e631a1aec71c747 to your computer and use it in GitHub Desktop.
Skype - Completely kill adverts
Skype Ad removing tutorial as created by James Dartnell (Jaddie)
First lets remove the access to the adverts themselves:
-- Warning --
This will also stop the Skype home from loading into Skype, although this may be a benefit as its hardly used & simply slows the program down.
Open-up the control panel.
Open-up "Network & Internet" then "Internet Options".
Go to the "Security" tab.
Click on the "Restricted Sites" icon, then the "Sites" button below it.
Type "https://apps.skype.com/" (without the quotes) into the text box and click "Add"
Close and apply the changes.
Restart Skype.
-- Now to remove the advert areas from Skype --
With Skype completely closed (click quit on it's icon in system tray).
Go to: (press the start key on your keyboard & the r button, then paste this in and it will open the folder)
%AppData%\Skype\
If you prefer the full path is: c:\users\yourusername\appdata\roaming\Skype\
Click on the folder that is the same name as your Skype User name.
Open the config.xml in your fav txt editor and change this line:
<AdvertPlaceholder>1</AdvertPlaceholder>
Change the 1 to 0 (zero).
I also changed:
<AdvertEastRailsEnabled>1</AdvertEastRailsEnabled>
Change this from a 1 to a 0 (zero) as well
Open Skype again and the ads are gone, however if they come back you may have to repeat the above steps & mark the file as read only.
@7OH
Copy link

7OH commented Nov 21, 2017

Seems it always rewrite this at exit.

@mesosteros
Copy link

@7OH You have to save the edit of the config file using Administrator priviledges (run notepad++ or whatever you use as editor, as administrator and then you can save).

@mesosteros
Copy link

Also, besides the apps.skype.com you should also add g.msn.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment