Thanks, Tripredacus.
There is quite some stuff in
sceregvl.inf, but I can't find any reference to
symbolic links or
user assignment in it.
I might be looking at the wrong place (the original poster at TechNet is talking about a different setting).
Peeking into Microsoft's SCM, the particular setting lies under Microsoft Baselines > Windows 7 > Win7-EC-Desktop 1.0
Easiest way would be to filter out the relevant registry(?) setting, dump that to a file and deploy it on a fresh machine.
Just in case this won't work (if the setting is saved somewhere else), how could I track down this option?
Edit:
All right, just managed to dump a
GptTmpl.inf for a start.
There's a plethora of settings in it (much more than the tiny bit I'm looking for), but it seems that the line
SeCreateSymbolicLinkPrivilege=*S-1-5-32-544,*S-1-5-32-545
is what I'm aiming at (in the section [Privilege Rights]).
Now, the question is if one could simply cut the inf down to keep just this information, and deleting the rest.
So hopefully, what I'll get is something like:
[Unicode]
Unicode=yes
[Version]
signature=$CHICAGO$
Revision=1
[Privilege Rights]
SeCreateSymbolicLinkPrivilege=*S-1-5-32-544,*S-1-5-32-545
[Registry Values]
[System Access]
(dunno if the last 2 lines are needed)
Now I have to find out how to import that .inf during an unattended setup...
This post has been edited by Mikka: 09 February 2013 - 09:59 AM