I am trying to set up a machine that is not networked (not on a
domain) with a new user and configure that user's privledges on the
machine. This user will run a Kiosk style application so lockdown is
the main goal. I have been able to set this up just fine on high
versions of Vista by creating a new user, setting up a Local Group
Policy Object for this user and the job is done. But I haven't found
the similar way to do this for Vista Home editions. I thought of
editting the registry directly, but I could not figure out how to
simulate a "Local Group Policy" that effects only my Kiosk user.
If anyone has experience with Local Group Policy on Windows Vista Home
editions as a stand alone PC (not using a Domain) please let me know
what options there are.
Thanks, Jesse
<jesse...@gmail.com> wrote:
> Hello,
> It seems that Windows Vista Home Basic or Premium editions do not have
> the same level of Group Policy management that higher version of Vista
> or Server 2008 have. There is no gpedit.msc or "Group Policy Object"
> snap in for mmc. Furthermore, it seems they removed those features
> entirely and there aren't any options for managing group policy the
> traditional way.
That's "by design". The Home versions don't support that network management
stuff - so gpedit isn't shipped with those versions of Windows. There may be
tricks and hacks to install it afterwards -- but that would render your
installation "unsupported". Windows XP Home Edition by the way, doesn't have
gpedit, too.
As a workaround, have a look at Microsoft SteadyState:
http://www.microsoft.com/windows/products/winfamily/sharedaccess/default.mspx
That allows you to pretty much lock the system down.
Cheers,
Florian
--
Microsoft MVP - Group Policy
eMail: prename [at] frickelsoft [dot] net.
blog: http://www.frickelsoft.net/blog.
Maillist (german): http://frickelsoft.net/cms/index.php?page=mailingliste
Is there any equivalent mechanism which applies policy for Vista Home
editions which I could leverage to get the lock down settings?
I see that all the same Registry keys are available and if I could
somehow set these keys I'd have the settings I need. But, as you
know, the /HKEY_USERS/<SID>/ registry nodes are created dynamically
when the user logs on so there is no way to configure them directly.
Is there a way to manipulate the file from which those /HKEY_USERS/
<SID>/ registry nodes are built?
If you have any other ideas I'd love to hear them!
Thanks!
-Jesse
Howdie!
<jesse...@gmail.com> wrote:
> Is there any equivalent mechanism which applies policy for Vista Home
> editions which I could leverage to get the lock down settings?
That's why it's a home edition product. You'd have to get the Enterprise
versions... GP is not possible with the home editions... that was the same
thing with Windows XP.
> I see that all the same Registry keys are available and if I could
> somehow set these keys I'd have the settings I need. But, as you
> know, the /HKEY_USERS/<SID>/ registry nodes are created dynamically
> when the user logs on so there is no way to configure them directly.
You could do that with a script. Put the registry changes into a .reg file
and apply it through a script at user logon (regedit /s myimport.reg - that
could go into HKEY_CURRENT_USER) or using a start script to put the changes
into HKEY_USERS\SID.