Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by timesign

  1. timesign

    Problem booting to welcome screen

    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.....
  2. timesign

    Problem booting to welcome screen

    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
  3. timesign

    Problem booting to welcome screen

    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)...
  4. timesign

    Create a highly resticted user

    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...
  5. timesign

    Create a highly resticted user

    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...
  6. timesign

    Create a highly resticted user

    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...
  7. timesign

    USB 2.0 as the second drive

    can you explain what a hard drive drawer is? thanks
  8. timesign

    USB 2.0 as the second drive

    sounds like everything that is gained by a second drive is lost by having it external thanks
  9. timesign

    USB 2.0 as the second drive

    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
  10. timesign

    Textarea Paste clipboard text button

    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
  11. timesign

    Retrieve data from clipboard

    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
  12. timesign

    Reading a UTF-8 String as its Int eqivelents using a bufferedReader

    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!!
  13. timesign

    reading from UTF-8 Strings V UTF-8 files

    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...
  14. timesign

    Reading a UTF-8 String as its Int eqivelents using a bufferedReader

    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 '&#1492' while a comma for example will remain ',' . Therefore, when in.read() is called instead of...
  15. timesign

    Reading a Textarea from a form in a servlet

    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 =...

Part and Inventory Search

Back
Top