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 ...
-
26th January 2008, 07:58 PM #1 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
-
-
IDG Tech News
-
26th January 2008, 08:01 PM #2
-
-
26th January 2008, 08:06 PM #3
- Rep Power
- 14
CMD:
regedit /s \\SERVERNAME\SERVERSHARE\FILE.REG
-
-
26th January 2008, 08:58 PM #4
-
-
27th January 2008, 03:17 AM #5
- Rep Power
- 14
You're welcome!
I'm surprised I can still type/spell after a few cans of Stella this evening! hehe
-
-
27th January 2008, 09:20 AM #6 script language ?
what scripting language are you using ? vbscript ?
-
-
27th January 2008, 10:04 AM #7 AutoITs:
RegDelete ( "keyname" [, "valuename"] )
RegEnumKey ( "keyname", instance )
RegEnumVal ( "keyname", instance )
RegRead ( "keyname", "valuename" )
RegWrite ( "keyname" [,"valuename", "type", value] )
-
SHARE:
Similar Threads
-
By speckytecky in forum How do you do....it?
Replies: 1
Last Post: 15th August 2007, 12:26 AM
-
By speckytecky in forum Windows
Replies: 9
Last Post: 28th July 2007, 12:47 PM
-
By mrcrazy04 in forum Windows
Replies: 1
Last Post: 19th July 2007, 07:26 AM
-
By DaveP in forum Windows
Replies: 6
Last Post: 7th March 2007, 01:57 PM
-
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
-
Forum Rules