Ask Experts Questions for FREE Help !
Ask
    1065518's Avatar
    1065518 Posts: 1, Reputation: 1
    New Member
     
    #1

    Jul 22, 2009, 08:06 AM
    script to update windows 2003 server registry
    I need help writing an array to populate the RegLocate and RegLocate1 variables. I have all the information in a spreadsheet. It's only 54 keys, so the information can be directly in the script. I have been trying for several days, and just can't get it to work. The basic script is below. It works if I put the specific variables in, but I would have to do it one at a time, and that defests the purpose. Thanks for any help

    Dim objShell, RegLocate, RegLocate1
    Set objShell = WScript.CreateObject("WScript.Shell")
    On Error Resume Next
    RegLocate = ""
    objShell.RegWrite RegLocate,"","REG_DWORD"
    WScript.Quit

Check out some similar questions!

Windows server 2003 situation [ 2 Answers ]

I am trying to setup windows server 2003 domain at my friends business, all of the workstations should have the following setup as their DNS server in the network settings: I am trying to decide the best answer.. A. The ISP’s external DNS Server ONLY B. The ISP’s external DNS Server and the...

Windows Server 2003 and Virtual PC [ 20 Answers ]

Like I have stated in two other threads (which no one has answered please do!) I have installed Windows Server 2003 on a virtual PC and I am unable to access the internet. I think my problem is that I have installed this Virtual PC as a domain controller with Active Directory, DNS sever and DHCP...

Windows 2003 r2 server [ 1 Answers ]

Dear All, I need a small help, I have windows 2003 r2 server installed and updated, whenever I plug in pen drive in the usb port the server gets hanged, there is no other solution rather than restart, since it a uprunning server and many users connected to it to access ERP installed in server it...

Downgrade windows 2003 server to windows 2000 server procedure [ 1 Answers ]

Hi.. Recently I planned to buy a server with windows 2k server OS. Unfortunately I was told that win 2k server will be no longer in support at 2007.:confused: What happen is that the application I need to run is under win 2k server only, can anyone advise me how to perform the downgrade...


View more questions Search
 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.