Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: merowingerPosted on 2008-02-21 at 02:29:41ID: 20946434
you could also use the vbscript registry object ********** ********** ********** ********** ********** ********** **** impersonat ionLevel=i mpersonate }!\\" &_ ) ath ********** ********** ********** ********** ********** ********** ****
********** ********** ********** ********** ********** ********** ****Set Shell = CreateObject( "WScript.Shell" ) Name", "Hello", "REG_SZ" Name2", 1, "REG_BINARY" ********** ********** ********** ********** ********** ********** ****
WMI:
'*************************
const HKEY_LOCAL_MACHINE = &H80000002
strComputer = "."
Set StdOut = WScript.StdOut
Set oReg=GetObject("winmgmts:{
strComputer & "\root\default:StdRegProv"
strKeyPath = "SOFTWARE\System Admin Scripting Guide"
oReg.CreateKey HKEY_LOCAL_MACHINE,strKeyP
'*************************
wsh registry scripting:
'*************************
Shell.RegWrite "HKCU\Testing\Subkey\", 0, "REG_DWORD"
Shell.RegWrite "HKCU\Testing\Subkey\My Documents",_ "%USERPROFILE%\My Documents", "REG_EXPAND_SZ"
Shell.RegWrite "HKCU\Testing\Subkey\Value
Shell.RegWrite "HKCU\Testing\Subkey\Value
'*************************
Or try the command below
Select allOpen in new window