Start method
-
Hi everyone I gonna use of this this code but it does'nt work SecureString securePwd = new SecureString(); Process.Start("Notepad.exe", "TEST", securePwd, "WORKGROUP"); I fill this code with my username(TEST) and I dont use of password in my computer for the last parameter Im using of WORKGROUP for domain but it donest work it shows "Logon failure: unknown user name or bad password"
-
Hi everyone I gonna use of this this code but it does'nt work SecureString securePwd = new SecureString(); Process.Start("Notepad.exe", "TEST", securePwd, "WORKGROUP"); I fill this code with my username(TEST) and I dont use of password in my computer for the last parameter Im using of WORKGROUP for domain but it donest work it shows "Logon failure: unknown user name or bad password"
messages wrote:
"Logon failure: unknown user name or bad password"
I would check to make sure the username or password is correct for the work group
Lobster Thermidor aux crevettes with a Mornay sauce, served in a Provençale manner with shallots and aubergines, garnished with truffle pate, brandy and a fried egg on top and Spam - Monty Python Spam Sketch
-
messages wrote:
"Logon failure: unknown user name or bad password"
I would check to make sure the username or password is correct for the work group
Lobster Thermidor aux crevettes with a Mornay sauce, served in a Provençale manner with shallots and aubergines, garnished with truffle pate, brandy and a fried egg on top and Spam - Monty Python Spam Sketch
-
have you tried to run Notepad like this
process.start("Notepad.exe");
does that work?
Lobster Thermidor aux crevettes with a Mornay sauce, served in a Provençale manner with shallots and aubergines, garnished with truffle pate, brandy and a fried egg on top and Spam - Monty Python Spam Sketch
-
have you tried to run Notepad like this
process.start("Notepad.exe");
does that work?
Lobster Thermidor aux crevettes with a Mornay sauce, served in a Provençale manner with shallots and aubergines, garnished with truffle pate, brandy and a fried egg on top and Spam - Monty Python Spam Sketch