How do you do....it? Thread, How can I remove "Setting up Personalized Settings" on login in Technical; Hi everyone, I'm just polishing the new RIS Image, as I'm moving on from WinSuite now. I've managed to resolve ...
-
7th September 2007, 08:09 AM #1 How can I remove "Setting up Personalized Settings" on login
Hi everyone, I'm just polishing the new RIS Image, as I'm moving on from WinSuite now. I've managed to resolve most problems, but this one is a bit more cosmetic.
I have the profiles removed when a user logs off from the PC they are using. Then , when any user without a local profile logs on it brings up a window in the top left with "Setting Up Personalized Settings" and then runs through things like Internet Explorer , Outlook Express, Desktop Update etc.
I have found this bit of info which links to the other web pages I have seen on the subject. http://discussions.virtualdr.com/sho...d.php?t=205556
I was just wondering if anyone else has this cosmetic problem, and if you just ignore it, or can hide it or get rid of it completely.
Thanks in advance.
And any Bioshock players out there - Would you Kindly find out the answer for me?
-
-
IDG Tech News
-
7th September 2007, 08:32 AM #2 Re: How can I remove "Setting up Personalized Settings" on l
It doesn't bother us. For us, on our CC3 network, it's an indication that a user's romaing profile has been reset.
-
-
7th September 2007, 09:00 AM #3 Re: How can I remove "Setting up Personalized Settings" on login
This is a particular annoyance for me as every so often we will get several PC's which deceide to hang at this part and not go any further. If anybody does know how to get rid of it then that would be brilliant. Sorry to hijack the thread.
-
-
7th September 2007, 09:36 AM #4 Re: How can I remove "Setting up Personalized Settings" on login
well I thing user profiles go along with user accounts, I dont think user accounts will exist without profiles, it is like setting a new bank account but without you giving your profile. at least in windows accounts and profiles are mutually dependent.
-
-
7th September 2007, 09:56 AM #5 Re: How can I remove "Setting up Personalized Settings" on l

Originally Posted by
tscnmuk This is a particular annoyance for me as every so often we will get several PC's which deceide to hang at this part and not go any further. If anybody does know how to get rid of it then that would be brilliant. Sorry to hijack the thread.
This is a symptom of a deeper problem. Usually involving file/directory permissions, GPOs and/or DNS. GPMC Modeling/Results and/or dcdiag/netdiag can help. You'll have to check permissions and group memberships manually though.
-
-
7th September 2007, 10:11 AM #6 Re: How can I remove "Setting up Personalized Settings" on l

Originally Posted by
MyDejaVu well I thing user profiles go along with user accounts, I dont think user accounts will exist without profiles, it is like setting a new bank account but without you giving your profile. at least in windows accounts and profiles are mutually dependent.
Is this in reply to myself, or tscnmuk?
I understand the relationships between user accounts and profiles. I'm just asking if there is a process / fix to either hide or remove the "Personalised Settings" windows popping up every time a student logs onto a client XP PC.
-
-
7th September 2007, 12:38 PM #7 Re: How can I remove "Setting up Personalized Settings" on l
try this mate:
http://support.microsoft.com/kb/238441
worked for me, i wrote a batch with a reg update and applied it to all PCs
Last edited by burgemaster; 5th March 2008 at 04:15 PM.
-
-
7th September 2007, 01:39 PM #8 Re: How can I remove "Setting up Personalized Settings" on login
I'm going to be lazy, and ask for a copy of that reg patch if that would be possible.
Thanks.
-
-
12th September 2007, 01:48 PM #9 Re: How can I remove "Setting up Personalized Settings" on l
What you could do is create a fake student username, log it in (ensuring that you DON'T clear it's profile at logoff) - logon as Administrator and then copy the profile somewhere else - then use that as a mandatory profile - alot of the post-setup garbage is done for you and you still get a mandatory profile.
Might be worth running through the .MAN file with regedit just to be sure it hasn't left anything nasty in there though.
-
-
30th September 2007, 01:02 AM #10
- Rep Power
- 0
Re: How can I remove "Setting up Personalized Settings" on l
burgemaster could you upload a copy of that ?
-
-
5th March 2008, 04:13 PM #11 sorry for the delay !!!!!!
didnt see replies:
@echo off
setlocal EnableDelayedExpansion
set KEY="HKEY_LOCAL_MACHINE\Software\Microsoft\Active Setup\Installed Components"
set FND=find /i %KEY%
for /f "Tokens=*" %%a in ('reg query %KEY% /s^|%FND%') do (
set SP=N
for /f "tokens=*" %%b in ('reg query "%%a"^|find /i "STUBPATH"^|find "REG_"') do (
set SP=Y
)
if "!SP!" EQU "Y" reg delete "%%a" /V STUBPATH /F
)
endlocal
-
4 Thanks to burgemaster:
chrbb (18th March 2008), harryeds (6th October 2011), Heggy (16th November 2010), Minkus (10th February 2010)
-
15th May 2008, 07:19 PM #12
- Rep Power
- 0
Does this hide it or disable it?
Does this hide it or disable it? I want to still apply the settings just do it silently.
-
-
15th May 2008, 07:51 PM #13 the post from azreal is the way we do it.
Stop GP to clear the profiles login as a student, log out. Log in as admin and copy the student profile to a network share and make it mandatory. IIRC we've set that directory to read only as well.
All student accounts point to that profile.
Oh and don't forget to reenable the GP for delete profiles on logoff
-
-
14th October 2011, 05:08 PM #14
- Rep Power
- 0
As an update to this, if you are using 64-bit you will need to modify
HKLM\Software\Wow6432Node\Microsoft\Active Setup\Installed Components
This will take care of the "Personalize Settings" window during logon.
Thanks
-
-
15th October 2011, 02:40 AM #15
- Rep Power
- 7
We setup a "default user" profile on the local machine modified exactly how we want it in the image. Then when a new user logs in they get that profile and any additional things that the GPOs add.
-
SHARE:
Similar Threads
-
By zag in forum MIS Systems
Replies: 52
Last Post: 16th January 2011, 04:15 PM
-
By rhyds in forum Windows
Replies: 2
Last Post: 15th October 2007, 11:54 AM
-
By secman in forum Windows
Replies: 7
Last Post: 2nd November 2006, 02:42 PM
-
Replies: 6
Last Post: 28th September 2006, 07:06 PM
-
By mattpant in forum Windows
Replies: 12
Last Post: 14th August 2006, 02:37 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules