IDGLabs.COM - tips, tools and resource

Knowledge Sharing - Want to participate in the discussion?

Changing Any Password On XP with cmd

Ever go to get on a and the user is logged out, and you don’t know the password? Or do you have some access, but not access to a users private files, and you want access to those files?

This quick will show you the steps to change and reset any user password on a , and also show you how to protect your from people doing this to you!


CHANGE/RESET PASSWORD FOR ANY USERNAME

  1. Reboot the
  2. Right after the is finished, hit F8 (or F2,10,12)
  3. Select ‘Safe mode’ or ‘Safe mode with networking support’
  4. will up to the logon screen. Click administrator, 9/10 there is no password.
  5. Do, Start->Run->type ‘command’
  6. At the prompt, type ‘net user’ which will display a of usernames. Find the one you are looking for, try ‘net user username’ for them all. Type ‘net user /HELP’ for more info.
  7. To reset the password type ‘net user username *’ where username is the username you want to reset.
  8. For no password, leave blank.
  9. Now, reboot and you can login as that user.

SECURING YOURSELF FROM THIS METHOD

  1. Log into your account (must have admin rights)
  2. Get to a command prompt and type ‘net user username *’ where username is Administrator, or the renamed administrator account.
  3. Give administrator a STRONG password.

Screenshot Changing Windows XP password

I never use , but when I do, I re-install the OS on a clean harddrive, and take steps to secure it before I connect it to the net for and upgrades.

One of the first things I do is give the Administrator a password. I also disable the guest account, and give the guest username a password.

Next I uninstall all networking except TCP/IP. Next I disable netbios in the TCP/IP component settings.

Then I disable some services from running, use ‘net user username /DELETE’ to delete the “SUPPORT” and helpdesk usernames totally, and do a bunch of other stuff.

Caveats: If you are on a pc that does not allow you to into safe mode, you can get around this. They aren’t disabling the safe mode from the OS, they are just not allowing it from startup by pressing a function key. All you need to do is reboot, and then when is still loading, before the login screen, turn off the by holding down the power button for 5 seconds. Then turn it back on and you should have safe mode available. You can try this at many different stages to get to a safe mode.

If you have administrator rights, you can modify your .ini file to automatically into safe mode, or, preferably, you can modify your .ini file to give you a choice of booting into safe mode every single time you reboot. I have a custom .ini on every I run.

You could also use a “live ” such as to edit your .ini file. But if you are going to do that, why not just use a live to reset the password, or retrieve the hashes and crack them with saminside?

See available .ini switch options at support .ini switch options
This is meant to be for beginners so don’t give me any grief for how easy or simple this is. Not all of us even use . Questions/Comments welcome.

Tags: , , , , , , , , , , , , , , , , , , , , , , , , ,

GRUB Based Booting (Overview)

In this release, is the open source loader that is the default for x86 based systems.

Note

based booting is not available on based systems in this release.

The loader is the first software program that runs after you turn on a system. This program begins the process. After an x86 based system is powered on, the Basic Input/Output System () initializes the CPU, the memory, and the platform hardware. When the initialization phase has completed, the loads the loader from the configured device, and then gives control of the system to the loader.

implements a simple menu interface that includes options that are predefined in a configuration file. also has a command-line interface that is accessible from the menu interface for performing various commands. The implementation on x86 based systems in the OS is compliant with the Specification, which is described in detail at .

Because the kernel is fully compliant with the Specification, you can x86 based systems by using . With , you can more easily the various operating systems that are installed on your system. For example, on one x86 based system, you could individually the following operating systems:

Note

detects partitions but does not verify that the OS can be booted.

Because is intuitive about file systems and kernel executable formats, you can load an operating system without recording the physical position of the kernel on the disk. With based booting, the kernel is loaded by specifying its file name, and the drive, and the partition where the kernel resides.

When you an x86 based system, the menu is displayed. This menu provides a of entries to choose from. A entry is an OS instance that is installed on your system. The main menu is based on a configuration file that you can modify.

  • If you install or upgrade the OS, the menu is automatically updated. The OS is displayed as a new entry.
  • If you install an operating system other than the OS, you must modify the menu.lst configuration file to include the new OS instance. Adding the new OS instance enables the new entry to appear in the menu the next time that you the system.See the section, Menu for more information.

Note

In this release, the menu replaces the Device Configuration Assistant.

Tags: , , , , , ,
  • 0 Comments
  • Filed under: Solaris
  • Share Your Score

    Advertise