![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) | ||||||||||||
| Guest | Re: working on a specific registry entry Not sure exactly what you're after, but possibly something like $key = Get-Item "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs" $key.GetValueNames() | ` where {([io.path]::GetFileName($_)).Contains('mscor')} -- Jon "Thufir" <hawat.thufir@xxxxxx> wrote in message news:1d9d446c-5efe-4208-90e9-2bcc41f9d5f0@xxxxxx
| ||||||||||||
My System Specs![]() | |||||||||||||
| | #2 (permalink) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Guest | Re: working on a specific registry entry "Thufir" <hawat.thufir@xxxxxx> wrote in message news:5a95c08a-1033-49b8-8a7a-82d8ee6b1303@xxxxxx
All the shared DLLs. Everything you see in the right pane when clicking the key in the left pane within regedit.
It doesn't actually touch the file itself. It just parses the path like a string, and examines the relevant info - in this particular case the filename.
-- Jon | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
My System Specs![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| | #3 (permalink) | ||||||||||||
| Guest | Re: working on a specific registry entry "Thufir" <hawat.thufir@xxxxxx> wrote in message news:3fe67612-fd09-4ef6-bf78-fd0161abfa6a@xxxxxx
To process the data in the entry, you could use something like .... #------------------- $key = Get-Item "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs" foreach ($ValueKey in $key.GetValueNames()) { if ($Key.GetValue($ValueKey) -eq 4096) {$ValueKey} } #------------------- There are better tools around to search all the hives in their entirety. You'd be sitting there a long time otherwise I would suspect. I wouldn't personally recommend Powershell for that. This is one such tool, which is pretty good... RegScanner http://www.nirsoft.net/utils/regscanner.html -- Jon | ||||||||||||
My System Specs![]() | |||||||||||||
| | #4 (permalink) | ||||||||||||
| Guest | Re: working on a specific registry entry "Jon"
process well then perhaps try the free IIS's Microsoft's (local or remote) data parser, Log Parser 2.2 (with built-in Microsoft ChartSpace chart maker)! Log Parser parses almost anything in almost any Windows language. If Log Parse doesn't parse what one needs (either via the Log Parser's command line usage or by Log Parser's scripting each parsed line field by field) well then one can add into Log Parser their needed parsing! As for the registry: LogParser.exe -h -i:reg Input format: REG (Registry properties) Returns properties of registry keys and values Notice: IIS does not need to be running or installed in order to use Log Parser for either data parsing or chart making. Search the Internet (and this newsgroup) for usage of: Microsoft's Log Parser command line usage, or fully script enabled either in COM or .NET (from the IIS group) Remember, ever since PowerShell added HTTP / HTTPS usage (like IIS) Log Parser became PowerShell's data parser (like Log Parser is for IIS) too! | ||||||||||||
My System Specs![]() | |||||||||||||
| | #5 (permalink) | ||||||||||||
| Guest | Re: working on a specific registry entry "Flowering Weeds" <floweringnoweedsno@xxxxxx> wrote in message news:up1azvEvIHA.3564@xxxxxx
Nice plug. Are those flowering weeds legal? -- Jon | ||||||||||||
My System Specs![]() | |||||||||||||
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| making entry to contextmenu using registry | Renuka | General Discussion | 2 | 08-04-2008 03:39 AM |
| Deleted Registry Entry | Thomas | Vista hardware & devices | 5 | 03-20-2008 11:36 AM |
| Windows XP - undoing a registry entry | oumalou | .NET General | 2 | 03-02-2008 09:16 PM |
| Logic One entry in registry | tayonay | Vista General | 1 | 02-07-2008 06:23 PM |
| deleting registry entry | SSI | Vista General | 3 | 03-04-2007 11:42 AM |