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.
Edit the registry without being able to boot - I have not tested it yet, but the Kaspersky bootable Rescue CD has a link to a registry tool.
Registry Snapshot Comparison tool (think before and after) - OSS - https://sourceforge.net/projects/regshot/?source=navbar
tags: registry,
Related Scribbles:
cscript.exe and wscript.exe notes
DBNETLIB -2147467259
Delete Stuck Print Jobs Windows XP
Figure out user login name in registry HKU
Fix Windows Mobile Contacts Link
How to Add a Registry Key with Win32 API
Manually Restore Windows 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
Delete Registry Key when Access Denied
ODBC Notes
ID:
59
Author:
leonard
Date Updated:
2018-05-03 11:05:31
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.