Support "Limited User"

Have a suggestion for "Everything"? Please post it here.
Post Reply
KongNan
Posts: 8
Joined: Sat Mar 21, 2009 10:31 am

Support "Limited User"

Post by KongNan »

It seems that windows "Limited Users" do not have enough privilege to run Everything. Any idea? (sorry for my poor english)
David
Developer
Posts: 430
Joined: Tue Mar 17, 2009 1:42 am

Re: Support "Limited User"

Post by David »

Everything requires administrative privileges for low level access to volumes.

Running the part of "Everything" that requires administrative privileges as a service is on my "Things to do" list.

You can try to run the current version of "Everything" as a service.
However, this is not supported yet...

This will not work on Vista ? or Windows 7...
Make sure you disable run on system startup.
run:

Code: Select all

Everything.exe -install_service
andyprice
Posts: 2
Joined: Wed Apr 01, 2009 10:59 am

Re: Support "Limited User"

Post by andyprice »

great program, only needs limited user support in my book! i know that most windows users run with administrator privilages but shoudn't for security reasons...
thanks
andy
David
Developer
Posts: 430
Joined: Tue Mar 17, 2009 1:42 am

Re: Support "Limited User"

Post by David »

You can try to run the current version of "Everything" as a service.
However, this is not supported yet...

This will not work on Vista ? or Windows 7...
Make sure you disable run on system startup.
run:

Code: Select all

Everything.exe -install_service
KongNan
Posts: 8
Joined: Sat Mar 21, 2009 10:31 am

Re: Support "Limited User"

Post by KongNan »

en~ remember to set read-write right to "everything.db".

And is 1.2.1.375 a fake?


[sorry for my poor english]
daspud
Posts: 103
Joined: Wed Apr 01, 2009 3:15 am

Re: Support "Limited User"

Post by daspud »

And is 1.2.1.375 a fake?
I don't think so. It was mentioned in a couple of other forum posts as an unofficial beta. I would think as long as you download it from Voidtools that it would be good. (No need to apologize -- your English is very understandable). :)
andyprice
Posts: 2
Joined: Wed Apr 01, 2009 10:59 am

Re: Support "Limited User"

Post by andyprice »

I found a way to run as a limited user providing you know an account with administrative privilages: let's suppose there's one called admin with the password hello.

You need to download a small helper program called CPAU from http://www.joeware.net/freetools/tools/cpau/index.htm which allows you to run with alternative user credentials. Copy the CPAU.exe exectable into the same folder as Everything, most likely C:\Program Files\Everything.

Now create a new shortcut on the desktop (right-click, New > Shortcut) and type in the target
"C:\Program Files\Everything\CPAU.exe" -lwp -u admin -p hello -ex everything.exe

Note the position of the inverted commas and the spaces - you need them! And of course you need to put your own values instead of admin and hello. Make sure the shortcut works, then drag it onto the startup menu or put it in the Startup folder so that it runs with Windows.

Andy
Post Reply