Archive for November, 2009

In Windows 7, like Windows Vista, when you install the operating system, you are asked to enter a user name which will be the primary local user that will use this system.

Like in Windows Vista, in Windows 7 the built-in Administrator’s account is disabled by default. Furthermore, this account is not associated with any password.

The new user which is created during the installation is configured to be a member of the built-in Administrators group, and in fact, can be used for any management task. That use is in fact equivalent by all means with the original built-in Administrator account.

However, there may be situations where one would like to use the built-in Administrator account instead of that “new” user. One of these might be when you’re building a system for cloning purposes, and would like all cloned machines to be able to use the built-in Administrator’s account.

Note that since that account does NOT have a password, enabling it without properly setting a password for that account will open a serious security opening on your system!

There are basically 2 easy methods of enabling the built-in Administrator’s account and 1 advanced method.

Method #1 – Using the Local Users and Groups Snap-in

To enable the built-in Administrator’s account by using the Local Users and Groups snap-in please follow these steps:

Open Local Users and Groups. You can do so by typing lusrmgr.msc in the Start search box or in the Run command and pressing ENTER. Or, you could open Computer Management by right-clicking Computer in the Start menu and selecting Manage.

Expand System Tools > Local  Users and Groups > Users.

Right-click the Administrator account and select “Set Password”.

In the”Set Password for Administrator” click “Proceed”.

In the”Set Password for Administrator” enter the Administrator’s desired password twice, and click “Ok”.

Next, enable the Administrator’s account. Right-click the Administrator’s account and select “Properties”.

Un-chek the “Account is disabled” check-box. Click on the “Ok” button.

Administrator’s account is now enabled and configured with a password.

Method #2 – From the Command Prompt

To enable the built-in Administrator’s account by using the Command Prompt  please follow these steps:

1. Click Start and type CMD, then press Enter. It is best to run the Command Prompt as an Administrator. To do so, right-click CMD and select “Run as Administrator”.

When prompted to allow the Command Processor to run, click on “Yes”.

BTW, you can also hover over the CMD line and press CTRL + SHIFT + ENTER to invoke the “Run as Administrator” shortcut.

In the Command Prompt window, type:

net user

Note how the Administrator account is there, yet the new user account has not been yet created.

To set the Administrator’s account password:

net user *

Then enter the required password and confirm it.

To enable the Administrator’s account:

net user administrator /active:yes

Method #3 (Advanced Users) – During the Installation Process

There is a 3rd method which advanced users can use. This method can be used during the installation process itself.

During the installation, after being prompted to configure the new user account, you will be able to set the new account’s password.

At that phase, press SHIFT and F10 keys together. A Command Prompt window will appear.

In the Command Prompt window, type:

net user

Note how the Administrator account is there, yet the new user account has not been yet created.

To set the Administrator’s account password:

net user *

Then enter the required password and confirm it.

To enable the Administrator’s account:

net user administrator /active:yes

Close the Command Prompt window and continue with the installation process.

If you log off you will now see the Administrator’s account as a valid logon option.

Online

How to Reset Bell Modem to Bridge

Configuring Speedstream 6520 For Modem Only Mode
Wednesday September 5, 2007

As I’ve written in a previous blog, ‘Sympatico Ultra Highspeed / Speedstream 6520 Modem Problems’, Bell provides you with a really crappy router/modem with their Sympatico Ultra Highspeed Edition. I decided that I didn’t want to use their router so I turned it off and just used my own D-Link router. Here’s are the steps on how I accomplished this:
1. Connect the DSL cable (phone cord) to the DSL socket on the back of the Speedstream.
2. Connect an ethernet cable to the #1 port on the Speedstream to the WAN port on your router.
3. Connect your computer to one of the LAN ports on the Speedstream. The Speedstream should already be set to DHCP mode, but if it is not, you will have to manually change your IP to be on the same network as the modem, otherwise you can skip this step.

Go into your network connections. In Windows XP, go to Start Menu > Connect to > Show all connections.

Select ‘Internet Protocol (TCP/IP)’ and click the Properties button.

Right-click on your Local Area Network connection and select properties. You should get a screen similar to the one below. Enter in what you see below and click OK.

4. Open a browser window and type this address in the address/location bar. 192.168.2.1. This is the IP address of the Speedstream modem/router.
5. If you have set up a username and password, enter it here. If you have not set up a username and password, I believe the default username is admin and the password is blank (as in it is empty, not the word blank).
6. Once you are in, you should get a screen similar to the one below. Click on the Advanced Icon at the top.

7. Then, click on the Home Network icon on the left. You should get a screen similar to the one below.

8. Click on the Advanced Settings button and you should get the screen below.

9. Click on the ‘Configure the Local Home Networking modem IP Network’ link. This should take you to another window that looks like the one below.

10. Click on ‘Custom Settings’ and you should see the screen below. Copy the settings as you see them and click the Apply button. This will disable the Speedsteam’s DHCP server. DHCP assigns IP addresses to all the computers connected to the network. You want to disable this so that your router will be the DHCP server.

11. If you changed your Windows network settings in step 3, you should change them back to automatically obtain your IP address and DNS server addresses.
12. At this point, I will assume that you have the router that you want to use instead of the Speedstream already set up to connect to Sympatico. The router should also be running a DHCP server. You may need to reboot your router. And that should be it.

Online
Back to top