banner

[Rule] Rules  [Home] Main Forum  [Portal] Portal  
[Members] Member Listing  [Statistics] Statistics  [Search] Search  [Reading Room] Reading Room 
[Register] Register  
[Login] Loginhttp  | https  ]
 
Forum Index Thảo luận hệ điều hành Windows [Hỏi] Cách tạo file *bat để viết khóa reg?  XML
  [Question]   [Hỏi] Cách tạo file *bat để viết khóa reg? 13/01/2009 09:42:39 (+0700) | #1 | 166257
[Avatar]
satzoom
Member

[Minus]    0    [Plus]
Joined: 12/04/2008 16:44:44
Messages: 59
Location: Top of the Hell
Offline
[Profile] [PM] [MSN]
Có bạn nào biết cách tạo file *bat để ghi khóa reg không? Xin hướng dẫn cụ thể. Cám ơn!
One person's sadness sometimes brings the happiness to the others.
[Up] [Print Copy]
  [Question]   Re: [Hỏi] Cách tạo file *bat để viết khóa reg? 15/01/2009 13:42:05 (+0700) | #2 | 166583
No.13
Moderator

Joined: 25/08/2003 22:07:38
Messages: 500
Offline
[Profile] [PM]
Tìm hiểu lệnh "reg" nhé bạn.
[Up] [Print Copy]
  [Question]   Re: [Hỏi] Cách tạo file *bat để viết khóa reg? 15/01/2009 20:30:52 (+0700) | #3 | 166596
[Avatar]
kamikazeq
Member

[Minus]    0    [Plus]
Joined: 04/07/2006 03:20:53
Messages: 837
Location: Panic Malware Planet
Offline
[Profile] [PM] [Yahoo!]
C:\>reg /?

Code:
Console Registry Tool for Windows - version 3.0
Copyright (C) Microsoft Corp. 1981-2001.  All rights reserved


REG Operation [Parameter List]

  Operation  [ QUERY   | ADD    | DELETE  | COPY    |
               SAVE    | LOAD   | UNLOAD  | RESTORE |
               COMPARE | EXPORT | IMPORT ]

Return Code: (Except of REG COMPARE)

  0 - Succussful
  1 - Failed

For help on a specific operation type:

  REG Operation /?

Examples:

  REG QUERY /?
  REG ADD /?
  REG DELETE /?
  REG COPY /?
  REG SAVE /?
  REG RESTORE /?
  REG LOAD /?
  REG UNLOAD /?
  REG COMPARE /?
  REG EXPORT /?
  REG IMPORT /?


C:\>reg add /?

Code:
Console Registry Tool for Windows - version 3.0
Copyright (C) Microsoft Corp. 1981-2001.  All rights reserved


REG ADD KeyName [/v ValueName | /ve] [/t Type] [/s Separator] [/d Data] [/f]

  KeyName  [\\Machine\]FullKey
           Machine  Name of remote machine - omitting defaults to the current
                    machine Only HKLM and HKU are available on remote machines
           FullKey  ROOTKEY\SubKey
           ROOTKEY  [ HKLM | HKCU | HKCR | HKU | HKCC ]
           SubKey   The full name of a registry key under the selected ROOTKEY

  /v       The value name, under the selected Key, to add

  /ve      adds an empty value name <no name> for the key

  /t       RegKey data types
           [ REG_SZ    | REG_MULTI_SZ  | REG_DWORD_BIG_ENDIAN    |
             REG_DWORD | REG_BINARY    | REG_DWORD_LITTLE_ENDIAN |
             REG_NONE  | REG_EXPAND_SZ ]
           If omitted, REG_SZ is assumed

  /s       Specify one charactor that you use as the separator in your data
           string for REG_MULTI_SZ. If omitted, use "\0" as the separator

  /d       The data to assign to the registry ValueName being added

  /f       Force overwriting the existing registry entry without prompt

Examples:

  REG ADD \\ABC\HKLM\Software\MyCo
    Adds a key HKLM\Software\MyCo on remote machine ABC

  REG ADD HKLM\Software\MyCo /v Data /t REG_BINARY /d fe340ead
    Adds a value (name: Data, type: REG_BINARY, data: fe340ead)

  REG ADD HKLM\Software\MyCo /v MRU /t REG_MULTI_SZ /d fax\0mail
    Adds a value (name: MRU, type: REG_MUTLI_SZ, data: fax\0mail\0\0)

  REG ADD HKLM\Software\MyCo /v Path /t REG_EXPAND_SZ /d %%systemroot%%
    Adds a value (name: Path, type: REG_EXPAND_SZ, data: %systemroot%)
    Notice:  Use the double percentage ( %% ) inside the expand string
