MASH-EXCITE.EXE
The software, which is installed with T2U, becomes in another safety context
installed as the user context. As consequence CurrentUser become registration entries
provides the T2U-dienstkonto, instead of with the announced user. For administrators,
with other software distributing systems the experience have, is not new the problem.
Utility the MUserReg.exe helps, registration entries with different user profiles
to change. Before one uses MUserReg.exe, one must all registration entries
locate, which one wants to set in the profile of other users. This
One stores registration entries in form of a rain file and/or a REGINI file.
the REGINI file should it the format concern, which REGINI.EXE utility out
the Windows supports resource kit.
For example the registration entry CompletionChar defines the indication, which in that
Request for input (COMMAND prompt) for the addition of file paths to be used
can. With Windows XP it is already set to 9 (ANSI code of the tabulator). If one
it wishes to set this value with all users (it applies also to Windows 2000 and
), one can provide the following rain file to Windows 4,0:
REGEDIT4
[ HKEY_CURRENT_USER\Software\Microsoft\Command Processor ]
"CompletionChar"=dword:00000009
Spokes we this text e.g. in file t.reg. With the call
Regedit.exe/s t.reg
this rain file can be imported. With the import only the value of the current becomes
User changes. The call
MUserReg.exe t.reg
on the other hand and leads the same scans all profiles existing on the computer
Change with HKEY_CURRENT_USER part of the Registry for all these users through.
By the call
MUserReg.exe/ini t.ini
t.ini the file can be imported similarly, which contains the same entries as t.reg,
however in REGINI.EXE format.
t.ini:
HKEY_CURRENT_USER\Software\Microsoft\Command Processor
CompletionChar = REG_DWORD 0x00000009
Additionally to the rain format and the REGINI format MUserReg.exe utility supports
the INF format. One can e.g. in such a way describe the example from above in the INF format:
[ version ]
Signature=Chicago$
[ ADD-MOVE ]
HKCU, "Software\Microsoft\Command Processor", CompletionChar, 65537, 00000009
[ DefaultInstall ]
AddReg=Add.Reg
By the call
rundll32.exe automatic data processing luggage DLL, LaunchINFSection t.inf, DefaultInstall, 1, n
the INF file can be imported t.inf. The INF language uses Microsoft since that
Introduction of Windows 95. They know a formal description of the INF language in
Driver development kit (DDK) find (see http://msdn.microsoft.com/library/enus/
install/hh/install/create-inf_f88cf176-2886-4ä4-b9á-a1à57èbb16.xml.asp?frame=true).
Now we come to the formal description of the MUserReg.exe utility.
There are three short forms for the call of the MUserReg.exe to utility and a long form.
Short forms:
MUserReg.exe < rain file name >
MUserReg.exe/ini < IniFileName >
MUserReg.exe/inf < InfFileName >
Long form:
MUserReg.exe/f < file name >/r < Search>=/s < CommandToStart >
Additionally one can use the following optional switches in all call forms:
[/SkipLocalSystem ] [/SkipLocalService ] [/SkipNetworkServiece ] [/SkipAllSystem ]
[/KnownUsersWithoutCentralProfile ] [/SkipDefaultUser ] [/DefaultUserOnly ]
With the call of MUserReg.exe in the short form it concerns the import MOVES -,
Regini or INF file. That is described already above.
The long form is to help, where one has a format of a rain file, which with that
short call one does not support. One needs a program, which this
File format to interpret can.
MUserReg.exe/f < file name >/r < Search>=/s < CommandToStart >
< file name > - a sample file, which the necessary change of the registration entries
describes. In this file a text combination is to occur, those
MORE HKEY_CURRENT_USER describes. This sample file becomes into the %TEMP% listing
copied and accordingly with / R switch changes. With the < Replace > is that
Note:
It is important to understand that MUserReg.exe utility none MOVE -,
Regini or INF file interpreter has. Place meal calls
MUserReg.exe appropriate external programs: regedit.exe,
regini.exe or rundll32.exe. When using REGINIFormat
it is thus important that REGINI.EXE in the path or in
current listing to find would be.
@USERSID @ seem to substitute symbols. Afterwards the < CommandToStart > program
is called. One the parameter from the < CommandToStart > should be @FILE @, which
the name of the temporary copy of the sample file represents. For example is the call
MUserReg.exe/f t.ini/r HKEY_CURRENT_USER=HKEY_USERS\@USERSID @/s "regini.exe @FILE@"
equivalently too
MUserReg.exe t.ini
The optional parameters [/SkipLocalSystem ] [/SkipLocalService ] [/SkipNetworkServiece ]
[/SkipAllSystem ] have the same meaning as with LocUsers.exe utility (see
LocNames.exe).
The switch / DefaultUserOnly limits the changes of Registry only to the default
User profile. The switch / SkipDefaultUser against it suppresses the change with that
Default user.
The switch / KnownUsersWithoutCentralProfile suppresses the change of
Registration entries with users with central steered profiles.
Go to Help Contents
|