View Single Post
Old 16-08-2005, 21:24   #10
Stuart
-
 
Stuart's Avatar
 
Join Date: Jun 2003
Location: Somewhere
Services: Virgin for TV and Internet, BT for phone
Posts: 26,546
Stuart has a lot of silver blingStuart has a lot of silver blingStuart has a lot of silver blingStuart has a lot of silver blingStuart has a lot of silver bling
Stuart has a lot of silver blingStuart has a lot of silver blingStuart has a lot of silver blingStuart has a lot of silver blingStuart has a lot of silver blingStuart has a lot of silver blingStuart has a lot of silver blingStuart has a lot of silver bling
Re: Workaround Admin Rights to play AOM

Quote:
Originally Posted by NEONKNIGHT
Quote:
Originally Posted by Mauldor
My point been, does it not store the Password? As in you Set it up and they play? I'll have a look into it later for you, create myself a Limited user type thing and see what happens.
As far as I'm aware it does not store the password. I'm beginning to wonder if the short cut link only applies to people with XP Professional, were as I've got XP Home Edition.

runas should work in both.

Also.bear in mind that by default, XP gives everyone administrator access (which, from a security point of view, is a nightmare), so unless you have deliberately altered your accounts, they may well be administrators already.
__________________

Quote:
Originally Posted by NEONKNIGHT
Quote:
Originally Posted by Stuart C
Run "cmd.exe" from Start menu run button.
Type in the runas command from that article.

What errors do you get?
This is what it comes up with when I try it on the Limited users account:-

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Phil>runas /savecred /LIVINGROOM /user:Andy " path to
game .exe "
RUNAS USAGE:

RUNAS [ [/noprofile | /profile] [/env] [/netonly] ]
/user:<UserName> program

RUNAS [ [/noprofile | /profile] [/env] [/netonly] ]
/smartcard [/user:<UserName>] program

/noprofile specifies that the user's profile should not be loaded.
This causes the application to load more quickly, but
can cause some applications to malfunction.
/profile specifies that the user's profile should be loaded.
This is the default.
/env to use current environment instead of user's.
/netonly use if the credentials specified are for remote
access only.
/savecred to use credentials previously saved by the user.
This option is not available on Windows XP Home Edition
and will be ignored.
/smartcard use if the credentials are to be supplied from a
smartcard.
/user <UserName> should be in form USER@DOMAIN or DOMAIN\USER
program command line for EXE. See below for examples

Examples:
> runas /noprofile /user:mymachine\administrator cmd
> runas /profile /env /user:mydomain\admin "mmc %windir%\system32\dsa.msc"
> runas /env /user:user@domain.microsoft.com "notepad \"my file.txt\""

NOTE: Enter user's password only when prompted.
NOTE: USER@DOMAIN is not compatible with /netonly.
NOTE: /profile is not compatible with /netonly.

C:\Documents and Settings\Phil>

Runas is objecting to the "/LIVINGROOM" parameter. What is this? If it's a parameter for the game, try putting the game.exe in quotes and parameters after it. EG "game.exe /LIVINGROOM".
Stuart is offline   Reply With Quote