http://www.itninja.com/blog/view/using-the-k1000-to-help-manage-your-pups-presented-at-dell-world-user-forum-2014-lessons-from-the-field
I have seen skype showing up running on all my win7 machines lately and we did not install it.
I took me a while to find where Microsoft hid the startup command. Also ran into difficulty making a kscript delete a key under HKU. I used AutoIT and created an exe to call the reg delete and now run that as a kscript
Here is the AutoIT au3 code to compile to exe
RegDelete ("HKU\S-1-5-18\Software\Microsoft\Windows\CurrentVersion\Run", "Skype")
Comments