Tom's Hardware > Forum > Windows XP > Windows XP General Discussion > policy settings for stand-alone pc

policy settings for stand-alone pc

Forum Windows XP : Windows XP General Discussion - policy settings for stand-alone pc

Tom's Hardware: Over 1.4 million members in 6 different countries available to answer all your high-tech questions. Sign up now! Its free!
Word :    Username :           
 

Archived from groups: microsoft.public.windowsxp.security_admin (More info?)

 

I have a stand-alone (i.e. non-domain) pc running xp pro. There are multiple
user accounts most of which are set to "limited". But I want to make further
restrictions on what such accounts can see and/or do. The type of things that
a group policy would normally control if the pc was in a domain. Is there an
easy way to do this?

I looked at local policies but these appear to apply the same settings to
all users, even members of the admins group!

I tried to use a logon script to set the registry settings that a group
policy would normally set but that failed because a "limited" user can't
write to the registry!

I think I can do a "runas" in vb.net (maybe scripting too?) so maybe I could
call my .net application from my login script? But this seams alot of work!

Sponsored Links
Register or log in to remove.

Archived from groups: microsoft.public.windowsxp.security_admin (More info?)

 

Richard wrote:

> I have a stand-alone (i.e. non-domain) pc running xp pro. There are
> multiple user accounts most of which are set to "limited". But I want
> to make further restrictions on what such accounts can see and/or do.
> The type of things that a group policy would normally control if the
> pc was in a domain. Is there an easy way to do this?
>
> I looked at local policies but these appear to apply the same settings
> to all users, even members of the admins group!
>
> I tried to use a logon script to set the registry settings that a
> group policy would normally set but that failed because a "limited"
> user can't write to the registry!
>
> I think I can do a "runas" in vb.net (maybe scripting too?) so maybe I
> could call my .net application from my login script? But this seams
> alot of work!

Make new *groups* that have the restrictions you want. Set the
restrictions with Group Policy Editor (Start>Run gpedit.msc [enter]).
Add the users who should belong to that group. Make sure you also add
yourself and the Administrator to the group.

Malke
--
MS MVP - Windows Shell/User
Elephant Boy Computers
www.elephantboycomputers.com
"Don't Panic!"

Reply to Malke

Archived from groups: microsoft.public.windowsxp.security_admin (More info?)

 

....but surely this will end up with all users (including my account and the
administrator account) having the same group policy settings. I want members
of different groups to have different settings. Can this be done?

"Malke" wrote:

> Richard wrote:
>
> > I have a stand-alone (i.e. non-domain) pc running xp pro. There are
> > multiple user accounts most of which are set to "limited". But I want
> > to make further restrictions on what such accounts can see and/or do.
> > The type of things that a group policy would normally control if the
> > pc was in a domain. Is there an easy way to do this?
> >
> > I looked at local policies but these appear to apply the same settings
> > to all users, even members of the admins group!
> >
> > I tried to use a logon script to set the registry settings that a
> > group policy would normally set but that failed because a "limited"
> > user can't write to the registry!
> >
> > I think I can do a "runas" in vb.net (maybe scripting too?) so maybe I
> > could call my .net application from my login script? But this seams
> > alot of work!
>
> Make new *groups* that have the restrictions you want. Set the
> restrictions with Group Policy Editor (Start>Run gpedit.msc [enter]).
> Add the users who should belong to that group. Make sure you also add
> yourself and the Administrator to the group.
>
> Malke
> --
> MS MVP - Windows Shell/User
> Elephant Boy Computers
> www.elephantboycomputers.com
> "Don't Panic!"
>

Reply to Richard

Archived from groups: microsoft.public.windowsxp.security_admin (More info?)

 

Richard,

Steve Riley has put this in another post, I think this will solve your
problem...
**************************************************
http://support.microsoft.com/defau [...] -us;293655

Steve Riley
steriley@microsoft.com
**************************************************


"Richard" wrote:

> ...but surely this will end up with all users (including my account and the
> administrator account) having the same group policy settings. I want members
> of different groups to have different settings. Can this be done?
>
> "Malke" wrote:
>
> > Richard wrote:
> >
> > > I have a stand-alone (i.e. non-domain) pc running xp pro. There are
> > > multiple user accounts most of which are set to "limited". But I want
> > > to make further restrictions on what such accounts can see and/or do.
> > > The type of things that a group policy would normally control if the
> > > pc was in a domain. Is there an easy way to do this?
> > >
> > > I looked at local policies but these appear to apply the same settings
> > > to all users, even members of the admins group!
> > >
> > > I tried to use a logon script to set the registry settings that a
> > > group policy would normally set but that failed because a "limited"
> > > user can't write to the registry!
> > >
> > > I think I can do a "runas" in vb.net (maybe scripting too?) so maybe I
> > > could call my .net application from my login script? But this seams
> > > alot of work!
> >
> > Make new *groups* that have the restrictions you want. Set the
> > restrictions with Group Policy Editor (Start>Run gpedit.msc [enter]).
> > Add the users who should belong to that group. Make sure you also add
> > yourself and the Administrator to the group.
> >
> > Malke
> > --
> > MS MVP - Windows Shell/User
> > Elephant Boy Computers
> > www.elephantboycomputers.com
> > "Don't Panic!"
> >

Reply to pardal51

Archived from groups: microsoft.public.windowsxp.security_admin (More info?)

 

I've read the article. It looks to describe exactly what I'm trying to do.
Thanks for your help.

"pardal51" wrote:

> Richard,
>
> Steve Riley has put this in another post, I think this will solve your
> problem...
> **************************************************
> http://support.microsoft.com/defau [...] -us;293655
>
> Steve Riley
> steriley@microsoft.com
> **************************************************
>
>
> "Richard" wrote:
>
> > ...but surely this will end up with all users (including my account and the
> > administrator account) having the same group policy settings. I want members
> > of different groups to have different settings. Can this be done?
> >
> > "Malke" wrote:
> >
> > > Richard wrote:
> > >
> > > > I have a stand-alone (i.e. non-domain) pc running xp pro. There are
> > > > multiple user accounts most of which are set to "limited". But I want
> > > > to make further restrictions on what such accounts can see and/or do.
> > > > The type of things that a group policy would normally control if the
> > > > pc was in a domain. Is there an easy way to do this?
> > > >
> > > > I looked at local policies but these appear to apply the same settings
> > > > to all users, even members of the admins group!
> > > >
> > > > I tried to use a logon script to set the registry settings that a
> > > > group policy would normally set but that failed because a "limited"
> > > > user can't write to the registry!
> > > >
> > > > I think I can do a "runas" in vb.net (maybe scripting too?) so maybe I
> > > > could call my .net application from my login script? But this seams
> > > > alot of work!
> > >
> > > Make new *groups* that have the restrictions you want. Set the
> > > restrictions with Group Policy Editor (Start>Run gpedit.msc [enter]).
> > > Add the users who should belong to that group. Make sure you also add
> > > yourself and the Administrator to the group.
> > >
> > > Malke
> > > --
> > > MS MVP - Windows Shell/User
> > > Elephant Boy Computers
> > > www.elephantboycomputers.com
> > > "Don't Panic!"
> > >

Reply to Richard
Tom's Hardware > Forum > Windows XP > Windows XP General Discussion > policy settings for stand-alone pc
Go to:

There are 1253 identified and unidentified users. To see the list of identified users, Click here.

Please mind

You are about to answer a thread that has been inactive for more than 6 months.
If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.

Add a reply Cancel
Sponsored links
  • Ask the community now
  • Publish
Ad
They won a badge
Join us in greeting them