Bit torrent & uTorrent uninstall string ?
Hi,
How to uninstall Torrent software through sccm kindly provide bat file vb script.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
SnowLyric
11 years ago
I don't have the executable but thought the following steps might help you in creating one.
Steps:
1) Find the silent uninstall command for Torrent
2) Write a vbscript to execute that command. sample can be found here: http://ss64.com/vb/run.html
3) Create a .bat file with the following command
cscript.exe <vbscriptname>
Hope this helps.