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