question about .NET framework ver.1.1

  • Thread starter Thread starter Gene
  • Start date Start date
G

Gene

When I normally start my computer I get a blue welcome screen and then
it goes directly to the desktop. After I installed .NET framework
version 1.1 I got a welcome screen with a login and had to click on my
name to continue to the desktop ( I'm the only user ). After I
uninstalled .NET framework everything went back to normal. Is there any
way to install .NET framework without it screwing up how the computer
starts and keeping it booting right to the desktop without having to
login? Thanks.
Gene

(remove "spam" from e-mail to reply or post to this group
 
Hi Gene,

Install the .NET framework 1.1 normally and after that follow these steps
for autologon:

Type CONTROL USERPASSWORDS2 at Start >> Run and press enter. Under the
"User" tab, uncheck the box "Users must enter a username...." and hit apply.
Supply the username and password under which you want your computer to
Auto-logon everytime and OK your way out

--
Anando
Microsoft MVP- Windows Shell/User
http://www.microsoft.com/mvp
http://www.mvps.org
http://www.dts-l.org
 
Hi Geo,

Reasons for need and you will need it sooner than later:

In order to run programs designed with .NET, you'll need the .NET
framework installed locally. However, you can visit any website that uses
..NET without having the framework installed.

ASP.NET is a programming framework built on the common language runtime that
can be used on a server to build powerful Web applications. ASP.NET offers
several important advantages over previous Web development models:

More information here:
http://docs.aspng.com/quickstart/aspplus/doc/whatisaspx.aspx
 
Back
Top