473,569 Members | 2,466 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Dot-net Framework as 'User'?

Hi. I don't do any software development, but had to download and install
dot-net Framework 1.1 in order to install a Lantronics device-installer
utility. I see that Framework has added itself to my computer's user's list,
and although the icon is not on the screen at password-protected bootup, it
has changed the sign-in screen somewhat. Can I safely remove Framework as a
user through Control Panel/Users and still have all the required
functionality? Thanks -Jim
Jul 22 '05 #1
6 2014
I don't believe that the .NET framework will change any login screens..

"Jim Wood" <Ji*****@discus sions.microsoft .com> schrieb im Newsbeitrag
news:27******** *************** ***********@mic rosoft.com...
Hi. I don't do any software development, but had to download and install
dot-net Framework 1.1 in order to install a Lantronics device-installer
utility. I see that Framework has added itself to my computer's user's list, and although the icon is not on the screen at password-protected bootup, it has changed the sign-in screen somewhat. Can I safely remove Framework as a user through Control Panel/Users and still have all the required
functionality? Thanks -Jim

Jul 22 '05 #2
Hi, Cody,

The only thing that changed on the sign-in screen was that the box
disappeaed next to my name where I put in the password. Now I have to click
on my name to make the box come up. I think this is because dot-net is
listed as another user on the computer, meaning that I am no longer the only
one. However, dot-net does not come up on the sign-in screen, as if it were
a 'stealth' user. I just wonder if I delete it as a user under Control Panel
if the utility will still work okay.

Jim
Jul 22 '05 #3
Hi Jim,

Did you mean the ASPNET user account it created?

BTW, did you try if you can press keyboard down-arrow on the login screen to
bring the password box to your name? So you don't have to click on your
name.

Wencheng

"Jim Wood" <Ji*****@discus sions.microsoft .com> wrote in message
news:AA******** *************** ***********@mic rosoft.com...
Hi, Cody,

The only thing that changed on the sign-in screen was that the box
disappeaed next to my name where I put in the password. Now I have to
click
on my name to make the box come up. I think this is because dot-net is
listed as another user on the computer, meaning that I am no longer the
only
one. However, dot-net does not come up on the sign-in screen, as if it
were
a 'stealth' user. I just wonder if I delete it as a user under Control
Panel
if the utility will still work okay.

Jim

Jul 22 '05 #4
Yes, you're right,

It is the asp.net account, which claims to be password protected, but
which does not pop up on the log-in screen at boot.
I know nothing of this developer software, but had to install dot-net
Framework 1.1 in order to install a third-party utility. My questions are:

1) If I uninstalll Framework 1.1, will the other utility still run, and...
2) If I leave Framework 1.1 in there but simply delete the asp.net user
account are things likely still to run?

Many thanks, Jim

"Wencheng Magiya" wrote:
Hi Jim,

Did you mean the ASPNET user account it created?

BTW, did you try if you can press keyboard down-arrow on the login screen to
bring the password box to your name? So you don't have to click on your
name.

Wencheng

"Jim Wood" <Ji*****@discus sions.microsoft .com> wrote in message
news:AA******** *************** ***********@mic rosoft.com...
Hi, Cody,

The only thing that changed on the sign-in screen was that the box
disappeaed next to my name where I put in the password. Now I have to
click
on my name to make the box come up. I think this is because dot-net is
listed as another user on the computer, meaning that I am no longer the
only
one. However, dot-net does not come up on the sign-in screen, as if it
were
a 'stealth' user. I just wonder if I delete it as a user under Control
Panel
if the utility will still work okay.

Jim


Jul 22 '05 #5
I believe the asp.net user account is for running ASP.NET process. If you
are not hosting ASP.NET web server on your PC, I think you can simply delete
the account. If you want to be 100% safe, create a Restorepoint, rename the
account and try to restart and run your apps, you can delete the account if
everything still works fine.

Uninstall Framework 1.1 run-time most likely will cause your third-party
utility error, since it required it.

If you are not a Framework developer, you do not need to install Framework
1.1 SDK. You can uninstall Framework 1.1 SDK and install Framework 1.1
run-time instead.
Wencheng
"Jim Wood" <Ji*****@discus sions.microsoft .com> wrote in message
news:AD******** *************** ***********@mic rosoft.com...
Yes, you're right,

It is the asp.net account, which claims to be password protected, but
which does not pop up on the log-in screen at boot.
I know nothing of this developer software, but had to install dot-net
Framework 1.1 in order to install a third-party utility. My questions
are:

1) If I uninstalll Framework 1.1, will the other utility still run,
and...
2) If I leave Framework 1.1 in there but simply delete the asp.net user
account are things likely still to run?

Many thanks, Jim

"Wencheng Magiya" wrote:
Hi Jim,

Did you mean the ASPNET user account it created?

BTW, did you try if you can press keyboard down-arrow on the login screen
to
bring the password box to your name? So you don't have to click on your
name.

Wencheng

"Jim Wood" <Ji*****@discus sions.microsoft .com> wrote in message
news:AA******** *************** ***********@mic rosoft.com...
> Hi, Cody,
>
> The only thing that changed on the sign-in screen was that the box
> disappeaed next to my name where I put in the password. Now I have to
> click
> on my name to make the box come up. I think this is because dot-net is
> listed as another user on the computer, meaning that I am no longer the
> only
> one. However, dot-net does not come up on the sign-in screen, as if it
> were
> a 'stealth' user. I just wonder if I delete it as a user under Control
> Panel
> if the utility will still work okay.
>
> Jim


