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! |
Reply
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.
Reply
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.
Reply
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.
Reply
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~
Reply
iGuest
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
Reply
Recent Queries:--
linux ftp auto login - 20.01 hr back. (1)
-
vb logon web automatic - 50.28 hr back. (1)
-
windows xp automatic logon batch - 57.39 hr back. (1)
-
gpedit auto login - 81.92 hr back. (1)
-
php auto login method post - 87.41 hr back. (1)
-
linux automatic login root account - 92.90 hr back. (1)
-
xp password stuck on auto login - 102.27 hr back. (1)
-
how to automatically log in link - 114.83 hr back. (1)
-
win xp home logon automate batch script - 116.87 hr back. (1)
-
php login logout automatically login - 122.83 hr back. (1)
-
batch ftp auto login - 128.90 hr back. (1)
-
autologin gpedit xp - 136.56 hr back. (1)
-
php auto login user pass - 148.80 hr back. (1)
-
script for automatic login in windows xp - 155.73 hr back. (1)
Similar Topics
Keywords : automatic, login, winxp
- To Automatically Run Command When Login / Logoff
(3)
Simple Php Login And Registration System
(15) 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html
xmlns="http://www.w3.org/1999/xhtml"> <head> <meta
http-equiv="Content-Type" content="text/ht....
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 (6) 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. C....
How To Put A Phpbb Login Box On Your Main Site.
Code and .php included!!! (18) 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 // <form
action="/phpBB2/login.php" method="post" target="_top"> <table
width="25%" cellspacing="2" cellpadding="2" border="0"
align="center"> <tr> <td align="left"
class="nav"><a href="/phpBB2/index.php" class="nav">Prank Place
Forum Index</a></td>....
Php/mysql Login/register
Tutorial for login with databases. (2) Start register code. Register.php CODE <form method=post
action=register.php?action=register name=s> <table>
<tr><td>Username:</td><td><input type=text
name=user></td></tr>
<tr><td>Email:</td><td><input type=text
name=email></td></tr>
<tr><td>Pass:</td><td><input type=password
name=pass></td></tr> <tr><td>Verify
Pass:</td><td><input ....
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 kShoutBo....
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 . " ....
Php Simple Login Tutorial
Learn how to make a simple login! (63) 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....
Looking for automatic, login, winxp
|
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for automatic, login, winxp
*MORE FROM TRAP17.COM*
|
advertisement
|
|