Results 1 to 4 of 4

Thread: Reg query in windows xp

  1. #1
    Join Date
    Apr 2009
    Posts
    61

    Reg query in windows xp

    I am looking for information about Reg query, i know all the software and hardware installed on windows xp system are edited by REG query but need more information about how it works and procedure to access it.

  2. #2
    Join Date
    Apr 2008
    Posts
    3,522

    Re: Reg query in windows xp

    REG query allows you change, add or delete value related with registry.You can Read, Set or Delete registry keys and values, save and restore from a .REG file. For example : REG QUERY HKLM\Software\Microsoft\ResKit\Setup\InstallDir Displays the value of the InstallDir registry entry.

  3. #3
    Join Date
    Apr 2008
    Posts
    3,295

    Re: Reg query in windows xp

    Reg Adds, changes, and displays registry subkey information and values in registry entries. To view the command syntax, click a command : reg add
    Adds a new subkey or entry to the registry.

    Syntax :
    reg add KeyName [/v EntryName|/ve] [/t DataType] [/s separator] [/d value] [/f]

    Examples

    The following examples show how you can use the reg add command:
    reg add \hklm\software\myco /v data /t reg_binary /d fe340ead
    reg add "hkcu\software\microsoft\winmine" /v Name3 /t reg_sz /d Anonymous
    reg add "hkcu\software\microsoft\winmine" /v Time3 /t reg_dword /d 5

  4. #4
    Join Date
    Jan 2009
    Posts
    318

    Re: Reg query in windows xp

    Reg query : Returns a list of the next tier of subkeys and entries that are located under a specified subkey in the registry. Syntax : reg query <KeyName> [{/v <ValueName> | /ve}] [/s] [/se <Separator>] [/f <Data>] [{/k | /d}] [/c] [/e] [/t <Type>] [/z]

Similar Threads

  1. Windows Firewall problem: Filter Query
    By naadia in forum Vista Help
    Replies: 8
    Last Post: 08-11-2011, 10:26 PM
  2. Query about Windows 7 XP mode
    By Tallin in forum Operating Systems
    Replies: 3
    Last Post: 18-11-2010, 04:42 PM
  3. Want to make query dependent on another query.
    By MACE in forum Software Development
    Replies: 4
    Last Post: 01-02-2010, 05:22 PM
  4. Turn on MySQL query cache to speed up query performance
    By DMA2Superman in forum Software Development
    Replies: 3
    Last Post: 07-07-2009, 10:26 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,715,113.05131 seconds with 17 queries