Reset and Change Windows NT/2000 Administrator or User Password with chntpw in Linux Reset a změna systému Windows NT/2000 správce nebo uživatele s heslem chntpw v Linuxu

Windows NT, Windows 2000 and Windows XP users who have forgotten the administrator account password has many ways to Windows NT, Windows 2000 a Windows XP uživatele, kteří již zapomněli administrátorské heslo k účtu má mnoho způsobů, jak hack, crack, recover or reset the administrator password hack, crack, obnovit nebo vynulovat heslo administrátora . . Another way to break into a Windows PC which locks with forgotten or unknown password is to use chntpw, a Linux based program to change and reset the password of a Windows administrator account. Dalším způsobem, jak proniknout do počítače se systémem Windows, které zámky se zapomněli nebo neznámé heslo je použít chntpw a Linux založený program změnit a znovu nastavit heslo pro účet správce systému Windows.

Chntpw is a program designed to overwrite and set Windows NT or Windows 2000 SAM password of any user that has a valid (local) account by modifying the encrypted password in the registry's SAM file. Chntpw je program určen přepsat a nastavit systém Windows NT nebo Windows 2000 SAM heslo každý uživatel, který má platnou (místní) se změnou zašifrované heslo v rejstříku SAM souboru. User of chntpw does not need to know the old password to set a new password. Uživatel chntpw nepotřebuje znát staré heslo pro nastavení nového hesla. Actually, chntpw is now available in the form of bootdisk or LiveCD which includes necessary stuff to access NTFS partitions and scripts to glue the whole thing together. Vlastně chntpw je nyní k dispozici ve formě bootdisk nebo LiveCD, která obsahuje potřebné věci k přístupu NTFS oddílů a skriptů na lepidlo na celou věc dohromady.

Chntpw works on NT system which is offline (turned off), and can only be used on local machine and cannot be used on a remote machine. Chntpw NT pracuje na systému, který je v režimu offline (vypnuto), a mohou být použity pouze na místním počítači, a nemůže být použit na vzdáleném počítači. However, chntpw can be installed on a Linux system such as Ubuntu, and then used to recover by resetting Windows user account password by mounting the Windows drive, connected via physical IDE/SATA/SCSI interface or USB portable disk. Nicméně, chntpw může být nainstalována na systému Linux, jako je Ubuntu, a pak použít k vymáhání resetování Windows uživatelského účtu heslo montáž Windows disk, připojený přes fyzický IDE / SATA / SCSI rozhraní nebo přenosný USB disk.

Chntpw can be installed using aptitude for user using Debian based system, Chntpw lze instalovat pomocí aptitude pro uživatele s využitím systému Debian,

It is pretty easy to use and can be found and installed using aptitude if your using debian based system, or can be downloaded and installed in Ubuntu with a simple “sudo apt-get install chntpw” command. Je docela snadné použití a lze je nalézt a instalována pomocí aptitude, pokud váš systém pomocí debian, nebo mohou být staženy a nainstalovány v Ubuntu s jednoduchým "sudo apt-get install chntpw" příkaz. Chntpw is likely to be contained in other distributions package manager too, or the source code can be downloaded from Chntpw je pravděpodobné, že jsou obsaženy v jiných distribucích balíku manažer příliš, nebo zdrojový kód si můžete stáhnout z http://home.eunet.no/~pnordahl/ntpasswd/editor.html http://home.eunet.no/ ~ pnordahl / ntpasswd / editor.html . .

Chntpw Usage Guide Chntpw Použití Průvodce

  1. Mount the Windows NTFS, FAT or FAT32 partition to the Linux system, allowing read and write access support. Mount Windows NTFS, FAT nebo FAT32 oddíl do systému Linux, který umožňuje číst a psát přístup podporu.
  2. Locate the SAM file for Windows 2000, Windows NT or Windows XP, which is normally located at the either \Windows\System32\config or \Winnt\System32\config folder. Vyhledejte SAM soubor pro Windows 2000, Windows NT nebo Windows XP, která je obvykle umístěna na obou \ Windows \ system32 \ config nebo \ Winnt \ System32 \ config složku. Change directory to inside the folder, there are a number of files such as SAM, SYSTEM and SECURITY. Změňte adresář na složku uvnitř, je zde velké množství souborů, jako jsou SAM, systém a bezpečnostní.

    Inside the folder, issue the following command to automatically change the administrator password: Uvnitř složky, zadejte následující příkaz, aby se automaticky změní na administrátorské heslo:

    chntpw SAM chntpw SAM

    Issue the following command (replace USERNAME with actual user name on the computer) to change the password for a normal restricted user account: Zadejte následující příkaz (nahraďte USERNAME se skutečné uživatelské jméno na počítač), změnit heslo pro normální omezena uživatelského účtu:

    chntpw -u USERNAME SAM chntpw-u USERNAME SAM

    Tip: To list all the users in the SAM file, use the chntpw -l SAM command. Tip: Chcete-li seznam všech uživatelů v SAM souboru, použijte chntpw-l SAM příkaz.

  3. Chntpw will display some information on screen, and then prompt for new password to reset the existing password. Chntpw bude zobrazovat některé informace na obrazovce a pak výzva pro nové heslo resetovat stávající heslo. Enter a new password for the administrator or user account. Zadejte nové heslo pro správce nebo uživatelského účtu.

    Tip: To reset the password to blank (no) password, enter * (asterisk). Tip: Chcete-li resetovat heslo pro blanku (ne) heslo, zadejte * (hvězdička).

  4. Unmount the drive, and then restart the Windows computer. Odpojit mechaniky a restartujte počítač Windows. The password for the administrator or user account reseted should be changed accordingly. Heslo pro správce nebo uživatel reseted by měl být změněn.

