Hoe en wat kan ik als administrator in het inlogscript van gebruikers zetten, zodat hun register wordt aangepast zonder dat zij ergens op hoeven te / kunnen drukken. (Het gaat om een Win2K omgeving)
.bat file met daarin regedit /s blaat.reg
Intentionally left blank
Verwijderd
gevonden bij Microsoft :
SET: How to Suppress Registry Editor Dialog Window
http://support.microsoft.com/support/kb/articles/Q161/9/93.ASP
Whenever a *.reg file is run to update a registry key, the following dialog window is displayed:
Information in <file name>.reg has been successfully entered into the registry.
In some situations, such as in batch files, you may want to bypass this window.
To bypass this dialog window use the following command line:
Regedit /s <file name>.reg
Ok ben dus wat tijd kwijt met zoeken naar de documentatie
maar wel het goede antwoord
SET: How to Suppress Registry Editor Dialog Window
http://support.microsoft.com/support/kb/articles/Q161/9/93.ASP
Whenever a *.reg file is run to update a registry key, the following dialog window is displayed:
Information in <file name>.reg has been successfully entered into the registry.
In some situations, such as in batch files, you may want to bypass this window.
To bypass this dialog window use the following command line:
Regedit /s <file name>.reg
Ok ben dus wat tijd kwijt met zoeken naar de documentatie
maar wel het goede antwoord