was macht der file RUNONCE.EXE im NT4 system32 Verzeichnis ??
Archiv Server-Windows 15.877 Themen, 54.317 Beiträge
Sehr geehrtes G A,
eigentlich hatte ich eine Antwort von einem Experten erwartet.
Falls wiedermal ein VHS Anfänger fragen sollte gib ihm
folgende Antwort.OK ??
The RunOnce Alternative
Another way of getting a script to run on logon is to use the
RunOnce registry key.
The full key name is:
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce
This key can contain any number of string values that hold the
commands you wish to execute once, the first time a user (that is
any user) logs on.These values are removed once the commands have
executed.This means that you should never see any values under
this key once you have logged on.To set up the RunOnce option,
simply create a value,giving it any name you like, and then supply
the full path to the program or script you wish to execute.
For example:
Name Value
Myscript perl.exe c:\scripts\script1.pl
