Physisch:
Bedeutungen:
[1] die Physis betreffend, körperlich
[2] tatsächlich vorhanden, materiell
Physikalisch:
Bedeutungen:
[1] zur Physik gehörend, Gegenstand der Physik seiend
Im Englischen ist "physical" ein "false friend".
"Physical" entspricht dem deutschen "physisch", nicht "physikalisch".
Das heißt, dass es in der Regel falsch ist, wenn man von physikalischen Objekten oder Benutzerschnittstellen redet. Richtig ist "physische Objekte".
Tuesday, February 9, 2010
Monday, February 1, 2010
How to Recover/Reset Windows NT/2000/XT/Vista Password Using Ubuntu Live CD
Open a terminal
$ apt-get install chntpw
Chntpw is a program designed to overwrite Windows NT/2000/XP/Vista SAM password.
Mount your Windows partition with read/write support
Then you need to locate (use your Command line Skills) SAM file which for Windows 2000 and XP is normally located at windows/system32/config or winnt/system32/config.
Once inside the ‘config’ folder , issue this command:
$ sudo chntpw -h for help
$sudo chntpw -l SAM for list of windows users
$sudo chntpw -u USERNAME SAM for reset password
It is recomended to reset the password to BLANK. Source: shibuvarkala.blogspot.com
$ apt-get install chntpw
Chntpw is a program designed to overwrite Windows NT/2000/XP/Vista SAM password.
Mount your Windows partition with read/write support
Then you need to locate (use your Command line Skills) SAM file which for Windows 2000 and XP is normally located at windows/system32/config or winnt/system32/config.
Once inside the ‘config’ folder , issue this command:
$ sudo chntpw -h for help
$sudo chntpw -l SAM for list of windows users
$sudo chntpw -u USERNAME SAM for reset password
It is recomended to reset the password to BLANK. Source: shibuvarkala.blogspot.com
Labels:
Tips / Tricks
Subscribe to:
Posts (Atom)