moldboy
Dec 11 2005, 06:40 PM
| | Ever wanted to just turn on our computer and when you get back it's already on the desktop? (Rather then having to login at the welcome screen) Now some computer have this feature by default, but what if it gets broken, try this.
On an Administrator account goto start >> Run, and type "control userpasswords2" (without the quotes) Uncheck the box that "Users must enter a Username and Password to use this computer", then press Ok. You will be prompted to enter a default user and their pasword, then next time you restart the computer it will automaticaly login to that user! |
Comment/Reply (w/o sign-up)
Plenoptic
Dec 11 2005, 06:55 PM
Very nice tutorial sir. I like it. I would do it if I didn't have 6 other people in this house, 2 in which always want to use my computer and put on things that shouldn't be on there. The only problem with that is if someone steals your computer or laptop in some cases they can get on right away without having to put in a password or anything. It has it's plusses and minusses and I would do it if I could.
Comment/Reply (w/o sign-up)
rvalkass
Dec 11 2005, 07:34 PM
I'm in the same situation as Plenoptic, having the whole family needing to use the computer at various times. However, I know a few people with laptops that only they use, stuck with a welcome screen, and I shall pass this on to them. Thanks very much.
Comment/Reply (w/o sign-up)
wariorpk
Dec 14 2005, 08:16 PM
Actually from what I have seen all you need to do is only have one user and make sure that user does not have a password. That is really the best way I found to get automatic login. Maby your meathod is a sure fire meathod though.
Comment/Reply (w/o sign-up)
KuBi
Dec 15 2005, 02:35 AM
@warriorpk -- You still need to go through the user select screen if you have more than one login. @the rest-- Very nice tutorial, but it would cause some problems, in the case of a hacker getting into your computer, he wouldn't need a password to get in. Or say family members(you know, the brother who gets into your class work and deleted it), wouldn't need a password either. Thanks for the info either way~
Comment/Reply (w/o sign-up)
FeedBacker
Jan 29 2008, 05:53 AM
What about multiple people auto login?
Automatic Login
This works for 1 user and 1 PC for auto login. But what about if you have multiple people that want to be already logged in and when the come to the PC or RDP into their account, it is already up and running. Is there a script or program to auto logon multiple people at a time or at a specific time to 1 PC without them having to logon personally? Thanks
Comment/Reply (w/o sign-up)
(G)Brandon
Oct 22 2009, 09:40 AM
I have a question...
Automatic Login
Ok so this is probably what was causing it... But the previous owner of this computer (because I'm on an online schooling program that provides a comp for me... Which surprisingly can handle really high end games like gta 4 and cod 4 lol) anyways so it would automatically log on for one of the accounts. I deleted all other accounts and just made one for me.. And ever since it would come up with an error wrong password thing when I would try and log on and I would have to choose a different profile and that's how I would get on mine. But sometimes it would display that error message for about half a second and then just go to "windows is starting up" and get stuck there. I want it to go straight to the welcome screen rather than trying and failing to log in to one of the other accounts. So I did the Start >> Run: control userpasswords2 thing but instead of setting it up to log into mine I checked the box saying "users must enter a password to use this computer". I don't want to restart my computer because sometimes it takes like 20 mins of starting and restarting my computer JUST to get it to finally work right, so do you think this will have fixed the problem???
-reply by Brandon
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : automatic, login, winxp
- To Automatically Run Command When Login / Logoff
(3)
Simple Php Login And Registration System
(19) Hello. This is my first web tutorial ever. This is basically a simple register and login script.
Yes, I know it’s a bit rubbish but I’m quite new to PHP/MySQL. Here’s the register form. This can
be any file extension you like. I’d recommend calling it register.html . CODE
Register Register Username: Password: First Name:
Last Name: Age: Now create a MySQL database. Then create a
file that will be called CODE mysql-connect.php . Here is the file: CODE $co....
2nd Method Of Disabling Safe Mode On Winxp
Check this one out too (2) Another method to disable safe mode is to remove the registry key: Backup the key before deleting
it, of course. This method does not remove the boot menu. However, it disables Windows' ability
to actually boot to safe mode. Attempting to boot to safe mode will cause a quick Blue Screen of
Death (BSOD) and restart.....
How To Install Winxp And Linux To The Same Compute
a double boot (12) when I install a double boot linux/winxp, I always want to keep the Windows boot menu to choose the
operating symtem. This is what I usually do: -Install Winxp -Install linux (if you dont have space
to create a new partition for linux, you have to use partition magic to reduce the size of the WinXP
partition and leave some space to create the partition for linux. You can create the partition
during the linux setup. - During the linux setup, choose to install the boot manager (lilo or grub)
in the boot sector of the partition where you are installing linux (not in the MB....
Simple Login In Visual Basic 6
user interaction example trough login programm (9) First of all, I am NOT a programmer, this is something my friend taught me. It describes basic
interaction with the user, while showing basic functionality of this simple programm. So, without
further ado, we're off to the tutorial: First of all, start your visual basic, when prompted
for new project, select Standard Exe . Next, we need to open code window, so we can start typing
the program. This can be done in two ways, one is double clicking on the form, or selecting Code
from View menu. If you double clicked on the form, you will see following text: CODE ....
----> Boot Winxp Fast <----
Fast booting winXP (12) So here we go follow the steps below. CODE 1. Open notepad.exe, type "del
c:\windows\prefetch\ntosboot-*.* /q" (without the quotes) & save as "ntosboot.bat" in c:\ 2. From
the Start menu, select "Run..." & type "gpedit.msc". 3. Double click "Windows Settings" under
"Computer Configuration" and double click again on "Shutdown" in the right window. 4. In the new
window, click "add", "Browse", locate your "ntosboot.bat" file & click "Open". 5. Click "OK",
"Apply" & "OK" once again to exit. 6. From the Start menu, select "Run..." & type "devmgmt.msc". 7.
Double click ....
How To Put A Phpbb Login Box On Your Main Site.
Code and .php included!!! (19) I have included my coded file with this... Ok here is the code. CODE // //Create login area,
replace the phpBB2 in /phpBB2/login.php with your forum's //directory // Prank Place
Forum Index Please enter your username and password to log in.
Username: Password:
Log me on automatically each visit:
I forgot my password You can test this out on my....
Php/mysql Login/register
Tutorial for login with databases. (4) Start register code. Register.php CODE Username: Email: Pass: Verify
Pass: //Login to your database. Make the fields of course..
mysql_connect("localhost","user","pass"); mysql_select_db("database"); //end //if registering,
check fields. if ($action == register) { if (!$user || !$pass || !$email || !$vpass) { print
"You must fill out all fields."; exit; } $dupe1 = mysql_num_rows(mysql_query("select * from
table where user='$user'")); if ($dupe1 > 0) { print "Someone already has that
username."; exit....
Complete Login And Registration System
doesn't use mysql! (9) kLogin 0.1 QUOTE(readme.txt) Readme file to kLogin 0.1 To use the internet explorer fix:
download the latest IE7 ZIP file
(http://sourceforge.net/project/showfiles.php?group_id=109983&package_id=119707) Extract the ie7
zip file to the root directory of your web server. Example, if you are using a unix/linux server,
it's on "public_html/" or "home/public_html" Open kLogin.php file with your editor and edit the
$info_text or $info_txt variable. Then, extract the kLogin.php file in to the root directory of
your web server also. Just run kShoutBox.php If ....
Multiple Admin Login (php)
This is a script that doesnt requre SQL (3) first off make a login.html page Code: QUOTE Admin Login Username: Password:
then make a check.php page Code: QUOTE $admin1 = "admin1"; // first
admin username $adm_pass1 = "password1"; // first admin password $admin2 = "admin2"; // second
admin username $adm_pass2 = "password2"; // second admin password if(($username == $admin1 &&
$password == $adm_pass1) || ($username == $admin2 && $password == $adm_pass2)){ echo
"Congratulations " . $_POST . " You may now proceed to the admin area !"; } else { echo "Userna....
Php Simple Login Tutorial
Learn how to make a simple login! (75) I have been quite busy lately, trying to design and code my site (far from done XD). And after
having learned how to make a simple login, I will try to write my own tutorial, for you
/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> the tutorial Step 1
: The first step in designing a member system is to plan out exactly what you need. A common impulse
among programmers is to jump right in and start coding. I'll be honest and admit that I'm
guilty of this more so than anyone. However, since I'm in control of this conversation (y....
Complete Login System
With PHP + MYSQL (57) Its an complete login sistem made and tested by me and I think itwill be very usefull for people who
are tryn to learn PHP. First, let's make register.php: CODE include("conn.php"); //
create a file with all the database connections if($do_register){ // if the submit button were
clicked if((!$name) || (!$email) || (!$age) || (!$login) || (!$password) || (!$password2)){ print
"You can't let any fields in blank.\n"; // if the user did not put some field exit; } $name =
stripslashes($name); $email = stripslashes($email); $age = stripslashes($age); $login = s....
Looking for automatic, login, winxp
|
Searching Video's for automatic, login, winxp
See Also,
|
advertisement
|
|