+ Post New Thread
Results 1 to 7 of 7
Scripts Thread, How to make changes to the registry in Coding and Web Development; How would I make changed to the registry in a script? Also can I use .reg files to add things ...
  1. #1

    FN-GM's Avatar
    Join Date
    Jun 2007
    Location
    UK
    Posts
    11,840
    Blog Entries
    6
    Thank Post
    592
    Thanked 1,043 Times in 920 Posts
    Rep Power
    224

    How to make changes to the registry

    How would I make changed to the registry in a script? Also can I use .reg files to add things to the registry in a scrip.

    Thanks

  2. IDG Tech News

  3. #2
    meastaugh1's Avatar
    Join Date
    Jul 2006
    Location
    London/Hertfordshire
    Posts
    852
    Thank Post
    59
    Thanked 76 Times in 63 Posts
    Rep Power
    25

  4. #3

    Join Date
    Nov 2006
    Location
    Reading, UK
    Posts
    485
    Thank Post
    30
    Thanked 12 Times in 7 Posts
    Rep Power
    14
    CMD:

    regedit /s \\SERVERNAME\SERVERSHARE\FILE.REG

  5. #4

    FN-GM's Avatar
    Join Date
    Jun 2007
    Location
    UK
    Posts
    11,840
    Blog Entries
    6
    Thank Post
    592
    Thanked 1,043 Times in 920 Posts
    Rep Power
    224
    Thanks guys!

  6. #5

    Join Date
    Nov 2006
    Location
    Reading, UK
    Posts
    485
    Thank Post
    30
    Thanked 12 Times in 7 Posts
    Rep Power
    14
    You're welcome!

    I'm surprised I can still type/spell after a few cans of Stella this evening! hehe

  7. #6

    mac_shinobi's Avatar
    Join Date
    Aug 2005
    Posts
    7,026
    Thank Post
    1,088
    Thanked 641 Times in 598 Posts
    Rep Power
    209

    script language ?

    what scripting language are you using ? vbscript ?

  8. #7

    mattx's Avatar
    Join Date
    Jan 2007
    Posts
    8,472
    Thank Post
    889
    Thanked 890 Times in 532 Posts
    Rep Power
    596
    AutoITs:

    RegDelete ( "keyname" [, "valuename"] )
    RegEnumKey ( "keyname", instance )
    RegEnumVal ( "keyname", instance )
    RegRead ( "keyname", "valuename" )
    RegWrite ( "keyname" [,"valuename", "type", value] )

SHARE:
+ Post New Thread

Similar Threads

  1. Registry Cleaner for Win 2K Server
    By speckytecky in forum How do you do....it?
    Replies: 1
    Last Post: 15th August 2007, 12:26 AM
  2. Registry Cleaners
    By speckytecky in forum Windows
    Replies: 9
    Last Post: 28th July 2007, 12:47 PM
  3. Deleted a registry key - help!
    By mrcrazy04 in forum Windows
    Replies: 1
    Last Post: 19th July 2007, 07:26 AM
  4. Script To Change A Registry Key
    By DaveP in forum Windows
    Replies: 6
    Last Post: 7th March 2007, 01:57 PM
  5. Extra Registry Settings in GPO
    By Geoff in forum Windows
    Replies: 8
    Last Post: 23rd January 2006, 04:24 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •