|
I've been wondering..
What if I were to rename the existing kix32.exe file (the one I want to replace) to, say kix32b.exe and then make a fixkix.bat-file that did: \\server\netlogon\makestuff.bat as only command. If I then were to use the bat2exec util to convert the file fixkix.bat into a .com file and then rename it to kix32.exe and finally copy it into the \\server\netlogon dir. This way I wouldn't have to change the profiles for every user, but I would have the possibility of editing the makestuff.bat file to do the file-copying-thingies.
Does anyone see anything obvious that would make this fail? Sure, I'd be forced to check every existing script to make sure it doesn't call the original \\server\netlogon\kix32.exe file, since this would make the script fail because the new \\server\netlogon\kix32.exe (converted file) won't be able to catch eventuall parameters and pipe them along to the kix32b.exe (original kix32.exe) file.
Thanx for all your comments!
|