InterviewSolution
| 1. |
Solve : * as batch file password characters? |
|
Answer» I've been searching and searching codes to hide characters for a batch file password. Can anyone help? There are THIRD PARTY programs that can do this. A likely solution would be a C program, however you have the tools to do this yourself with a debug script: i was told 3 simple batch files can help me, i have set the first but having problems with the password batch tho, i have a time log batch for when my start bar is opened, a program used batch working but the pass word batch is a bother Where did the info come from? Vista is a Windows OS and I suspect you can FIND any information you need in the event logs. For instance you can check event code 528 (logins) in the security log which should pinpoint all the users who used your machine (including you). The batch file above was nothing more than a slick demonstration of how to introduce a password to a batch file. Unfortunately, it does nothing to enhance the security of Windows. As explained in the PM's, any user could bypass the password security by directly starting the application from a shortcut or the run box. Quote what am trying to do is to catch out the person who keeps using my laptop How does this work? Do you leave your PC unattended and another person uses your PC? Does this other person login with your credentials or his own? If you change your password, will this prevent someone else using your machine? I really need for you to layout the scenario on how this other person gets access to your PC. |
|