3
Answers

Process has no username

John Doherty

John Doherty

13y
1.6k
1
I have created a Windows app and when I run it it appears under the Processes tab in Task Manager. That's fine but there is no user name for it. This means I am unable to kill it in a command prompt (it gives me "access denied"). I cannot understand this as I am able to install it so I should be able to kill the process?
If I hardcode in the username and password to the ProcessStartInfo properties then I can kill the process (the username appears under the Processes tab in Task Manager) . This is not feasable as for security reasons I cannot hardcode in Windows usernames and passwords.

Under the Processes tab in Task Manager I see other apps such as Word, Excel etc, with the logged on username so why not my app?
Answers (3)
0
Bechir Bejaoui

Bechir Bejaoui

NA 20.1k 5.3m 16y
Ok
0
egi roka

egi roka

NA 20 0 16y
A basic idea I have.
In the between time I've found this: http://www.sql-server-performance.com/tips/database_design_p1.aspx
This explains me the issue clearly and deeply. Thanx anyway.
0
Bechir Bejaoui

Bechir Bejaoui

NA 20.1k 5.3m 16y

First , have you ever basic idea about relational data base conception or not?
Next Recommended Forum