Tagged Questions

4
votes
1answer
1k views

Get current user's last logon

I am trying to get the current's user last logon. I might be this current session or it might be one before that. I am calling GetUserName() to get the current username. I feed that into ...
1
vote
1answer
212 views

Windows login with MFC application

I'm developing a face recognition login application in MFC. How can I run my application when the windows login screen appears and how can I login (having the username and password) if face is ...
1
vote
2answers
448 views

CreateProcessAsUser and LogonUser Without Password

Using WTSGetActiveConsoleSessionId and WTSQueryUserToken, I know it is possible for a service running as SYSTEM to launch an application onto the current desktop without using a password. Is to launch ...
1
vote
3answers
109 views

How do I logon Via a Windows Service?

Basically I want a windows Service that at a particular time, Logon on a windows (XP/Vista/7/2008) Machine? If this is Possible, Please show me the way?
0
votes
1answer
45 views

How to setup VPN on Windows start

Need to setup VPN on windows start, without User logon (Like a service). does it possible?
0
votes
1answer
34 views

windows logon auth

Is there anyway to make windows logon authentication calls remote server (intranet) for the user and password? So, the user information is not stored on the os, but instead on server which is called ...
0
votes
1answer
206 views

Exchange web service authentication from java [closed]

Can I build a web-service client to EWS (exchange web services) with NTLM authentication using the current windows logon? thank you.
0
votes
3answers
37 views

Automatically logging into a website from the desktop

If we have a link on a users desktop to a website, is there any way to automatically log them into that website using their windows username and password?
0
votes
1answer
603 views

Running a batch file on windows 7 enterprise before logon

I am the systems administrator at my university, and I have just switched from Ghost to Clonezilla. I am able to successfully image the computers, and I have successfully created 1 single .bat file ...
0
votes
0answers
308 views

Last login time of Windows Domain user who used Cached Credentials?

The following snippet queries Domain Controller for last login time of a Domain user account: private static DateTime LastLogonTimeOfDomainUser(string username, string domain) { DateTime ...
0
votes
1answer
396 views

Interactive command prompt as NETWORK SERVICE

How do I open an interactive application, such as cmd.exe or Windows Explorer, running as NETWORK SERVICE? There are ways to do it for the SYSTEM account, but NETWORK SERVICE is proving to be a ...
0
votes
0answers
40 views

How can I log on to Windows using a service?

I have written a Windows service and I am hoping to find a way of having that service log the machine onto Windows. I understand that services and desktops are seperated for security and that the ...
0
votes
1answer
320 views

Get currently logged on interactive user for a remote machine?

How do I find out what user, if any, is currently logged on to some remote Windows XP machine interactively? .NET code would be great or any command-line utility that I can call from code. ...
0
votes
1answer
141 views

VBSCipt LOGON Script - Evaluate two items and map shares accordingly

I have a logon script mapping user drives Windows Network. Some users are now logging into a terminal server these days and I'd like to map a different drive, based on computer name they are logging ...