Monday, May 4, 2015

Suppress Automatic updates in Skype


Create one exe in the name of SkypeSetup.exe


Copy SkypeSetup.exe to %TEMP%(C:\Users\administrator\AppData\Local\Temp)






Deny permission for "Everyone"



Deny permission for Everyone by using command line:

Icacls.exe %TEMP%\SkypeSetup.exe /deny Everyone:D

1 comment: