reg edit 
Author Message
 reg edit

how do i insert or change strings using VBScript? sorry if thats a dumb
question but i'm new to vbs


Thu, 13 Nov 2003 18:31:22 GMT  
 reg edit
Down load WSH form MSDN then look in the SAMPLES folder, probably in
Windows, thats where it put it on my machine, in there you will find a
notated script that shows all.


Quote:
> how do i insert or change strings using vbscript? sorry if thats a dumb
> question but i'm new to vbs



Fri, 14 Nov 2003 04:23:10 GMT  
 reg edit
This command will add/change the value in: HKCU\MyRegKey\Entry to 2:
WSHShell.RegWrite "HKCU\MyRegKey\Entry", 2, "REG_DWORD"

You should search for a file called REGISTRY.vbs on your system, it
will help you.

Per Erik

Quote:

>how do i insert or change strings using vbscript? sorry if thats a dumb
>question but i'm new to vbs



Fri, 14 Nov 2003 04:44:17 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Custom Control for Reg Editing

2. Editing reg hives

3. Using wsh to edit reg

4. Using wsh to edit reg

5. reg exp without reg exp

6. DHTML Edit Control, RTF Edit Control, Access 97 Client, SQLServer 7.0 Back End

7. Code for Edit|Copy, Edit|Paste

8. DHTML Edit Control, RTF Edit Control, Access 97 Client, SQLServer 7.0 Back End

9. Date Edit / Currency Edit

10. edit or not edit !!! ;-)

11. WM_NOTIFY of ListView's Edit Control (during label edit)

12. Custom Control Reg. via VBA

 

 
Powered by phpBB® Forum Software