|
Hey Bryce,
My config.ini looks like this: ;You may Modify the following parameters to select how your logon scipt will ;function.
[Module_run_order] ;Module Library ModuleLib = modules\
;Set TotalModuleNumber to equal the total number of Modules TotalModuleNumber = 8
; you can specify by OS Type and Group Membership, to run only specific Modules ; please see logon-readme.txt for a full explanation on "OS type" and "Group membership". ; Modue# = OS Type | Group Membership | Module Module1 = all|l!Administrators|CTRL_C Module2 = all|l!Users|legal_notice Module3 = all|l!Users|Welcome Module4 = all|G!Domain Users|PWExpire Module5 = all|G!Domain Users|Set_Clock Module6 = ALL|l!Users|Drives module7 = ALL|G!Domain Users|Path Module8 = All|G!Domain Users|Other_scripts
[ctrl_c] ;set status to ON if you want to run this Module status = on break = on
[legal_notice] ;set status to ON if you want to run this Module status = on force = yes notice = "You are loggin on to the Edwards Air force Base Computer network.|Only authorised personell are allowed to access this system."
[welcome] ;set status to ON if you want to run this Module status = off timeout = 5 welcome = "Welcome to Civil Engineering|Have A Nice Day||We Really Mean It!!"
[PWexpire] ;set status to ON if you want to run this Module status = off
;X number of days till Password Expire(start showing a notice) days2PWE = 5
;how old a pasword is allowed to get PWE = 90
;message box timeout timeout = 10
[set_clock] ;set status to ON if you want to run this Module status = on timeserver = \\houston
[drives] ;set status to ON if you want to run this Module status = on
;set the TotalActions to equal the total number of drive mappings action
TotalActions = 44
; The drive mapping entires should be in this format. ; please see logon-readme.txt for a full explanation on "OS type" and "Group membership". ; action# = OS Type | Group Membership | UNC path | Drive letter
action1 = all|G!ce_admin|\\testserver2k\admin|G: action2 = all|G!95trans.ce|\\testserver2k\95trans|G: action3 = all|G!command.ce|\\testserver2k\command|G: action4 = all|G!eng_general.ce|\\testserver2k\eng_general|G: action5 = all|G!contracts.ce|\\testserver2k\contracts|G: action6 = all|G!environmental.ce|\\testserver2k\environmental|G: action7 = all|G!ops.fire.ce|\\testserver2k\fire|G: action8 = all|G!heavy_repair.ce|\\testserver2k\heavy_repair|G: action9 = all|G!infrastructure.ce|\\testserver2k\infrastructure|G: action10= all|G!labor_pool.ce|\\testserver2k\labor_pool|G: action11= all|G!logistics.ce|\\testserver2k\logistics|G: action12= all|G!maintenance.e|\\testserver2k\maintencae|G: action13= all|G!manpower.ce|\\testserver2k\manpower|G: action14= all|G!operations.ce|\\testserver2k\operations|M: action15= all|G!readiness.ce|\\testserver2k\readiness|G: action16= all|G!real_property.recs.ce|\\testserver2k\rea_propertyl|G: action17= all|G!work_order.ce|\\testserver2k\workorder|G: action18= all|G!shopmanager.ce|\\testserver2k\shopmanager|G: action19= all|G!tech_service.ce|\\testserver2k\fire|G: action20= all|G!briefings.ce|\\testserver2k\briefing|I: action21= all|G!A76_team.ce|\\testserver2k\A76team|I: action22= all|G!fire_restricted.ce|\\testserver2k\fire_restricted|J: action23= all|G!eng_programs.ce|\\testserver2k\engineering\division\plans\programs|J: action24= all|G!eng_design.ce|\\testserver2k\engineering\division\plans\design|J: action25= all|G!com_planing.ce|\\testserver2k\engineering\division\plans\com_plan|J: action26= all|G!eng_saber.ce|\\testserver2k\engineering\division\saber|T: action27= all|G!eng_managment.ce|\\testserver2k\engineering|J: action28= all|G!operations.ce|\\testserver2k\engineering\division\maintenance|K: action29= all|G!ops_maint_programs.ce|\\testserver2k\engineering\division\maintenance|K: action30= all|G!logistics_ro.ce|\\testserver2k\logistics|K: action31= all|G!acquisition.ce|\\testserver2k\contracts_acquisition|K: action32= all|G!bce_briefing.ce|\\testserver2k\bce_briefing|L: action33= all|G!drawing.ce|\\testserver2k\dangerous|I: action34= all|G!standby.ce|\\testserver2k\standby|M: action35= all|G!slides.ce|\\testserver2k\slides|P: action36= all|G!standup.ce|\\testserver2k\standup|P: action37= all|G!networking.ce|\\testserver2k\networking|S: action38= all|G!southbase_rp.ce|\\testserver2k\southbase_rp|S: action39= all|G!ccas.ce|\\testserver2k\ccas|S: action40= all|G!water.ce|\\testserver2k\water|W: action41= all|G!division.ce|\\testserver2k\division|Y: action42= all|G!fedlog.ce|\\testserver2k\volumes|O: action43= all|G!afepl.ce|\\testserver2k\volumes|O: action44= all|G!cbt_access.ce|\\testserver2k\volumes\access97|T:
[Path] ;********************************************************** ;---===this module is broken for win9x users....sorry.===-- ;**********************************************************
;This is where you can tell your logon script add or remove statments from the Path ;set status to ON if you want to run this Module status = off
;Set TotalActions to equal the total number of Actions TotalActions = 4
; you can specify by OS Type and Group Membership, to add or remove the selected paths ; please see logon-readme.txt for a full explanation on "OS type" and "Group membership". ; action# = OS Type | Group Membership | A!path to add ; action# = OS Type | Group Membership | R!path to remove
action1 = NT|G!Domain Admins|a!w:\ntreskit action2 = win2k|G!Domain Admins|a!w:\w2kreskit action3 = NTx|G!Domain Admins|a!w:\ntsec action4 = off|G!Domain Admins|a!w:\ntsec
[Other_Scripts] ;This is where you can tell your logon script launch other KiXtart scripts ;set status to ON if you want to run this Module status = off
:Script library ScriptLib = scripts\
;Set TotalActions to equal the total number of Scripts actions TotalActions = 2
; you can specify by OS Type and Group Membership, to run only specific Scripts ; please see logon-readme.txt for a full explanation on "OS type" and "Group membership". ; action# = OS Type | Group Membership | script name
action1 = all|G!all_users.ce|dod.kix action2 = off|G!all_users.ce|alphare.kix
|