Similar Threads:
1.Running processes from system account
Hi all,
I have a progam running as service under system account that is also
interactive.
A logged on user can choose to open a help file (.chm) from within an
interactive window of this service, but it wont run.
I used ShellExecute with "open" command because it knows which executable to
run in order to open the .chm file.
It seems to me that there's a problem with security settings with the system
account. If my program is run as "normal" application
then it works fine. Does anyone know how to solve security issues of this
kind? Any help appreciated.
Thanks,
J.
2.Process running under Adminstrator account
I disabled the administrator account for security reasons. At the same time
the event log shows failed administrator logon attempts. Attempts repeat
every 2 till 5 hours. The calling process has PID 944 which I looked up as
svchost process.
This refers to the following services:
svchost.exe 944 AeLookupSvc, AppMgmt, BITS, Browser,
CryptSvc, dmserver, EventSystem, helpsvc,
lanmanserver, lanmanworkstation, Netman,
Nla, RasMan, RemoteAccess, Schedule,
seclogon, SENS, ShellHWDetection,
winmgmt,
wuauserv
I can not find any service that starts with Administrator account.
Does someone have any suggestions?
3.Tell if the process is running in a Guest account
I've been told earlier that to determine if the current process is running
in a Guest account I need to call
OpenProcessToken
GetTokenInformation
But what parameters should I actually call it with?
4.Running a service as Local System account on Windows Server 2003
Windows Server 2003.
Not sure if this is the correct group for my question as it is part server
2003 configuration/security and maybe part programming. I have a small c++
application I wrote that installs as a service. It monitors another machine
and periodically copies files from that machine. The application has a GUI
that reflects the status of the other machine and file copies. The problem
is if I set the service Logon proerties as "Local System account" and "Allow
service to interact with desktop" my program cannot access the other
machines shared directory. If I set the Logon property to a specific
account then all works well. I am looking for a method that will allow me to
copy the files from the share and interact with the desktop.
TIA.
5.Download file from NT Service running under Local System Account
Hi All,
When a NT service program runs under the local system account it
cannot access network resource either via UNC path or a network
mapped drive. Is there any way around to access network resource
for the service program?
I writeen a NT service in VC++ , and i want to download a file from
Internet website. But my service running in local system account. I
want help in change service running under local system account to
current user to download file and change it back to local system
account from VC++ code. Please give details for this in VC++
programming not from services utility of NT.
A.V. Suresh
6. Running NET localgroup command from a logon batch script as local system account
7. Run service interactive with user account - not local system
8. Run scheduled task using local system account