Posts

Showing posts with the label disable

Disable file transfer in Microsoft Skype 7.3.0 - MSI

Image
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

How to package Adobe Photoshop Elements 8.0

1. Delete Desktop Shortcut 2. Remove the custom action for Launch Condition "Install [ProductName] by using the Setup.exe in the root folder." 3. Include "Elements.ini" to suppress select country window that will appear after launch of shortcut. 4. Change property AgreeToLicense No to Yes 5.  Change property  ACCEPTEDEULA 0 to 1 6. Change property   DISABLEOLSFEATURES 0 to 1 7.  Change property  DISABLEEMSFEATURES 0 to 1 8. Step to suppress EULA,Registration,Updates: Create "application.xml.override" file and place in Adobe folder with the following contents.             <?xml version="1.0" encoding="UTF-8"?>             <Configuration>             <Payload>             <Data key="EULA">Suppress...

Yahoo Messenger 11 - To disable 'Send File' (File Transfer) option.

Step to disable the “Send File ” (file transfer) option in Yahoo messenger 11. Edit   the “ res_msgr.dll ” and   disable   the “Send File” option. Steps : 1.        edit    res_msgr.dll   using ‘ PE explorer  ‘. (download 'PE explorer' from ww.heaventools.com )                2.         click on  View  -> Select ‘ Resources’  -> select  'Menu'  from drop down -> under 'menu', Select                  " 431 " and  double click  on '431' -> which pops a dialog where you get a   option to 'deselect'                   "Send file"   option Info: 1.         Event ‘431’ is responsible for “Send ...

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.