Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
dos
Name: nancy kemp Date: July 7, 2002 at 05:27:04 Pacific
Comment:
purchased a computer and they did not delete the password from dos, how do you delete the passwords in the prompt menu of dos
Name: MacFromOK Date: July 7, 2002 at 20:33:16 Pacific
Reply:
This could be a bios password. If it is, you can remove the motherboard battery for a few minutes and the bios will reset to its' factory defaults and forget the password.
A word of caution. If this is an older machine, you may have to enter the hard drive info (cylinders, heads, etc.) manually, if it doesn't have "autodetect" for hard drives. If this is the case, be sure to enter the correct info (this is usually on the hard drive itself).
Summary: Here is what I want to do. I want that when I start my project in vb.net that the form is invisible when it loads. I tried me.hide() it works on a button or any component, but it doesn't work on the ...
Summary: can any body explain what does this func do in C: int Mparse (int j, int val1, int val2) { return ((int) (fmod(j, pow(2, v1)) / pow(2, v2))); } ...
Summary: Hello, I'd like to create a .bat files to run a robocopy script. I'd like to use 2 text files with usernames in them to use in the batch script. I'm moving user data from an NT 4 box to a Windows 200...