mjhuhta
Jul 3 2006, 11:18 PM
If try add something to HKEY_USERS ex.
HKU,"DEFAULT.\Software\Something"
via INF method, no entrys are aded.
But if try Add something REGEDIT /S FILE.REG way all works right ?
[HKEY_USERS\DEFAULT.\Software\Something]
Yeah, regedit /s works fine as well. It's a bit quicker (0.3 secs if you're picky

).
And it's not HKU,"DEFAULT.\Software\Something" but HKU,".DEFAULT\Software\Something" which is probably why it's not adding.