logon

Adding a start up value for safe mode? C# .Net Framework 2.0 ONLY please.

I'm trying to write a application for fun, and to learn more about the registry and start up items. Its a Windows log on replacement, the way i see it is that the typical windows log on user name/password is stored in the registry... there for crackable BUT! By making a application that starts immediately after the welcome screen that pr...

Can't connect on oracle unless DBA

I just created a new user, it DOES have create session, but everytime i try to connect on PLSQL Developer I get ORA-00604, ORA-01722 and ORA-06512 However, if i grant DBA access, i can log on with no problems. Hints? I don't have any connection trigger. ...

How can I log on to Windows using a service?

Hi, 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 windows logon desktop is probably also secured in other ways - but this must be possible? ...

Delphi: MAPILOGON ErrorCode 1

Hi! I tried with many versions of MAPISend, but I everytime got error in one place. The MAPILogon returns with errorcode 1. dwRet := MapiLogon(Handle, nil, nil, MAPI_DIALOG or MAPI_NEW_SESSION, 0, @MAPI_Session); I tried with "MAPISend component", this code: http://prog.hu/tudastar/60044-6/Delphi-Email+csatolt+file+thunderbird.html...

Writing a logon script for different users in VB, needs to be able to map drives. Need some help.

What is happening now, is that .bat files are ran on logon, which executes mapping the drives. We now however want to switch these into a VB script. A couple problems, however: There are 18 drives to map (f through w) The users aren't group correctly (if at all). I'm probably going to change them into the correct groups, hopefully thre...

WMI Get the Last Logged in User

Using WMI how can I get the last logged in user for a computer. Currently this is what I have for some reason its returning null. Any ideas why and is this the correct way to get the last logged in user. (NOTE: I am using it on Windows 7 machines) Using System.Management; var scope = new ManagementScope(@"\\COMPUTER_NAME\root\CIMV2"); ...

MVC Logon just refreshes page - doesn't log on

Hi I have 2 MVC sites on a shared hosting environment. The first one works fine and I can log on and use the membership provider etc.. no problems. A second site can see the database and retrieve other (site specific) data on its pages. However when I try to log in I simply get a page refresh - no error messages with invalid UC/PW, and n...