Cuestión : ¿Cómo hace I que convierte una exportación del regedit a una escritura de VB?

La exportación del regedit lee: [HKEY_LOCAL_MACHINE \ SOFTWARE \ PSC \ PROGRESS \ 10.2B \ RBStartup] el

What del
" RbStartup " = " rbstart.pf " que intenté eran: el

What del
WshShell.RegWrite “HKEY_LOCAL_MACHINE \ SOFTWARE \ PSC \ PROGRESS \ 10.2B \ RBStartup \ RbStartup”, “rbstart.pf”, “REG_DWORD " sucede yo consiguen un “tipo unión mal hecha” error.
class= del

Respuesta : ¿Cómo hace I que convierte una exportación del regedit a una escritura de VB?

intento
WshShell.RegWrite “HKEY_LOCAL_MACHINE \ SOFTWARE \ PSC \ PROGRESO \ 10.2B \ RBStartup \ RbStartup”, “rbstart.pf”
o
WshShell.RegWrite “HKEY_LOCAL_MACHINE \ SOFTWARE \ PSC \ PROGRESO \ 10.2B \ RBStartup \ RbStartup”, “rbstart.pf” “REG_SZ”
Otras soluciones  
 
programming4us programming4us