There are other options for chntpw, which can be displayed with the following command: Existují i jiné možnosti chntpw, které mohou být zobrazeny následující příkaz:

chntpw -h chntpw-h

# chntpw help and usage chntpw version 0.99.3 040818, (c) Petter N Hagen chntpw: change password of a user in a NT SAM file, or invoke registry editor. chntpw [OPTIONS] # Chntpw pomoc a využití chntpw verzi 0.99.3 040818, (c) Petter N Hagen chntpw: změna hesla uživatele v NT SAM souboru, nebo vyvoláte editor registru. Chntpw [volby]  [systemfile] [securityfile] [otherreghive] [...] -h          This message -u [systemfile] [securityfile] [otherreghive] [...]-h Tato zpráva-u  Username to change, Administrator is default -l          list all users in SAM file -i          Interactive. Uživatelské jméno změnit, rada je výchozí-l seznam všech uživatelů v SAM souboru-i Interactive. List users (as -l) then ask for username to change -e          Registry editor. Seznam uživatelů (jako-l) a poté požádat o změnu jména na-e editor registru. Now with full write support! -d          Enter buffer debugger instead (hex editor), -t          Trace. Nyní s plnou podporou psát!-D Zadejte pufru debugger místo (hex editor),-t sledovat. Show hexdump of structs/segments. Zobrazit hexdump z structs / segmenty. (deprecated debug function) -v          Be a little more verbose (for debuging) -L          Write names of changed files to /tmp/changed -N          No allocation mode. (zavržené debug funkce)-v Be trochu verbose (pro ladění)-L napiš jména změněné soubory do adresáře / tmp / změněno-N č. přidělení režimu. Only (old style) same length overwrites possible See readme file on how to extract/read/write the NT's SAM file if it's on an NTFS partition! Source/binary freely distributable. Pouze (starý styl) stejné délky přepisuje možné Viz readme o tom, jak extrahovat / čtení / zápis na NT to SAM souboru, pokud je to na NTFS oddílu! Zdroj / binární volný rozdělitelných. See README/COPYING for details NOTE: This program is somewhat hackish! Viz README / KOPÍROVÁNÍ podrobnosti POZNÁMKA: Tento program je poněkud hackish! You are on your own! Nacházíte se na vlastní pěst! 

IMPORTANT : The page is machine translated and provided "as is" without warranty. Upozornění: Stránka je stroje přeloženy a poskytovány "tak jak jsou" bez záruky. Machine translation may be difficult to understand. Strojový překlad může být obtížné pochopit. Please refer to Obraťte se prosím na original English article Anglický originál článku whenever possible. kdykoli je to možné.


One Response to “Reset and Change Windows NT/2000 Administrator or User Password with chntpw in Linux” Jedna reakce na "Reset a změna Windows NT/2000 správce nebo uživatele s heslem chntpw v Linuxu"

  1. Robert Dacosta Robert Dacosta
    May 19th, 2009 21:48 19. května 2009 21:48
    1 1

    Thanks for the tip! Díky za tip! I've successfully used this a while ago for my home desktop. Jsem úspěšně používají tuto chvíli ago doma desktop.

    In an enterprise environment you will never face a password reset issue if you have a password self reset solution. V podnikovém prostředí nikdy čelit hesla problém, pokud máte vlastní heslo resetovat řešení.
    In our company we allow our users initiate their own password resets using V naší společnosti jsme se umožnit našim uživatelům zahájit své vlastní heslo, pomocí resetů desktop authority password self service desktopové orgán heslo vlastní služby . .
    Afer answering a couple of security type questions they reset passwords on their own. Afer zodpovězení několika otázek, které bezpečnostní typu reset hesla na vlastní pěst.