Jul 22 '05 #6
Thanks again, Wencheng,

Our company may need to include some part of the 'distributable' 1.1
Framework on a CD we supply with a product because a LAN port on that product
requires it for installation of its own software. Once the product is in
production and all this sorted out, I'll probably uninstall 1.1 from my
computer here, as I won't need the utility once the manual is written.

Many thanks for your help; many of us who only marginally know what we are
doing depend very much on this forum and those of you who are familiar with
different Microsoft products. We appreciate your knowledge and direction.

Jim

"Wencheng Magiya" wrote:
I believe the asp.net user account is for running ASP.NET process. If you
are not hosting ASP.NET web server on your PC, I think you can simply delete
the account. If you want to be 100% safe, create a Restorepoint, rename the
account and try to restart and run your apps, you can delete the account if
everything still works fine.

Uninstall Framework 1.1 run-time most likely will cause your third-party
utility error, since it required it.

If you are not a Framework developer, you do not need to install Framework
1.1 SDK. You can uninstall Framework 1.1 SDK and install Framework 1.1
run-time instead.
Wencheng
"Jim Wood" <Ji*****@discus sions.microsoft .com> wrote in message
news:AD******** *************** ***********@mic rosoft.com...
Yes, you're right,

It is the asp.net account, which claims to be password protected, but
which does not pop up on the log-in screen at boot.
I know nothing of this developer software, but had to install dot-net
Framework 1.1 in order to install a third-party utility. My questions
are:

1) If I uninstalll Framework 1.1, will the other utility still run,
and...
2) If I leave Framework 1.1 in there but simply delete the asp.net user
account are things likely still to run?

Many thanks, Jim

"Wencheng Magiya" wrote:
Hi Jim,

Did you mean the ASPNET user account it created?

BTW, did you try if you can press keyboard down-arrow on the login screen
to
bring the password box to your name? So you don't have to click on your
name.

Wencheng

"Jim Wood" <Ji*****@discus sions.microsoft .com> wrote in message
news:AA******** *************** ***********@mic rosoft.com...
> Hi, Cody,
>
> The only thing that changed on the sign-in screen was that the box
> disappeaed next to my name where I put in the password. Now I have to
> click
> on my name to make the box come up. I think this is because dot-net is
> listed as another user on the computer, meaning that I am no longer the
> only
> one. However, dot-net does not come up on the sign-in screen, as if it
> were
> a 'stealth' user. I just wonder if I delete it as a user under Control
> Panel
> if the utility will still work okay.
>
> Jim


Jul 22 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
1679
by: steve | last post by:
Anyone knows a good script that basically delivers functionality similar to slash dot? I use phpnuke, but am thinking if there is something better out there written in php. -- Posted using the http://www.dbforumz.com interface, at author's request Articles individually checked for conformance to usenet standards Topic URL:...
12
8107
by: Rahul | last post by:
HI. I want to compute dot product of two vectors stored as lists a and b.a and b are of the same length. one simple way is sum(a*b for i in range(len(a))) another simple way is ans=0.0 for i in range(len(a)):
1
2479
by: lars | last post by:
Hi, we use DoxyGen together with the DOT tool of AT&T to document our sources. Here now is my problem (trying to explain as well as I can): I intend to generate call graphs with the help of the mentioned tools. Unfortunately DOT seems to open the corresponding sources through a text editor (UltraEdit in my case). No problem for little...
44
7048
by: Darryl Kerkeslager | last post by:
I once did all my control references with the bang (!) operator. All my controls were referenced as Me!txtInput, etc. I have now discovered that doing this loses much more than Intellisense. 1. Compile does not pick up missing controls, i.e., if I have a reference to Me!btnEdit, and remove that button from my form, Compile will not show a...
3
1938
by: Christopher M. Lusardi | last post by:
Hello, Can you tell me is it my imagination, or should I not stick a "volatile" definition into a dot h file? My problem is if I put my declaration in main.c before main () my code works. But, if I move it to a dot h and include the dot h into main.c, I get an error when I run the program. I am using the volatile qualifier because I am...
17
1946
by: Keith H Duggar | last post by:
Can anyone point me to the origin and history of the dot syntax for accessing structures? Were there languages prior to C that used it? Who invented it? etc.
6
4640
by: jawolter | last post by:
I have a list of links that are sometimes too long to display on a given screen. I want to trim the ends of them if they are too long, and show dot dot dot. If the browser is widened, though, and there is more room, i want to see all the link. I want to have 1 line of text that is say 40% of the screen. When someone enlargens the browser...
10
2544
by: MLH | last post by:
?DCount("!", "qryAOLsNeed2Print") - OR - ?DCount(".", "qryAOLsNeed2Print") Both syntaxes return the correct answer for me. But I'm wondering if one is more suitable than the other for some reason. I'm using A97.
1
1991
by: andi111 | last post by:
Good Morning All, I am having problems turning my Matter_Creation_Form.DOC into a Matter_Creation_Form.DOT. Now, Within Word, I have created a document that contains 2 Combo Boxes which, when a .DOC file, the contents of them appears fine. I then resave the file as a template (with the extension .DOT to change it into a template) and...
3
3374
by: ypytt | last post by:
Hi all, I'm developing a Windows application in C#. It generates reports using ReportViewer. These reports should be printed on a dot matrix printer. However, there is a problem. The application runs on multiple computers connected in a local network, the printer is connected to the network also. When the report is generated and the Print...
0
8132
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7678
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7982
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6286
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5222
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3656
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2116
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1226
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
944
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.