elevation

Per query relevance elevation for solr?

I want to tune the relevance of solr search results on a per user basis - based on the number of times the user has clicked through a result before. Frequently hit items FOR THAT USER should rise to the top of their search results. Is there a way to provide custom boost/elevation for particular document ids on the query? I'm thinking in...

using Android Accelerometer to calculate distance , eleveation ?

can it be determined that where a person is i.e is he walking ? is he in elevator ? or is he climbing up the stairs ? using android's accelerometer or is there any other way to calculate such in android ? ...

How do I debug an process as "elevated" with Visual Studio 2008 Sp1 on Windows 7 64-Bit?

I have an executable which has to be elevated to succeed (but the debug build has no manifest). Now, I want to debug it with Visual Studio 2008 and actually it fails due to not beeing elevated. I don't want to run VS as Administrator. Is there an option in VS or does anybody know another (easy) solution? ...

How to install a program so it can be launched at startup with admin rights on Windows Vista/7

I read how to do it with a service, but i wanna know if it's possible with a simple application. I'm using c#. Thank you ...

Create a process without elevation

I want to create a child process in my application that will run not inherit the parent's UAC. The parent runs as administrator, and I want the child process to a run as a simple user w/o elevation. Does anyone know how this can be done? I'm coding in c#. Thanks! ...

How to determine why application is prompting for elevation

When launching my executable, Windows is prompting for elevation, when it shouldn't be. How can i figure out why Windows is prompting me to elevate my executable on launch? Notes: there is no manifest resource (asking for asAdministrator, or otherwise) there is no manifest file the compatibilty tab (for all users and just me) has the...

Newly compiled application requires UAC/elevation?

hi! I have a system, I set it up as a normal with UAC, and in my delphi environment I compile my project named ka.exe, I create a installshield project for it. setup and everything completes ok! but whenever I start my program, it requires elevation and I don't have any clue why. just to be sure installshield is not playing mindgames ...

Running a process as SYSTEM account

I need to run a process with the SYSTEM account. Starting from Administrator, which is the best way to elevate to the SYSTEM account? It should work for Windows XP and later. ...

Impersonating in .NET using Process.Start and UAC

I am trying to run programs from another .NET program that requires elevation using the impersonation option of the Process.Start (System.Diagnostics) method. The user for impersonation is a local administrator. The O/S is 2008 and UAC is turned on. Whenever calling process start I'm getting a Win32 permission error: "The requested ope...