Tagged Questions
The localsystem tag has no wiki summary.
2
votes
1answer
24 views
Where can I safely store records (i.e. files) that a standard (limited) user cannot modify or delete?
I have a service auditing standard users of the local PC. I would like to get the performance logs uploaded to an SQL server but as a first step, and for simplicity I need to store them, as well as ...
2
votes
2answers
107 views
Is it possible to run tests as the `Local System` user?
I'm writing an integration test that requires the method to be run in the Local System security context to achieve the desired behavior. I couldn't achieve this yet. What should I do?
I'm using C#, ...
2
votes
3answers
4k views
Determine the LocalSystem account name using C#
We have an application that installs SQL Server Express from the command line and specifies the service account as the LocalSystem account via the parameter SQLACCOUNT="NT AUTHORITY\SYSTEM".
This ...
1
vote
1answer
306 views
confused over LocalSytem and LocalService Accounts
i am new to windows services programming. I have confusion about what to set the Account type while writing a windows services.
how to choose or how to determine to which account type we need to set ...
0
votes
2answers
75 views
Is it possible to query WMI as Local System?
Is it possible to query WMI as the Local System account? I tried to test this out by creating a Local System instance of Internet Explorer, and running WMI Tools from it. I got an error saying that:
...
0
votes
0answers
34 views
In my windows service, running as localsystem, when it starts a process, does that process have the same privileges?
I am refactoring my application so that it can run in the background of non-admins. Do I need to migrate all the non-gui code to the service or will it suffice that the service starting the process ...
0
votes
1answer
46 views
A service cannot spawn a new program unless it's running under Local System Account
First of all, I'm not sure if this is generic to services in general, but the problem I'm having is pretty specific, it has got to do with the SageTV service component.
Since there isn't much help ...
0
votes
1answer
737 views
How to configure IE proxying for the local system account? [closed]
See Server Fault: How do I configure proxy settings for LOCAL SYSTEM?
I have a Windows service that needs to start up IE with certain proxy settings (e.g. host name and port). If the service is ...
0
votes
1answer
444 views
Can a Windows service running under Local System create new files on the computer it is running on?
I have created a Windows Service that has a function that creates a new file.
It is running under "Local System account" with "Allow service to interact with desktop" set to true.
When running under ...
0
votes
0answers
77 views
How to access internet location with domain username/password from windows service running in local system account if system is not in domain
How to access internet location with domain username/password from windows service running in local system account if system is not in domain.
I hava a windows service running in local system account ...
0
votes
1answer
164 views
(yet another) problem with mapped drive via the command line
I know, I know. There are a million threads everywhere talking about problems with mapped drives. I've ready many of them but I still can's seem to wrap my head around this problem or come to a ...
0
votes
3answers
410 views
Secure Database Backend for Windows Application that users can't hack into easily
I'm writing a database driven windows application and both the executable and database need to be installed on the customers machine.
Is there a database that I can use as a backend to my application ...
0
votes
1answer
402 views
Why are my custom performance counters not appearing for my service?
I've got a windows service that has a part I'm very paranoid about, so I've instrumented it with custom performance counters (I'm moving calls from mta threads to sta threads--don't ask).
The ...