IPB

Google Frontpage Forums Unattended CD/DVD Guide
 
Reply to this topicStart new topic
> Possible Bug: creating non-administrators users
mow
post Jun 30 2005, 09:36 AM
Post #1


Newbie


Group: Members
Posts: 16
Joined: 30-March 04
Member No.: 16876
Country Flag


1. While creating new users with the GUI interface of WIHU (no INI files at all), I have noticed that the created user is always member of 'Administrators'. That is even if the checkbox of 'Add administrator rights to the new user' isn't marked.

2. When creating new user via Windows Control Panel and choosing "administrator", the new user is member of Administrator and Users. When created with WIHU, the user is member of Administrators only. Is that intended to be that way?

Working on WIHU Version: 2.1.19.6
Go to the top of the page
 
+Quote Post
BenjaminKalytta
post Jun 30 2005, 11:15 AM
Post #2


Developer
****

Group: Members
Posts: 607
Joined: 8-June 04
From: Bad Kreuznach
Member No.: 22118
Country Flag


QUOTE (mow)
1. While creating new users with the GUI interface of WIHU (no INI files at all), I have noticed that the created user is always member of 'Administrators'. That is even if the checkbox of 'Add administrator rights to the new user' isn't marked.


I've tested it but it wasn't here. New account was only member of "Users" Group.

QUOTE (mow)
2. When creating new user via Windows Control Panel and choosing "administrator", the new user is member of Administrator and Users. When created with WIHU, the user is member of Administrators only. Is that intended to be that way?


Of course this intended. Administrators includes all rights of Users.

Benjamin Kalytta
Go to the top of the page
 
+Quote Post
mow
post Jul 1 2005, 04:49 AM
Post #3


Newbie


Group: Members
Posts: 16
Joined: 30-March 04
Member No.: 16876
Country Flag


(1) About creating non-administrators users:
If I look at computer management for the user I created right after the creation (before restart or logon), it's in the Administrators group. After first logon, I checked and it's in the Users group. So I guess it is ok...


But I found something else: if your system (mine XP.pro.sp2) is already configured for automatic logon, if you create a new user, and do not mark the checkbox 'Logon user automatically', your current automatic logon is disabled. Perhaps it is better to leave it unchanged?

This post has been edited by mow: Jul 1 2005, 04:55 AM
Go to the top of the page
 
+Quote Post
BenjaminKalytta
post Jul 1 2005, 05:35 AM
Post #4


Developer
****

Group: Members
Posts: 607
Joined: 8-June 04
From: Bad Kreuznach
Member No.: 22118
Country Flag


QUOTE
[...]and do not mark the checkbox 'Logon user automatically', your current automatic logon is disabled. Perhaps it is better to leave it unchanged?


Yes it was also my opinion after I started my system today. I'll fix this in this way.

Benjamin Kalytta

This post has been edited by BenjaminKalytta: Jul 1 2005, 05:35 AM
Go to the top of the page
 
+Quote Post
BenjaminKalytta
post Jul 1 2005, 07:18 AM
Post #5


Developer
****

Group: Members
Posts: 607
Joined: 8-June 04
From: Bad Kreuznach
Member No.: 22118
Country Flag


Autologon is fixed now. You may specify either to disable auto logon, to enable or to leave it unchanged (default) [tri state check box].

I've created an autologon tool so you may change your invalid autologon settings caused by WIHU. You'll find this tool at my homepage in download section.
http://www.kalytta.com/autologon.zip

Benjamin Kalytta

This post has been edited by BenjaminKalytta: Jul 1 2005, 07:20 AM
Go to the top of the page
 
+Quote Post
bmn
post Aug 4 2005, 11:39 AM
Post #6


Unattended Friend
***

Group: Members
Posts: 406
Joined: 5-October 04
From: hyderabad,india
Member No.: 32866
Country Flag