IDM 5.18 http://tinyurl.com/pl2ejj | Quick Remove Malware http://tinyurl.com/lbbm9x - http://tinyurl.com/arna6g
[Up] [Print Copy]
  [Question]   Re: [Hỏi] Cách tạo file *bat để viết khóa reg? 17/02/2009 12:31:05 (+0700) | #4 | 169741
[Avatar]
freeze_love
Member

[Minus]    0    [Plus]
Joined: 23/01/2009 23:07:19
Messages: 415
Location: HCMc
Offline
[Profile] [PM] [Email]
Chời, sao rắc rối quá vậy bạn? Xài của mình nè:
Add:
REGEDIT /S %SYSTEMDRIVE%\Regis.reg
Remove:
REG DELETE "HKEY_CLASSES_ROOT\*\Shell\View with Notepad++\Command" /f >nul
REG DELETE "HKEY_CLASSES_ROOT\*\Shell\View with Notepad++" /f >nul
với "HKEY_CLASSES_ROOT\*\Shell\View with Notepad++\Command" là cái mà bạn muốn xóa khỏi Regedit.
Cá add dễ lắm, mình quên mất rồi. Nhưng bạn có thể dùng cách sau để action mà ko thông qua file Regis.reg trên đó: Mở notepad lên.
cls
@echo off
title Ca gi cung dc
echo.
echo. Windows Registry Editor Version 5.00 >%SYSTEMDRIVE%\Regis.reg
echo. HKEY_CLASSES_ROOT\*\Shell\View with Notepad++\Command>%SYSTEMDRIVE%\Regis.reg
echo. Done!
REGEDIT /S %SYSTEMDRIVE%\Regis.reg
là xong. (nhớ là lưu dưới dạng Ascii).
Để biết khóa là Dword hay gì gid thì tùy vào khóa mà bạn muốn add, có thể tạo trong Registry cái khóa đó là dạng gì rồi Export ra cái khóa đó để biết là nó lưu dạng nào rồi lấu dạng đó xài. Ví dụ:
"Dword"=dword:00000000 với Dword là tên của khoá. "Dword"=dword:00000000 là giá trị (thường là 0 ok, 1 là not ok)
"String value"="" với "String value" là tên khoá, giá trị bạn đặt trong " và " (Có thể áp dụng cho màn hình chào hỏi lúc đăng nhập)
Add rồi, bạn dẫn đường dẫn và khóa để remove cho chính xác là Ok.
Nhớ trước khi làm thì sao lưu Registry nha bận. Chúc may mắn. nếu có gì thì mình sẽ giúp bạn (nếu có khả năng)

do{
học đến điên;
}while (sống);
[Up] [Print Copy]
  [Question]   Re: [Hỏi] Cách tạo file *bat để viết khóa reg? 19/02/2009 05:09:19 (+0700) | #5 | 169960
[Avatar]
satzoom
Member

[Minus]    0    [Plus]
Joined: 12/04/2008 16:44:44
Messages: 59
Location: Top of the Hell
Offline
[Profile] [PM] [MSN]
Cái này nghe vẻ dễ hiểu
One person's sadness sometimes brings the happiness to the others.
[Up] [Print Copy]
  [Question]   Re: [Hỏi] Cách tạo file *bat để viết khóa reg? 22/02/2009 08:12:09 (+0700) | #6 | 170432
[Avatar]
freeze_love
Member

[Minus]    0    [Plus]
Joined: 23/01/2009 23:07:19
Messages: 415
Location: HCMc
Offline
[Profile] [PM] [Email]
Uh dễ hơn của bạn kamikazeq có lẽ là của vbs. và khó hiểu quá.
do{
học đến điên;
}while (sống);
[Up] [Print Copy]
[digg] [delicious] [google] [yahoo] [technorati] [reddit] [stumbleupon]
Go to: 
 Users currently in here 
1 Anonymous

Powered by JForum - Extended by HVAOnline
 hvaonline.net  |  hvaforum.net  |  hvazone.net  |  hvanews.net  |  vnhacker.org
1999 - 2013 © v2012|0504|218|