Thinkster Posted November 26, 2006 Posted November 26, 2006 I have some custom tweaks & settings that get applied and show up fine on the first user account. However when other user accounts are created and those users login, the tweaks and settings are not applied. Now I already know about setting up tweaks and stuff in the Default template which I have applied during CMDLINES. What I would like to do though is have something that detects a new user account and only runs a script the very first time they log in. Any easy way to go about this?
Sonic Posted November 26, 2006 Posted November 26, 2006 Try to copy your script in Startup folder of Default User.I havn't tested but it can work. To self-destroy script use "delf /f %0" at the end of your script.
Thinkster Posted November 28, 2006 Author Posted November 28, 2006 I would like something that can detect when a new account has been created and then have it place something in the startup for that account so that when that person logs in, the script runs once and then goes away. I've seen something before that I think does this called ProfileMonitor.exe that always runs in startup that I believe does this but don't know where to find it or modify it...
SnakeOiler Posted December 25, 2006 Posted December 25, 2006 do what Sonic said and you will achieve what you are looking for.
bj-kaiser Posted December 25, 2006 Posted December 25, 2006 what about adding a RunOnce/RunOnceEx entry to the default user profile?http://support.microsoft.com/kb/314866/
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now