|
-
Jun 17th, 2005, 11:29 PM
#1
-
Jun 18th, 2005, 12:54 PM
#2
Fanatic Member
Re: creating a limited guest account in xp pro?
there are some programs that do that, but xp you cant specify what programs to run unless you install those programs in a spacific users profile. but then you will have to install the programs in each user's account.
-
Jun 18th, 2005, 06:57 PM
#3
Re: creating a limited guest account in xp pro?
hmm well do you know any third party apps?
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Jun 18th, 2005, 07:12 PM
#4
Fanatic Member
Re: creating a limited guest account in xp pro?
there was one program that i saw on TechTV a long long time ago (when TechTV was good!) that did almost exactly what you are looking for, but i cannot remember the name...
after doing a search i found this program... from the looks of it you can create scripts for every user, intern disallowing certain people to run certain apps... try it out and tell us if that will work:
found here:
http://www.download.com/Scription/30...ml?tag=lst-0-1
more info here:
http://www.sys-manage.com/sites/I_Scription.html
-
Jun 21st, 2005, 01:44 AM
#5
Re: creating a limited guest account in xp pro?
SOMEWHAT helpful, but still looking
any more apps anyone knows? please let me know!
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Jun 21st, 2005, 02:47 AM
#6
Re: creating a limited guest account in xp pro?
 Originally Posted by ALL
there are some programs that do that, but xp you cant specify what programs to run unless you install those programs in a spacific users profile. but then you will have to install the programs in each user's account.
That is not entirely true.
Would it be acceptable for all other users(other, as in users not affected by the restrictions) of the computer to be local administrators?
If so you can use Software Restriction Settings in secpol.msc (Local Security Policy)
Tips:
- Google is your friend! Search before posting!
- Name your thread appropriately... "I Need Help" doesn't cut it!
- Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
- Allways Include the Name and Line of the Exception (if one is occuring!)
- If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)
If you think I was helpful, rate my post  IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous
-
Jun 21st, 2005, 03:00 AM
#7
Re: creating a limited guest account in xp pro?
The Simple way to do deny access to applications is to use basic NTFS permissions and explictly deny the guest account access.
Tips:
- Google is your friend! Search before posting!
- Name your thread appropriately... "I Need Help" doesn't cut it!
- Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
- Allways Include the Name and Line of the Exception (if one is occuring!)
- If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)
If you think I was helpful, rate my post  IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous
-
Jun 21st, 2005, 03:09 AM
#8
-
Jun 21st, 2005, 03:24 AM
#9
Re: creating a limited guest account in xp pro?
Have you used the Microsoft Management Console?
- Goto Start Menu --> Run
- Type mmc
- Goto File --> Add / Remove Snap-in
- Click the Add button
- From the list choose group policy.
- Press the finish button and OK all dialog boxes.
You should now have a tree view called local computer policy. There is a policy called "Run only allowed Windows applications" in User configuration --> Administrative Templates --> System. I think this policy applies to all users though, not just guests.
It may also be worth looking in Computer Configuration --> Security Settings --> Local Policies --> User Rights Assignment as there could be some aditional settings for guest accounts there.
-
Jun 21st, 2005, 03:32 AM
#10
Re: creating a limited guest account in xp pro?
It might be possible to set the restrict programs policy on a per user basis by temporarily making the Guest account and Admin account, logging on as the guest and editing the the registry key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\RestrictRun
As detailed here. Once you have made the changes, change the account back to a guest account and the policy will remain for the guest user only.
Last edited by visualAd; Jun 21st, 2005 at 03:39 AM.
-
Jun 21st, 2005, 04:17 AM
#11
Re: creating a limited guest account in xp pro?
 Originally Posted by visualAd
Have you used the Microsoft Management Console?
- Goto Start Menu --> Run
- Type mmc
- Goto File --> Add / Remove Snap-in
- Click the Add button
- From the list choose group policy.
- Press the finish button and OK all dialog boxes.
You should now have a tree view called local computer policy. There is a policy called "Run only allowed Windows applications" in User configuration --> Administrative Templates --> System. I think this policy applies to all users though, not just guests.
It may also be worth looking in Computer Configuration --> Security Settings --> Local Policies --> User Rights Assignment as there could be some aditional settings for guest accounts there.
wah interesting thanks!!
p.s. that does not appear to list every management console thingie, or am I missing anything? I couldnt find secpol.msc in that list (the one ABX mentioned)
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Jun 22nd, 2005, 03:29 AM
#12
-
Jun 22nd, 2005, 05:05 AM
#13
Re: creating a limited guest account in xp pro?
You have to modify the reistry like I mentioned in post #10. The group policy is global to all users, However, if you modify the HKEY_CURRENT_USER registry key when logged on as guest it will only affect the current user.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|