ninjabeaver Posted September 7, 2007 Posted September 7, 2007 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/showthread.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?
webman Posted September 7, 2007 Posted September 7, 2007 It doesn't bother us. For us, on our CC3 network, it's an indication that a user's romaing profile has been reset.
tscnmuk Posted September 7, 2007 Posted September 7, 2007 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.
MyDejaVu Posted September 7, 2007 Posted September 7, 2007 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.
Geoff Posted September 7, 2007 Posted September 7, 2007 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.
ninjabeaver Posted September 7, 2007 Author Posted September 7, 2007 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.
burgemaster Posted September 7, 2007 Posted September 7, 2007 (edited) 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 Edited March 5, 2008 by burgemaster
ninjabeaver Posted September 7, 2007 Author Posted September 7, 2007 I'm going to be lazy, and ask for a copy of that reg patch if that would be possible. Thanks.
azrael78 Posted September 12, 2007 Posted September 12, 2007 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.
Kained Posted September 30, 2007 Posted September 30, 2007 burgemaster could you upload a copy of that ?
Popular Post burgemaster Posted March 5, 2008 Popular Post Posted March 5, 2008 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 5
crazyray Posted May 15, 2008 Posted May 15, 2008 Does this hide it or disable it? I want to still apply the settings just do it silently.
antoeknee Posted May 15, 2008 Posted May 15, 2008 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
andy0789 Posted October 14, 2011 Posted October 14, 2011 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
qcomer Posted October 15, 2011 Posted October 15, 2011 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now