I would like to modify a windows 2000 standalone system so that customized desktop settings would be set when a new local user account is setup. Like, for example, suppose I wanted to make sure that all new users would have the file extensions visible from the explorer.
Manually, I would change
to 0
I thought that by creating a key (as an administrator)
and initializing it to 0, I could create a new user and when logged in as that user, file extensions would be visible from explorer.
This doesn't seem to be the case.
Shouldn't this work? Am I missing something? Is there another effective way to accomplish this?
Thanks
Manually, I would change
Code:
hkey_current_user/software/microsoft/windows/currentversion/explorer/advanced/hidefileext
I thought that by creating a key (as an administrator)
Code:
hkey_users/.default/software/microsoft/windows/currentversion/explorer/advanced/hidefileext
This doesn't seem to be the case.
Shouldn't this work? Am I missing something? Is there another effective way to accomplish this?
Thanks