Showing posts with label skype. Show all posts
Showing posts with label skype. Show all posts

Wednesday, October 7, 2015

Disable file transfer in Microsoft Skype 7.3.0 - MSI

After installing Skype, users can send files to different network by right clicking on file and selecting Skype to send context menu.



In order to prevent file transfer through skype, add the following registry


HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Skype\Phone
add a dword "DisableFileTransfer" with value 1

Monday, April 13, 2015

Skype - Disable File Transfer

To disable file transfer through Skype, you need to create this entry in registry HKLM\Software\Policies\Skype\Phone
Create a Dword  DisableFileTransfer with a value 1

You can change HKLM (local machine) to HKCU to disable file transfer for current user only.


Don't forget to restart Skype after applying changes to registry.