this autologon tool is really cool.this disable autologon option is awsome.i have been searching for trype of tool(http://www.msfn.org/board/index.php?showtopic=52241)

all i want is after finishing of my installation(every thing) i just want to disable this autologon for my admin account.
so how to run this tool silently with --disable autologon-- option enabled.
help pls
thanks
Go to the top of the page
 
+Quote Post
BenjaminKalytta
post Aug 4 2005, 01:16 PM
Post #7


Developer
****

Group: Members
Posts: 607
Joined: 8-June 04
From: Bad Kreuznach
Member No.: 22118
Country Flag


Ok, I'll add a switch as soon as my computer is repaired newwink.gif BIOS or motherboard is broken.
Go to the top of the page
 
+Quote Post
bmn
post Aug 4 2005, 08:36 PM
Post #8


Unattended Friend
***

Group: Members
Posts: 406
Joined: 5-October 04
From: hyderabad,india
Member No.: 32866
Country Flag


thanks BenjaminKalytta.
i'll be waiting for ur reply.
Go to the top of the page
 
+Quote Post
bmn
post Aug 8 2005, 11:53 AM
Post #9


Unattended Friend
***

Group: Members
Posts: 406
Joined: 5-October 04
From: hyderabad,india
Member No.: 32866
Country Flag


hey it woked on my current xp.
but when i tested it on my virtual pc its bot working.what to do?
Go to the top of the page
 
+Quote Post
BenjaminKalytta
post Aug 9 2005, 09:07 AM
Post #10


Developer
****

Group: Members
Posts: 607
Joined: 8-June 04
From: Bad Kreuznach
Member No.: 22118
Country Flag


Ok, I released version 1.2 of this tool. There are several command line switches:

/silent: Don't sow UI
/autologon=0 or 1
/visible=0 or 1 : show or hide user on welcome page
/username=x : set user name, use "" if user name contains spaces
/password=x : set password

Benjamin Kalytta
Go to the top of the page
 
+Quote Post
bmn
post Aug 9 2005, 09:46 AM
Post #11


Unattended Friend
***

Group: Members
Posts: 406
Joined: 5-October 04
From: hyderabad,india
Member No.: 32866
Country Flag


i used it in my wpi.cmd

REM autologon tool start and wait for its end
"%wpipath%\autologon.exe" /silent /autologon=0 /visible=1

so this will disable my autologon,thus making my admin account visible
right?
Go to the top of the page
 
+Quote Post
BenjaminKalytta
post Aug 9 2005, 10:00 AM
Post #12


Developer
****

Group: Members
Posts: 607
Joined: 8-June 04
From: Bad Kreuznach
Member No.: 22118
Country Flag


Yes, this will disable autologon, and make your current account visible in welcome page.

If you want specify another account than currently logged on account you may specify an alternative user account which should be used for logon in future. Then you have to use /username switch.

Addition in Version 1.3:

- Combo box for easy user selection
- /username=%current% will select currently logged on user

Benjamin Kalytta

This post has been edited by BenjaminKalytta: Aug 9 2005, 10:09 AM
Go to the top of the page
 
+Quote Post
bmn
post Aug 9 2005, 10:39 AM
Post #13


Unattended Friend
***

Group: Members
Posts: 406
Joined: 5-October 04
From: hyderabad,india
Member No.: 32866
Country Flag


thanks BenjaminKalytta

i will try this on virtual pc.
and will reply the results
Go to the top of the page
 
+Quote Post
bmn
post Aug 12 2005, 07:55 AM
Post #14


Unattended Friend
***

Group: Members
Posts: 406
Joined: 5-October 04
From: hyderabad,india
Member No.: 32866
Country Flag


hey its not working man.imean with my unattended cd test on virtual pc.

i tried a lot of ways to stop autologon to admin account.all r failed except one.
what i did is,at first i created some password for my admin account,and rebooted the system and again i just removed that pass(ie replaced with blank pass).and autologon stopped after this.

i dono what happened here.any ideas.
and is it possible to moniter this procedure so that we can create some regkey to stop autologon?
Go to the top of the page
 
+Quote Post
BenjaminKalytta
post Aug 12 2005, 12:41 PM
Post #15


Developer
****

Group: Members
Posts: 607
Joined: 8-June 04
From: Bad Kreuznach
Member No.: 22118
Country Flag


It's definitely working, but it seems that you are using it the wrong way.

May be you are missunderstanding the function of my tool. My tool prevents windows from logon automatically, it will NOT stop autologon for each admin account!
As I said before, some applications reenable autologon in some cases such as windows network setup wizard.

But just take a look at http://www.google.de/search?q=windows+regi...+AutoAdminLogon

Benjamin Kalytta

This post has been edited by BenjaminKalytta: Aug 12 2005, 12:41 PM
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



Lo-Fi Version Time is now: 9th January 2009 - 04:11 PM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2008 msfn.org
Privacy Policy