::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: RCS 3.5 logon script per-user configuration :: :: This will allow you to configure so that existing RCS users have some, but not :: all, configuration applied where as new users have all configuration applied. :: :: Paste this file at the end of the logon script NETLOGON.BAT, before the pause. :: ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Create a drive mapping so the RCS config script can run in the context of the server net use W: \\server\windows-admin /persistent:no :: Change directory to the TWEAK-Unattended directory W: cd "\tweak-unattended" :: If you have existing users and want to mark them as done then uncommnet the following, :: then the line after that won't run in config for them. :: You can alter TWEAK-Unattended's mark-all-user-config-as-done.bat so that only some apps are configured. :: IF EXIST "mark-all-user-config-as-done.bat" call "mark-all-user-config-as-done.bat" :: TWEAK-Unattended's script to configure an RCS user account: IF EXIST "user-config-rcs-if-not-already-done.bat" call "user-config-rcs-if-not-already-done.bat" :: lose the temporary drive mapping net use W: /delete /no :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::