Leave a Reply Zanech Odpověď

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> Můžete použít tyto značky: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. Odebírejte komentáře funkce byla vypnuta. To receive notification of latest comments posted, subscribe to Chcete-li dostávat oznámení o nejnovější komentáře posta, přihlaste se My Digital Life Comments RSS feed My Digital Life Komentáře RSS or nebo register to receive registr pro příjem new comments in daily email digest. nové komentáře v denním email Digest.
Custom Search

New Articles Nové články

Incoming Search Terms for the Article Incoming Vyhledávání Podmínky pro článek

chntpw download chntpw download - -- chntpw chntpw - -- nt password reset nt hesla - -- chntpw vista chntpw vista - -- chntpw xp chntpw xp - -- chntpw live cd chntpw live CD - -- linux windows password reset linux okna hesla - -- download chntpw download chntpw - -- SAM reset SAM reset - -- reset SAM reset SAM - -- linux reset windows password linux resetovat heslo systému Windows - -- all vše - -- reset windows password linux reset okna heslo linux - -- change nt password nt změnit heslo - -- HOW TO CHANGE WINDOWS ADMINISTRATOR PASSWORD JAK ZMĚNIT WINDOWS ADMINISTRATOR PASSWORD - -- change windows password změnit heslo Windows - -- chntpw window vista chntpw okna průhled - -- forgot password winnt Zapomněli jste heslo winnt - -- reset windows nt password resetovat heslo systému Windows NT - -- chntpw howto chntpw howto - -- chntpw usb chntpw usb - -- how to use chntpw jak používat chntpw - -- reset sam file reset sam obrázek - -- chntpw how to chntpw jak - -- changing windows user name měnících oken uživatelské jméno - -- reset windows password resetovat heslo systému Windows - -- how to change nt password Jak změnit heslo nt - -- linux change windows password linux změnit heslo Windows - -- change windows user name změna okna uživatelské jméno - -- nt password reset linux nt hesla linux - -- chntpw windows xp chntpw Windows XP - -- reset password in sam file reset hesla v sam obrázek - -- linux winnt sam linux winnt sam - -- windows nt administrator command správce systému Windows NT příkazem - -- windows xp sam reset Windows XP sam reset - -- windows 200 changing administrator without password okna 200 měnící správce bez hesla - -- reset lost admin password reset ztracené heslo admin - -- using chntpw pomocí chntpw - -- change nt password linux nt změnit heslo linux - -- chntpw livecd chntpw LiveCD - -- WinNT logon password reset WinNT přihlašovacího hesla - -- ntfs password ntfs heslo - -- chntpw usage chntpw používání - -- linux chntpw download linux chntpw download - -- how to change sam file Jak změnit obrázek sam - -- linux password reset windows linux hesla okna - -- reset nt password linux reset nt heslo linux - -- reset windows nt administrator password vynulovat heslo administrátora Windows NT - -- how to reset password for window nt jak resetovat heslo pro okna nt - -- how to change user files too administrator Jak změnit uživatelské soubory příliš Správce - -- linux nt password reset linux nt hesla - -- Linux Password reset for windows NT Linux hesla pro systém Windows NT - -- chntpw help registry folder chntpw pomoci registru složky - -- how to edit password file on windows 2000 with linux jak upravit heslo souboru v systému Windows 2000 s Linuxem - -- reset windows password from linux resetovat heslo systému Windows z Linuxu - -- reset sam password reset jsem heslo - -- sam password reset sam hesla - -- sam file linux sam souboru linux - -- how to normally change administrator password in windows 2000 server jak se obvykle změnit heslo administrátora ve Windows 2000 Server - -- NT password/linux NT heslo / linux - -- windows password recovery linux okna obnovení hesla linux - -- chntpw server 2003 chntpw server 2003 - -- portable windows xp password resetter Přenosný systém Windows XP heslo resetter - -- windows nt administrator správce systému Windows NT - -- windows user password okna uživatel heslo - -- nt administrator reset password nt vynulovat heslo administrátora - -- how to change a user password in a restricted user Jak změnit heslo uživatele v omezeném uživatel - -- nt change password nt změnu hesla - -- reset windows password with linux resetovat heslo systému Windows s Linuxem - -- windows password reset linux okna hesla linux - -- reset password sam file reset hesla sam obrázek - -- linux chntpw linux chntpw - -- forgot program administrator password zapomněli heslo správce programu - -- reset windows xp password resetovat heslo systému Windows XP - -- sam account file vista edit sam účet obrázek průhled úprav - --