Registry Tools
Cygwin Command Line Registry tool
Command line registry tool, read and write (unlike the demo at sysinternals.com, or is it winternals.com...)
http://www.cygwin.com/cygwin-ug-net/using-utils.html#REGTOOL
Regedit has some useful commandline options too:
http://techsupt.winbatch.com/TS/T000001029F18.html
A sample on writing to registry with WSH from:
http://www.devguru.com/Technologies/wsh/quickref/wshshell_RegWrite.html
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.RegWrite "HKCUMyNewKey", 1 ,"REG_DWORD"
WshShell.RegWrite "HKCUMyNewKeyMyValue", "Hello world!"
WScript.Echo WshShell.RegRead("HKCUMyNewKeyMyValue")
WScript.Echo WshShell.RegRead("HKCUMyNewKey")
WshShell.RegDelete "HKCUMyNewKeyMyValue"
WshShell.RegDelete "HKCUMyNewKey"
A
post
about how to get the SID of a user.
Related Scribbles:
DBNETLIB -2147467259
Delete Registry Key when Access Denied
Figure out user login name in registry HKU
Fix Windows Mobile Contacts Link
How to Add a Registry Key with Win32 API
Manually restore System Restore registry files with a Boot CD
Programming
Script a registry change for all users
Utilities
Windows
Windows Scripting Host (WSH) Notes
Windows Updates in the Registry
cscript.exe and wscript.exe notes
Delete Stuck Print Jobs Windows XP
ODBC in the Windows Registry
ID:
59
Author:
leonard
Date Updated:
2010-04-21 16:19:42
Date Created:
2003-07-30 13:47:00
Edit
Comments?
>>
Leonard Chan's Homepage
>>
Scribble Web
>> Registry Tools
leonard.lotus-land.ca
is hosted by
Perceptus Solutions Inc.