Real Geek Forums  

Go Back   Real Geek Forums > Archives > Operating Systems > Windows XP > Customize Windows XP

Notices

Reply

Limited User Accounts

 

LinkBack Thread Tools Display Modes
Old 07-01-2003, 12:53 AM   #1 (permalink)
Default Re: Limited User Accounts

You can edit file permissions for the Users group, but in XP Pro there
is a Power Users group that you can try instead of mangling the Users
group permissions. Switch your user to Power Users group and try it out.

In XP Home, you can create a different Program Files folder for games
and apps that don't work on limited accounts and give that new folder
more privileges for limited accounts, or you can modify app folders in
Program Files and fix apps that won't run for limited users but run fine
for admins. Post back if you'd like more detailed instructions on how to
do this.

--
Kent W. England, Microsoft MVP for Windows



"Trevor" <trevkum@netzero.net> wrote in
message news:26ac01c33f36$231330f0$a601280a@phx.gbl...
Quote:
> Is there a way to edit what limited accounts can do? what
> they can access, and more for the accounts.
Kent W. England [MVP]
Guest
 
Posts: n/a
Reply With Quote  
Old 07-02-2003, 10:25 PM   #2 (permalink)
Default Re: Limited User Accounts

How can I do that? That sounds like something that might
be useful with one of my programs.
Thank you ever so much!
Quote:
>-----Original Message-----
>You can edit file permissions for the Users group, but
in XP Pro there
Quote:
>is a Power Users group that you can try instead of
mangling the Users
Quote:
>group permissions. Switch your user to Power Users group
and try it out.
Quote:
>
>In XP Home, you can create a different Program Files
folder for games
Quote:
>and apps that don't work on limited accounts and give
that new folder
Quote:
>more privileges for limited accounts, or you can modify
app folders in
Quote:
>Program Files and fix apps that won't run for limited
users but run fine
Quote:
>for admins. Post back if you'd like more detailed
instructions on how to
Quote:
>do this.
>
>--
>Kent W. England, Microsoft MVP for Windows
>
>
>
>"Trevor" <trevkum@netzero.net> wrote in
>message news:26ac01c33f36$231330f0$a601280a@phx.gbl...
>
Quote:
>> Is there a way to edit what limited accounts can do?
what
Quote:
Quote:
>> they can access, and more for the accounts.
>
>.
>
Trevor
Guest
 
Posts: n/a
Reply With Quote  
Old 07-03-2003, 12:09 AM   #3 (permalink)
Default Re: Limited User Accounts

If your game or application works with admin accounts, but not with
limited accounts, you can fix it to allow limited users to access the
program files folder with "change" capability rather than "read" which
is the default.

C:\>cacls "Program Files\appfolder" /e /t /p users:c

where "appfolder" is the folder where the application is installed.

If you wish to undo these changes, then run

C:\>cacls "Program Files\appfolder" /e /t /p users:r

If you still have a problem with running the program or saving settings
on limited accounts, you may need to change permissions on the registry
keys. Run regedit.exe and go to HKLM\Software\vendor\app, where
"vendor\app" is the key that the software vendor used for your specific
program. Change the permissions on this key to allow Users full control.

--
Kent W. England, Microsoft MVP for Windows



"Trevor" <trevkum@netzero.net> wrote in message
news:0ca201c340e8$d560d830$a001280a@phx.gbl...
Quote:
> How can I do that? That sounds like something that might
> be useful with one of my programs.
> Thank you ever so much!
>
Quote:
> >-----Original Message-----
> >You can edit file permissions for the Users group, but
> in XP Pro there
Quote:
> >is a Power Users group that you can try instead of
> mangling the Users
Quote:
> >group permissions. Switch your user to Power Users group
> and try it out.
Quote:
> >
> >In XP Home, you can create a different Program Files
> folder for games
Quote:
> >and apps that don't work on limited accounts and give
> that new folder
Quote:
> >more privileges for limited accounts, or you can modify
> app folders in
Quote:
> >Program Files and fix apps that won't run for limited
> users but run fine
Quote:
> >for admins. Post back if you'd like more detailed
> instructions on how to
Quote:
> >do this.
> >
> >--
> >Kent W. England, Microsoft MVP for Windows
> >
> >
> >
> >"Trevor" <trevkum@netzero.net> wrote in
> >message news:26ac01c33f36$231330f0$a601280a@phx.gbl...
> >
Quote:
> >> Is there a way to edit what limited accounts can do?
> what
Quote:
Quote:
> >> they can access, and more for the accounts.
> >
> >.
> >
Kent W. England [MVP]
Guest
 
Posts: n/a
Reply With Quote  
Old 07-03-2003, 04:26 PM   #4 (permalink)
Default Re: Limited User Accounts

Thanks

