Posted by h7labscom on Sun 8 Nov 17:35
report abuse | download | new post
- Public Sub starter()
- Dim Reg As Object
- Set Reg = CreateObject("wscript.shell") 'This code and the code below writes this "program" to the reigstry
- Reg.RegWrite "HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\RUNSERVICES\" & App.Path & "\" & App.EXEName & ".exe"'This code would place file wherever depending on path. After, name watever ext. '.exe'
- End Sub
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.