• 445
  • 227
コメント

スカイプBAN対策

(30分)

キア
LV4

あとプレミアム会員1人のフォローでレベルアップ

    おしえてやるからちょっとこっちこい
    +------------------------------------------------------
    4.0対応   VISTA対応   64BIT対応
    通常

    Option Explicit

    Dim objWshShell
    Set objWshShell = WScript.CreateObject("WScript.Shell")
    objWshShell.Run """C:\Program Files\Skype\Phone\Skype.exe"" /secondary"
    Set objWshShell = Nothing


    64BIT用

    Option Explicit

    Dim objWshShell
    Set objWshShell = WScript.CreateObject("WScript.Shell")
    objWshShell.Run """C:\Program Files (x86)\Skype\Phone\Skype.exe"" /secondary"
    Set objWshShell = Nothing
    親作品・子作品を見る