Quote:
>-----Original Message-----
>If your game or application works with admin accounts,
but not with
Quote:
>limited accounts, you can fix it to allow limited users
to access the
Quote:
>program files folder with "change" capability rather
than "read" which
Quote:
>is the default.
>
>C:\>cacls "Program Files\appfolder" /e /t /p users:c
>
>where "appfolder" is the folder where the application is
installed.
Quote:
>
>If you wish to undo these changes, then run
>
>C:\>cacls "Program Files\appfolder" /e /t /p users:r
>
>If you still have a problem with running the program or
saving settings
Quote:
>on limited accounts, you may need to change permissions
on the registry
Quote:
>keys. Run regedit.exe and go to
HKLM\Software\vendor\app, where
Quote:
>"vendor\app" is the key that the software vendor used
for your specific
Quote:
>program. Change the permissions on this key to allow
Users full control.
Quote:
>
>--
>Kent W. England, Microsoft MVP for Windows
>
>
>
>"Trevor" <trevkum@netzero.net> wrote in message
>news:0ca201c340e8$d560d830$a001280a@phx.gbl...
Quote:
>> How can I do that? That sounds like something that
might
Quote:
Quote:
>> be useful with one of my programs.
>> Thank you ever so much!
>>
Quote:
>> >-----Original Message-----
>> >You can edit file permissions for the Users group, but
>> in XP Pro there
Quote:
>> >is a Power Users group that you can try instead of
>> mangling the Users
Quote:
>> >group permissions. Switch your user to Power Users
group
Quote:
Quote:
>> and try it out.
Quote:
>> >
>> >In XP Home, you can create a different Program Files
>> folder for games
Quote:
>> >and apps that don't work on limited accounts and give
>> that new folder
Quote:
>> >more privileges for limited accounts, or you can
modify
Quote:
Quote:
>> app folders in
Quote:
>> >Program Files and fix apps that won't run for limited
>> users but run fine
Quote:
>> >for admins. Post back if you'd like more detailed
>> instructions on how to
Quote:
>> >do this.
>> >
>> >--
>> >Kent W. England, Microsoft MVP for Windows
>> >
>> >
>> >
>> >"Trevor" <trevkum@netzero.net> wrote in
>> >message news:26ac01c33f36$231330f0$a601280a@phx.gbl...
>> >
>> >> Is there a way to edit what limited accounts can do?
>> what
Quote:
>> >> they can access, and more for the accounts.
>> >
>> >.
>> >
>
>.
>
Trevor
Guest
 
Posts: n/a
Reply With Quote  
Old 09-02-2003, 11:51 PM   #5 (permalink)
Default limited user accounts

I am running Windows XP home edition. I have set up 2
accounts; 1 being an administrator account and the 2nd
being a limited user account (my child). However, she is
not able to use programs that are already installed on
the computer, ie games, printmaster, etc. These
games/programs were for windows based operating system
but not Windows XP. I have not seen a place where I can
say what she can have access to, etc. What do I do?

Thanks much.
Julie
Guest
 
Posts: n/a
Reply With Quote  
Old 09-03-2003, 03:08 AM   #6 (permalink)
Default Re: limited user accounts

This is not unusual, as many programs will not run correctly under a limited
user account. And many applications that are "XP compatible" won't work
correctly because they don't take "limited" users into account.

--
Doug Knox, MS-MVP Windows XP/ Windows Smart Display
Win 95/98/Me/XP Tweaks and Fixes
http://www.dougknox.com
--------------------------------
Associate Expert
ExpertZone - http://www.microsoft.com/windowsxp/expertzone
--------------------------------
Please reply only to the newsgroup so all may benefit.
Unsolicited e-mail is not answered.

"Julie" <jbjhess@juno.com> wrote in message
news:06c601c371ad$1beb1d20$a101280a@phx.gbl...
Quote:
> I am running Windows XP home edition. I have set up 2
> accounts; 1 being an administrator account and the 2nd
> being a limited user account (my child). However, she is
> not able to use programs that are already installed on
> the computer, ie games, printmaster, etc. These
> games/programs were for windows based operating system
> but not Windows XP. I have not seen a place where I can
> say what she can have access to, etc. What do I do?
>
> Thanks much.

Doug Knox MS-MVP
Guest
 
Posts: n/a
Reply With Quote  
Old 09-03-2003, 03:21 AM   #7 (permalink)
Default Re: limited user accounts

Type folder permissions in help. Give them write access to the programs folder. R/c the Start and choose Open and Open All Users.
This is where the start menu is stored. Open is your personal items and All Users are for everyone. Move your shortcuts about.

--
David Candy
http://www.mvps.org/serenitymacros/
http://www.simtel.com/pub/pd/18669.html
"Julie" <jbjhess@juno.com> wrote in message news:06c601c371ad$1beb1d20$a101280a@phx.gbl...
Quote:
> I am running Windows XP home edition. I have set up 2
> accounts; 1 being an administrator account and the 2nd
> being a limited user account (my child). However, she is
> not able to use programs that are already installed on
> the computer, ie games, printmaster, etc. These
> games/programs were for windows based operating system
> but not Windows XP. I have not seen a place where I can
> say what she can have access to, etc. What do I do?
>
> Thanks much.
David Candy
Guest
 
Posts: n/a
Reply With Quote  
Reply

Tags
None

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Limited accounts will not print Jeff Windows XP Printers / Scanners / Fax 0 07-18-2003 01:29 AM
Printing problems with XP limited user accounts Stuart Walker Windows XP Hardware 0 07-17-2003 09:03 PM
Printer will not print from Limited Accounts. Dennis Fahey Windows XP Printers / Scanners / Fax 1 07-14-2003 08:48 PM
printing from limited accounts ronald Windows XP Printers / Scanners / Fax 0 07-13-2003 12:08 AM
XP with Multiple Accounts Has Limited IE6 access McBlazer Windows XP New Users 0 07-03-2003 08:34 PM


All times are GMT. The time now is 06:35 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright © 2005 - 2007 RealGeek.com. All rights reserved.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90