Re: installer problems on Vista
On Tue, 8 Jan 2008 18:57:16 -0000, "patrick" <networkone@xxxxxxxxxx>
wrote, quoted or indirectly quoted someone who said :
Is there a way to determine from within a java application running on
Windows Vista what type of account the user is logged on as. i.e. standard
or administrator?
There won't be a way in Java since this a Vista-specific thing.
So look for a utility and exec it.
See
http://mindprod.com/jgloss/exec.html
OR
look around in the Windows C++ API. Then wrap it up in JNI.
See
http://mindprod.com/jgloss/jni.html
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.
Relevant Pages
- Re: Advice sought on Running XP Home SP2 as Admin or Limited User
... Running as a limited user is far more secure than running as an ... run as a standard user. ... don't work unless the user is an administrator. ... Create a second administrator account. ... (microsoft.public.windowsxp.general) - Re: Advice sought on Running XP Home SP2 as Admin or Limited User
... This is the main reason they are more secure than Windows ... that would work when run as a standard user. ... many Microsoft programs don't work unless the user is an administrator. ... Create a second administrator account. ... (microsoft.public.windowsxp.general) - Re: Advice sought on Running XP Home SP2 as Admin or Limited User
... Most other modern OS' are normally run as a standard ... Windows XP. ... programs don't work unless the user is an administrator. ... Create a second administrator account. ... (microsoft.public.windowsxp.general) - RE: 2 Problems (INDIGO + ASP.NET 2.0)
... I have the following on my machine (Windows Vista build 5308) successfully ... Administrators group on the local computer to access the IIS metabase...", ... account, and to be also sure, I logged ... name "Administrator" which is the built-in administrator account with ... (microsoft.public.dotnet.framework.aspnet) - RE: 2 Problems (ASP.NET 2.0 + INDIGO)
... I have the following on my machine (Windows Vista build 5308) successfully ... Administrators group on the local computer to access the IIS metabase...", ... account, and to be also sure, I logged ... name "Administrator" which is the built-in administrator account with ... (microsoft.public.dotnet.framework.aspnet.security) |
|