thank you bcastner, exactly as you describe -issue solved
jrbarnnet, when I hit ctrl alt del, i just get the task manager not the box with teh six choices, not sure when you get which.....
thanks for the tips, I will try them out
FYI: the user account is running fortres security lockdown to prevent the user from doing anything other than running the one program. the program needs to write to an exe / dll file so it needs admin privliges
Whenever the computer (xp pro sp1) is booted
up, it goes straight into the adminstrator account and does not even ask for a password!,
If I log out I get the normal xp welcome screen which is what I would like it to boot to.
The admin needs a pass and the user account (with admin privliges)...
David,
You really seem to know your stuff.
I seem to be able to complete the lockdown using gpo alone and the user will be limited to the two programs.
the only thing left is not to lock out the admin ;-)
where is the key to say that the gpo should not be applied to the admin?
sorry - I am...
Thanks for you help David.
The userinit.cmd works great,
If you have a moment....
I changed Program manger restrictions in the reg, but they do not seem to be having any affect. – tried setting it for default user as well as two other long string names under hkey-users.
Under group policy...
Hi,
I would like to create a user account that is highly restricted. To be more specific, users should be able to use one program, notepad, save to an external drive (flash or floppy), and shut down. No start menu, no browsing, nothing else!
Any suggestions as to where there might be resources...
Is an external usb 2.0 hard drive fast enough to be the second drive for a/v input and output.
I would have just one hard drive in the computer.
thanks
What is the Javascript required for a button that pastes the text of the clipboard to the form's textarea.
In other words I don't want users to have to use ctrl-v only but they should also have a "paste clipboard" button.
Thanks a load
Sorry I cant help you - but would you be able to post the javascript code for a button in a form that would paste the clipboard text into the textarea in that form
thanks
Solved the problem,
Sharing it in case anyone else has / had / will have a similar problem.
Really simple!!
the accept-charset="UTF-8" tag must be placed not in the head tag but in the form tag!!
Hi,
really stuck here-
below is an excerpt from the orginal code for a servlet that read a UTF-8 file that had been uploaded.
The line of code: "while ((ch = in.read()) > -1) {"
got the utf-8 char's "number". the program has a mapping file to convert it. (This is a char for char mapping used...
I am updating some code in a servlet that previously accepted a UTF-8 file and now gets its input from a textarea.
The problem: For any unicode character in the string the representation is 'ה' while a comma for example will remain ',' . Therefore, when in.read() is called instead of...
Hi,
I am having trouble here, the req.getparameter is returning null. (as tested by system.out.println)
I guess it is something simple i just don't understand.
[ I have put text in the textarea and have tried a variety of tests to prove that my problem line seems to be
InputFile =...
Thanks Wullie, I will try to find it.
Just to clarify: when using a multipart form to upload a file, typically the input type "file" is used. It creates a button that says on it "Browse..." Next to it is a text box.
This allows the user to click on browse, select the file they want to upload...
Hi,
Is there any way to change the value "Browse" in input type file from Browse to someting else.
I tried setting "Value=Select file..." and it does not seem to change.
<CENTER>
<FORM ENCTYPE="multipart/form-data"
method="POST" ACTION="/servlet/testServlet">
<INPUT TYPE="file" NAME="TextFile"...
I have a web page and the index splits the page into 3 parts, each part of course has a name. When you click on the menu frame it sets target to the middle frame.. standard.
I would like a link in the middle frame to take up all three frames. If someone is going to leave my website they should...
Is there a way to prevent other sites from hotlinking to your servlet?
My servlet serves files and I don't want it to be called from another website.
Thanks
I have a load of text files that users can download from my site. I Wrote a short servlet to send them to the user with a "open, save as" dialog box.
On the HTML side I Currently have a link
<A HREF="/servlet/FileServer">text.txt</A>
BTW I had to change the servlet to a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.