![]() |
| |||||||
| Notices |
![]() |
| LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| I installed Battlefield 2142 on my Windows Vista Ultimate PC. When I run it, the UAC prompt pops up and says it needs administrator priveldeges. I accept and it works. When a normal (non-admin) user logs into my PC and tries to play, it pops up and asks for *MY* password to authorize access. I type in MY password, accept, and it works. I just got a call on my cell phone - "Hey, I want to play BF2142, what is your password?". I dont want to give away my password. I want normal users to always be able to launch the application, even if I am not there to put my password in. How can this be done? | Guest
Posts: n/a
|
|
| | #2 (permalink) | |
| Neufusion wrote: Quote:
is nothing you can do short of making the users needing to run the program an administrator. -- -JB Microsoft MVP - Windows Shell/User Windows Vista Support FAQ - http://www.jimmah.com/vista/ | Guest
Posts: n/a
| |
|
| | #3 (permalink) | |||||
| On Jun 13, 3:26 pm, Jimmy Brush <j...@mvps.org> wrote: Quote:
administrator? Nice. | Guest
Posts: n/a
| |||||
|
| | #4 (permalink) | |||
| Neufusion wrote: Quote:
software that doesn't require Administrator privileges. I suggest writing the game developer to see if there are any plans to release a patch to make it not require admin power. -- -JB Microsoft MVP - Windows Shell/User Windows Vista Support FAQ - http://www.jimmah.com/vista/ | Guest
Posts: n/a
| |||
|
| | #5 (permalink) | ||||||||
| On Jun 14, 8:28 am, Jimmy Brush <j...@mvps.org> wrote: Quote:
| Guest
Posts: n/a
| ||||||||
|
| | #6 (permalink) | |
| > Quote:
If it is asking for your admin password when it starts, this is because the game itself is telling Windows that it needs admin rights. -- -JB Microsoft MVP - Windows Shell/User Windows Vista Support FAQ - http://www.jimmah.com/vista/ | Guest
Posts: n/a
| |
|
| | #7 (permalink) | |||
| "Jimmy Brush" <jb@mvps.org> wrote in message news:%23fbX6Y1rHHA.4888@TK2MSFTNGP03.phx.gbl... Quote:
permissions to require administrator priviliges that didn't require them before that many applications that could run under standard accouns can no longer do so. Quote:
access in areas that now require administrator priviliges. It could also be launching unfortunately named executables that Vista flags as "installers", so now require administrator permissions ro run. Bottom line, Vista changed the Windows security landscape sufficiently that your statements, although probably true in previous Windows upgrade situations, are no longer valid. Regards, Dave | Guest
Posts: n/a
| |||
|
| | #8 (permalink) | |||||||
| Dave R. wrote: Quote:
by virtualization for non-compliant apps anyway. I would love to be proved wrong, however. Quote:
detected it is an installer, the game is programmed to ask for admin power, or it has a compatibility issue that has been flagged by Microsoft and requires an update. I doubt the game itself is named setup.exe. So that means it's totally in the application developer's court to fix the issue. If the game was in fact running an installer on startup, a standard user could click cancel on the UAC prompt to stop the updater from running, and then continue with the game. If the game had a dependency on that installer, it would fail in both XP and Vista. As for virtualization and permissions issues in general, the game actually has a much greater chance of successfully running on Vista without admin power than it would have in XP. Virtualization works by allowing stubborn programs to work by letting them think they are writing to protected locations when in fact they are not. XP has no such mechanism. Quote:
worked in XP as a standard user. The security landscape has certainly changed, but MS has done a lot to make sure programs work in the new landscape, much more than they EVER did to make sure programs work as a standard user in XP. Quote:
-- -JB Microsoft MVP - Windows Shell/User Windows Vista Support FAQ - http://www.jimmah.com/vista/ | Guest
Posts: n/a
| |||||||
|
| | #9 (permalink) | ||||||||||||||||
| "Jimmy Brush" <jb@mvps.org> wrote in message news:O4IiwM2rHHA.404@TK2MSFTNGP06.phx.gbl... Quote:
do this. However, given how imperfectly we humans write software, it wouldn't surprise me at all that there are flaws in Vista's technique that allow some things to fall through the cracks. I have not personally experienced anything where I can point to a failure in virtualization as the cause, I'm just putting it out as a possibility. Who knows if any of the myriad of postings about this type of problem are due to such a flaw? Quote:
contain the word "setup", or "install", or any number of other text strings (and BTW, I'd love to see an official MS publication that lists them all, if you can point me to one), or be "detected" as an installer through other means that I'm not clear on. I do know from personal experience that simply changing the name of an executable is somethimes all that is needed to fix a Vista compatibility problem. And I do mean that was all that is needed. No other code changes, just a name change. Quote:
the complete story. MS deserves, and has to accept, some of the heat for this. After all, the application didn't change, MS changed the rules. If MS hadn't changed the rules, the application wouldn't need to change. Quote:
"detected" as one by Vista. Quote:
calling it a "utility" for lack of a better generic term, since it doesn't have to be an updater or installer). Imagine a utility called "UpdateRegistration.exe" that sends back to the main application a status of DoItNow or DoItLater. The application can run if either response is received, but if Vista/UAC prevents it from running then neither response is sent and the main application believes it is being tampered with and fails. Quote:
above would be a name change from "UpdateRegistration.exe" to "FinishRegistration.exe" or something similar. Of course, that does depend on the application being in current development, which certainly isn't the case for all applications that are being moved to the Vista environment. Quote:
greater chance" under Vista as a non-admin or not. I'd like to believe that is the case, and I do believe that MS has tried its best to minimize the impact of the changes, but I also know from personal experience that their efforts aren't perfect. Quote:
to a different set of rules. MS has changed the rules. Quote:
under XP or previous versions of Windows, allowing developers to make use of them for many, many years without problem. Now that this has changed, this new mechanism is required to keep from breaking an unacceptable number of older applications. Quote:
those who are encountering those situations that aren't covered. Quote:
possibly be seeing what he was experiencing, when I know from personal experience that it *is* possible. Regards, Dave | Guest
Posts: n/a
| ||||||||||||||||
|
| | #10 (permalink) | |
| <snip> Quote:
I am just saying that the problem he is experiencing can only be resolved by the authors of the program, and is most likely caused by the program itself asking for admin power, although it could be a setup-detection issue like you said. I hadn't thought about the scenario you described, either... that would cause problems .In any case, the issue here is not that the program is failing to run as a standard user, it is that it is demanding to be ran by only an administrator. However, continuing on our side-conversation about application compatibility with standard users in Vista... AFAIK, the file/registry security settings really haven't changed all that much from XP. Things like you can't write to program files or modify keys in HKEY_LOCAL_MACHINE - these are the big ones - have always been that way in XP as a standard user. That is why I called the apps stubborn, because it has never been acceptable to do those things in a non-admin app, even though a lot of developers did them anyway because they didn't know better or could get away with it ![]() I find it highly unlikely that a program that would run as a standard user in XP would not in Vista, although I am certainly not saying it is impossible, and would be interested in learning about specific instances of this happening. As far as the rules on automatic setup recognition, you can find a summary of what is looked for here: http://technet2.microsoft.com/Window....mspx?mfr=true I am not aware of any exhaustive list that details exactly what is done. -- -JB Microsoft MVP - Windows Shell/User Windows Vista Support FAQ - http://www.jimmah.com/vista/ | Guest
Posts: n/a
| |
|
![]() |
| Tags |
| None |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Not prompting for a password to access server | bbjohnson | Windows Vista Security | 0 | 06-12-2006 07:06 PM |
| Prompting for password to access another PC on network | Beth | Windows XP Accessibility | 1 | 08-27-2003 10:19 AM |
| How do I get my administrator password? | c. dodson | Windows XP Accessibility | 0 | 08-02-2003 10:29 PM |
| Administrator Password & Account Password | Rebecca | Windows XP Security & Administration | 0 | 07-13-2003 11:03 PM |
| administrator password for xp pro | Manda Luyong | Windows XP Security & Administration | 0 | 07-01-2003 04:37 PM |