use Variable on VBS
- by Amirreza
I Convert a reg file to VBS commands.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
@=""
"VPService"="C:\\Windows\\System32\\VPService.exe"
but i can't use %systemroot% variable instead C:\Windows\ on this.
Option Explicit
Dim objShell
Set objShell = CreateObject("WScript.Shell")
Dim strComputer, ArrOfValue, oReg
const…